sqlalchemy-kinetica


Namesqlalchemy-kinetica JSON
Version 7.2.2.0 PyPI version JSON
download
home_pageNone
SummaryKinetica Dialect for SQLAlchemy
upload_time2024-11-01 03:00:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License
keywords kinetica gpudb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h3 align="center" style="margin:0px">
	<img width="200" src="https://www.kinetica.com/wp-content/uploads/2018/08/kinetica_logo.svg" alt="Kinetica Logo"/>
</h3>
<h5 align="center" style="margin:0px">
	<a href="https://www.kinetica.com/">Website</a>
	|
	<a href="https://docs.kinetica.com/7.2/">Docs</a>
	|
	<a href="https://docs.kinetica.com/7.2/connectors/sqlalchemy/">Kinetica Dialect for SQLAlchemy Docs</a>
	|
	<a href="https://join.slack.com/t/kinetica-community/shared_invite/zt-1bt9x3mvr-uMKrXlSDXfy3oU~sKi84qg">Community Slack</a>
</h5>


# Kinetica Dialect for SQLAlchemy

- [Overview](#overview)
- [Support](#support)
- [Contact Us](#contact-us)


## Overview

This project contains the source code of the Kinetica Dialect for SQLAlchemy, as
well as a number of examples of how to perform both standard & non-standard SQL
functions.

Relevant Kinetica documentation available:

- [Full Documentation](https://docs.kinetica.com/7.2/)
- [Kinetica Dialect for SQLAlchemy](https://docs.kinetica.com/7.2/connectors/sqlalchemy/)
- [Python API](https://docs.kinetica.com/7.2/api/python)


### Installation

To install the Kinetica Dialect for SQLAlchemy, use `pip`:

```
pip3 install sqlalchemy-kinetica
```

For changes to the client-side API, please refer to
[CHANGELOG.md](CHANGELOG.md).


### Usage

To run the example suite, switch to the `examples` directory and run the basic
examples.  These show how to use SQLAlchemy with SQL literal text.

```
cd examples
python3 basic_examples.py <kinetica_url> <username> <password> <schema> <bypass_ssl_cert_check>
```

Alternatively, run the Kinetica Dialect for SQLAlchemy examples.  These show how
to use the Kinetica dialect to take advantage of advanced SQL and
Kinetica-specific features.

```
cd examples
python3 sqlalchemy_api_examples.py <kinetica_url> <username> <password> <schema> <bypass_ssl_cert_check> <recreate_schema>
```

**Note**:  Some examples use demo tables packaged with Kinetica.  Those can be
           loaded from within the Demo section of GAdmin.


## Support

For bugs, please submit an
[issue on Github](https://github.com/kineticadb/sqlalchemy-kinetica/issues).

For support, you can post on
[stackoverflow](https://stackoverflow.com/questions/tagged/kinetica) under the
``kinetica`` tag or
[Slack](https://join.slack.com/t/kinetica-community/shared_invite/zt-1bt9x3mvr-uMKrXlSDXfy3oU~sKi84qg).


## Contact Us

- Ask a question on Slack:
  [Slack](https://join.slack.com/t/kinetica-community/shared_invite/zt-1bt9x3mvr-uMKrXlSDXfy3oU~sKi84qg)
- Follow on GitHub:
  [Follow @kineticadb](https://github.com/kineticadb)
- Email us:  <support@kinetica.com>
- Visit:  <https://www.kinetica.com/contact/>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sqlalchemy-kinetica",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "kinetica, gpudb",
    "author": null,
    "author_email": "\"Kinetica DB, Inc.\" <support@kinetica.com>",
    "download_url": null,
    "platform": null,
    "description": "<h3 align=\"center\" style=\"margin:0px\">\n\t<img width=\"200\" src=\"https://www.kinetica.com/wp-content/uploads/2018/08/kinetica_logo.svg\" alt=\"Kinetica Logo\"/>\n</h3>\n<h5 align=\"center\" style=\"margin:0px\">\n\t<a href=\"https://www.kinetica.com/\">Website</a>\n\t|\n\t<a href=\"https://docs.kinetica.com/7.2/\">Docs</a>\n\t|\n\t<a href=\"https://docs.kinetica.com/7.2/connectors/sqlalchemy/\">Kinetica Dialect for SQLAlchemy Docs</a>\n\t|\n\t<a href=\"https://join.slack.com/t/kinetica-community/shared_invite/zt-1bt9x3mvr-uMKrXlSDXfy3oU~sKi84qg\">Community Slack</a>\n</h5>\n\n\n# Kinetica Dialect for SQLAlchemy\n\n- [Overview](#overview)\n- [Support](#support)\n- [Contact Us](#contact-us)\n\n\n## Overview\n\nThis project contains the source code of the Kinetica Dialect for SQLAlchemy, as\nwell as a number of examples of how to perform both standard & non-standard SQL\nfunctions.\n\nRelevant Kinetica documentation available:\n\n- [Full Documentation](https://docs.kinetica.com/7.2/)\n- [Kinetica Dialect for SQLAlchemy](https://docs.kinetica.com/7.2/connectors/sqlalchemy/)\n- [Python API](https://docs.kinetica.com/7.2/api/python)\n\n\n### Installation\n\nTo install the Kinetica Dialect for SQLAlchemy, use `pip`:\n\n```\npip3 install sqlalchemy-kinetica\n```\n\nFor changes to the client-side API, please refer to\n[CHANGELOG.md](CHANGELOG.md).\n\n\n### Usage\n\nTo run the example suite, switch to the `examples` directory and run the basic\nexamples.  These show how to use SQLAlchemy with SQL literal text.\n\n```\ncd examples\npython3 basic_examples.py <kinetica_url> <username> <password> <schema> <bypass_ssl_cert_check>\n```\n\nAlternatively, run the Kinetica Dialect for SQLAlchemy examples.  These show how\nto use the Kinetica dialect to take advantage of advanced SQL and\nKinetica-specific features.\n\n```\ncd examples\npython3 sqlalchemy_api_examples.py <kinetica_url> <username> <password> <schema> <bypass_ssl_cert_check> <recreate_schema>\n```\n\n**Note**:  Some examples use demo tables packaged with Kinetica.  Those can be\n           loaded from within the Demo section of GAdmin.\n\n\n## Support\n\nFor bugs, please submit an\n[issue on Github](https://github.com/kineticadb/sqlalchemy-kinetica/issues).\n\nFor support, you can post on\n[stackoverflow](https://stackoverflow.com/questions/tagged/kinetica) under the\n``kinetica`` tag or\n[Slack](https://join.slack.com/t/kinetica-community/shared_invite/zt-1bt9x3mvr-uMKrXlSDXfy3oU~sKi84qg).\n\n\n## Contact Us\n\n- Ask a question on Slack:\n  [Slack](https://join.slack.com/t/kinetica-community/shared_invite/zt-1bt9x3mvr-uMKrXlSDXfy3oU~sKi84qg)\n- Follow on GitHub:\n  [Follow @kineticadb](https://github.com/kineticadb)\n- Email us:  <support@kinetica.com>\n- Visit:  <https://www.kinetica.com/contact/>\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Kinetica Dialect for SQLAlchemy",
    "version": "7.2.2.0",
    "project_urls": {
        "Documentation": "https://docs.kinetica.com/7.2/api/python/",
        "Homepage": "https://www.kinetica.com"
    },
    "split_keywords": [
        "kinetica",
        " gpudb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63ab0bc726f6cac087884967ad7331ef890a9ebe7c1df8f861c4fadf28f651fe",
                "md5": "fd8c2ca70fab4fa6744d3a7eff7460e0",
                "sha256": "80ed6e142517ab8f458b2b21ee20d82b88597320c9465dfc7fa339eeecb847d8"
            },
            "downloads": -1,
            "filename": "sqlalchemy_kinetica-7.2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd8c2ca70fab4fa6744d3a7eff7460e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 37408,
            "upload_time": "2024-11-01T03:00:53",
            "upload_time_iso_8601": "2024-11-01T03:00:53.451858Z",
            "url": "https://files.pythonhosted.org/packages/63/ab/0bc726f6cac087884967ad7331ef890a9ebe7c1df8f861c4fadf28f651fe/sqlalchemy_kinetica-7.2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-01 03:00:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sqlalchemy-kinetica"
}
        
Elapsed time: 0.36838s