apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
62.65k stars 13.83k forks source link

support cratedb #4494

Closed cmdares closed 5 years ago

cmdares commented 6 years ago

cratedb is the newsql database for iot data. make superset support to cratedb. thanks.

on99 commented 6 years ago

+1

mistercrunch commented 6 years ago

Looks like cratedb has a dbapi driver and has a sqlachemy dialect, so it should work, someone may have to add an entry in superset/db_engine_specs.py to fine tune things. https://crate.io/docs/clients/python/en/latest/sqlalchemy.html

cmdares commented 6 years ago

+1

mistercrunch commented 6 years ago

Can one of you with cratedb setup in their env try this and report how whether it works?

cmdares commented 6 years ago

+1

hajdbo commented 5 years ago

CrateDB works, with the limitations described here: https://github.com/crate/crate-python/issues/307 and https://github.com/apache/incubator-superset/issues/5978

hajdbo commented 5 years ago

@kristw please close: CrateDB is (somewhat) supported.