I want to create backend form my iOS application. I have a Couchbase Lite database embedded in my iOS application and now I want to create a backend for it. I want to have a server based on Couchbase because I want to use Sync Gateway protocol to synchronize client and server instances of my databases. Are there any ways I can deploy Couchbase server to Amazon and use it as a cloud database?

有帮助吗?

解决方案

Sure you have a number of options to deploy a Couchbase server. You could simply spin up an EC2 instance and install the Couchbase server yourself, tho I would recommend using a preconfigured AMI from the marketplace.

https://aws.amazon.com/marketplace/search/results/ref=gtw_navgno_search_box?page=1&searchTerms=couchbase

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top