Skip to content

rhuille/squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Experimental `in memory sql querier via Toucan connectors`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages