I\'m just starting to read up on NoSQL technologies such as MongoDB and CouchDB. I\'m interested in knowing whether I can use MongoDB or indeed any NoSQL technology as a replace
MongoDB Mobile is an smaller version of the MongoDB database, optimized to run on mobile and IoT devices.
MongoDB Mobile comprises two core pieces:
A mobile-optimized version of the MongoDB database that runs locally on the device, enabling offline access to data. Native Java (Android) and Swift (iOS) SDKs that manage the lower-level database operations and provide methods to interact with MongoDB Mobile and the Stitch backend.
https://docs.mongodb.com/stitch/mongodb/mobile/mobile-features/