Experimental "in memory sql querier via Toucan connectors
"
ToucanConnector
allows to connect to a wide variety of system: mysql,
facebook_insights, dataiku...
Once your connectors configured, you want to query these data (coming from different system) in the same language.
Here I propose to query the output DataFrame:
- in SQL using
sqlalchemy
implemented inSQLAlchemyExecuter
- in
pandas
implemented inPandasExecuter
(Run on python 3.7.4)
pip install -r requirements.txt
then: python -m example example_configuration.json
ToucanConnector
: https://github.com/ToucanToco/toucan-connectors/tree/master/toucan_connectorspandas
sql_alchemy
NB:
- Not tested (yet)