https://github.com/sunng87/greptimedb-sqlalchemy
SQLAlchemy and Superset connector for GreptimeDB
https://github.com/sunng87/greptimedb-sqlalchemy
Last synced: 9 months ago
JSON representation
SQLAlchemy and Superset connector for GreptimeDB
- Host: GitHub
- URL: https://github.com/sunng87/greptimedb-sqlalchemy
- Owner: sunng87
- Created: 2024-09-05T22:55:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-18T21:25:26.000Z (over 1 year ago)
- Last Synced: 2024-10-06T04:42:39.718Z (over 1 year ago)
- Language: Python
- Size: 138 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# greptimedb-sqlalchemy

SQLAlchemy and Superset connector for
[GreptimeDB](https://github.com/greptimeteam/greptimedb). This
connector is developed against Superset master branch. It is expected
to work with upcoming 4.1 release.

## Superset
If you are using docker to run superset, add this library to
`docker/requirements-local.txt`
```bash
echo "greptimedb-sqlalchemy" > docker/requirements-local.txt
```
Start superset using `docker compose -f docker-compose-non-dev.yml up` you will
be able to add GreptimeDB as a database.