snappydata icon indicating copy to clipboard operation
snappydata copied to clipboard

How to query snappydata using python

Open gangly opened this issue 6 years ago • 1 comments

How to query data from snappydata using python? Like sqlalchemy.

gangly avatar Oct 30 '19 07:10 gangly

SnappyData supports PySpark (for Spark 2.1 currently) but there's no official support for SQLAlchemy. You can try this third-party DB-API/ SQLAlchemy interface Python module https://github.com/deatheyes/PySnappydata YMMV.

cruizen avatar Oct 31 '19 11:10 cruizen