How to host CouchDB/PouchDB in remote server? -
i creating mobile app using ionic 2 have bunch of data. exploring options database. research came know pouchdb great option. question is:
- can host pouchdb/couch db on shared host ? if not, options available ?
- what other options have database in mobile app ?
- can host pouchdb/couch db on shared host ?
probably not, depends on shared host. couchdb requires erlang, , pouchdb can run server-side in nodejs. (there plugins provide serialized databases populate each client's pouchdb if don't need server side database.)
if not, options available ?
there plenty of companies hosting virtual , baremetal machines. cheaper or @ least better computing value shared hosting, aside common install images, must system maintenance yourself. scaleway, rackspace or digital ocean examples of traditional independent ones , there various cloud providers..
- what other options have database in mobile app ?
couch-protocol (will talk pouchdb)
- cloudant - provides free tier hosted service, may expensive larger volume.
- couchbase - enterprise/installable version of cloudant?
similar json oriented (likely use similar skills)
mongodb, firebase, ...
Comments
Post a Comment