A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

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

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

How do I query the database from outside Appery.io

Besides using CURL commands, is there a way to connect to the database and use, say, python?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How do I query the database from outside Appery.io

You can use get/post/put/delete requests.

A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

How do I query the database from outside Appery.io

Can you help me understand how to code a request? I only see curl commands which are executable through terminal command prompt, no?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How do I query the database from outside Appery.io

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.

Return to “Issues”