Page 1 of 1

Exporting data from Appery

Posted: Fri Jul 24, 2015 7:31 pm
by A.W.H.

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.


Exporting data from Appery

Posted: Fri Jul 24, 2015 10:33 pm
by Illya Stepanov

Hi Avery -

What data do you mean, content inside your app?


Exporting data from Appery

Posted: Wed Aug 05, 2015 12:32 am
by A.W.H.

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?


Exporting data from Appery

Posted: Tue Aug 11, 2015 8:45 pm
by A.W.H.

How do I tap into the Data?


Exporting data from Appery

Posted: Wed Aug 12, 2015 4:48 am
by Illya Stepanov

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