How do I query the database from outside Appery.io
i.e ModeAnalytics, where I can sign in and perform mongo queries on the data
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/
i.e ModeAnalytics, where I can sign in and perform mongo queries on the data
Hello,
Please follow this documentation: https://devcenter.appery.io/documenta...
Besides using CURL commands, is there a way to connect to the database and use, say, python?
You can use get/post/put/delete requests.
Can you help me understand how to code a request? I only see curl commands which are executable through terminal command prompt, no?
Every request to the Database is a REST/HTTP request, so you will need to develop REST service using preferable language and make requests through it.
By the way you can use any ready-to-use tools like Postman (https://www.getpostman.com/) to make requests to your database.
Thanks.