Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 777 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 777 Bytes

Squid

Experimental "in memory sql querier via Toucan connectors"

Rational:

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 in SQLAlchemyExecuter
  • in pandas implemented in PandasExecuter

How to run the example:

(Run on python 3.7.4) pip install -r requirements.txt then: python -m example example_configuration.json

Main requirements:

NB:

  • Not tested (yet)