Cloud based database with REST API and ACL

Is there a database that can meet the following requirements

  • hosted in the cloud
  • REST API
  • support for various API keys with different access rights (especially for reading)
  • free pricing program

I am looking for a database for a Javascript application without my own middle tier as a provider between the database and the client application.

+4
source share
1 answer

you have many options, but you can use the free development license

you can try those

https://parse.com (this is very good, and they have many libraries almost for a programming language)

" http://couchdb.apache.org " (this is a very good choice if you want to build a local database with a JSON response)

+1
source

Source: https://habr.com/ru/post/1411386/


All Articles