MongoDB on Android

MongoDB has downloads for several operating systems. However, Android is not one of those systems.

People use MongoDB as a “web service” for storing data, but it does not have any features to support multi-master replication or your occasionally connected mobile scenario.

If you need these types of features, you’ll want to check out CouchDB which specifically targets this scenario with Android Couchbase.

Leave a Comment