Exporting data from Appery
Hi, how can I export data from Appery to build a dashboard tool allowing customers to view all sorts of their data?
Thanks in advance.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi, how can I export data from Appery to build a dashboard tool allowing customers to view all sorts of their data?
Thanks in advance.
Hi Avery -
What data do you mean, content inside your app?
Yes. Such content will be stored in the database.
I want to create a dashboard that allows customers to visualize and query their data outside of Appery.io
I also want to analyze data myself, using Python, Java, or C++. How can I log into the database from an external source and query? Can I use a normal MongoDB GUI and sign into my database?
How do I tap into the Data?
You can use cURL commands to your database in Appery.io. And you can write any interface using any programming language.
pre
codecurl -X GET -H "X-Appery-Database-Id: 544a5cdfe4b03d005b6233b9"
https://api.appery.io/rest/1/db/collections/students/code
/pre