Skip to content

kineticadb/sqlalchemy-kinetica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinetica Logo

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

About

Kinetica Dialect for SQLAlchemy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages