Kinetica Dialect for SQLAlchemy
Project description
Website | Docs | Python DBAPI Docs | Community Slack
Kinetica Dialect for SQLAlchemy
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.
Kinetica documentation can be found at https://docs.kinetica.com/7.2/.
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.
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.
For support, you can post on
stackoverflow under the
kinetica
tag or
Slack.
Contact Us
- Ask a question on Slack: Slack
- Follow on GitHub: Follow @kineticadb
- Email us: support@kinetica.com
- Visit: https://www.kinetica.com/contact/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file sqlalchemy_kinetica-7.2.1.1-py3-none-any.whl
.
File metadata
- Download URL: sqlalchemy_kinetica-7.2.1.1-py3-none-any.whl
- Upload date:
- Size: 37.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37568dfeb8af056a83d8d51e939e550546e9374c5d519d226fde1c5e7b9a7114 |
|
MD5 | 50dd9f29e6249b1cf5a1b2069da11328 |
|
BLAKE2b-256 | da6df1b75907c72e26662a4bb05979047958c7a3647e1f8ba8dee529b1abc3fa |