snappydata
snappydata copied to clipboard
How to query snappydata using python
How to query data from snappydata using python? Like sqlalchemy.
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.