Hi there, is it possible to hook ChartFactor to connect to Postgres as well as Elasticsearch in an app?
Let me explain my scenario. Right now, we use ChartFactor for all visualizations with the data in Elasticsearch, including the Raw Data Table with column filters which we love.
We also have some small tables, mainly metadata, in Postgres and really want to use the ChartFactor table for those as well to leverage its filtering capabilities out of the box. Is that possible?
Hi @dmitry, yes, completely possible with minimum effort.
You need to expose the tables you’d like to use over a REST API so that CharFactor can render them. Here is the reference implementation: https://github.com/Aktiun/postgres-rest. Please see its README file to set it up, including a PG docker instance and seed data for testing.