Hi everyone, I was wondering if you are planning to provide support to other providers like mysql or sql server any time in the future?
Support for other SQL providers
For the moment we have no plan to include these providers. Since CF Toolkit is a compound of visualizations and analytics libraries, the supported providers are also focused on search and analytics as well (Google BigQuery, Elasticseach…).
If you use any other data engine, I could recommend you three things:
-
You can have scripts / processes that index data from different data engines to Elasticsearch to be used as a provider since this is one of the fastest search and analytics engine out there. Usually these are a single python script that does all the job.
-
Use the special provider CF Node which can be used as a gateway between ChartFactor and any data backend. The user will have to provide the logic to connect to the backend.
-
If it is a special case that you may need, You can contact us to see how we can help you.