Hi,
I was wondering if there was a way to extract data in an SQL format. I know it is feasible in the CSV format, either for the whole database but this has to be done manually, or via the API using the CSV service but this has to be done table by table.
Why am I looking to extract the data ? I am trying to plug an analytics solution such as Metabase, and it does not support querying the Backendless database (which would be the best solution !)
Here are the DB types supported by Metabase :
So what I did was to set up a MySQL database where I plan to replicate most of my production data in order to calculate KPIs and insights.
Right now the path I am looking at is setting up an automated nightly extraction from Backendless to CSV files, writing scripts to reimport the CSV files into the MySQL server (and I found this tricky because null values come out as a null string rather than empty). Anyhow, it seems like a very convoluted and error-prone path. My first though was it would be far simpler if I could get a hand on an SQL export I could simply reimport into my database. But I would gladly take suggestions on how to streamline the whole thing.
Has anyone set up analytic tools based on their Backendless DB ? Whether with Metabase or something else. I just need to be able to have KPIs I can track.
Thanks a lot for your help and support.