Page 1 of 1

Access appery.io db from outside

Posted: Fri Nov 04, 2016 9:52 pm
by Wai Pak

How do I connect to the mongo db in appery.io? I have an outside db that I need to sync up data in appery.io mongo db. I was thinking to use rest api to connect to the appery.io db and do the data sync. Assuming everything is standard restful api call, what is the exact db connection for appery.io db?

I looked through docs provided in some other threads. They all talked about generic stuff like connecting to the db via restful API. However, there is no specific information like the exact connection to the db.


Access appery.io db from outside

Posted: Mon Nov 07, 2016 8:50 am
by Serhii Kulibaba

Hello Wai,

You are right, it is impossible to connect to the Appery.io database directly. It is possible to use it only through it's REST API.