mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

Is this repo deprecated? #214

Open gaboelnuevo opened 3 years ago

gaboelnuevo commented 3 years ago

I want to use mongodb mobile not realmDB. only a local mongo db. But all the documentations links are broken.

Thank you.

drewdipalma commented 3 years ago

Hi – We announced that MongoDB Mobile would be deprecated shortly after we acquired Realm and it was fully deprecated as of May this year. We recommend using Realm Database/SDKs moving forward.

gaboelnuevo commented 3 years ago

Thanks you for your quickly response.

It's a shame that was deprecated, I'm using realm db for a production app but I'm want to use mongodb mobile not realmDB.

EthanSK commented 3 years ago

Is there any documentation for migration of stitch sdk to realm sdk? It is still possible to use mongodb atlas, right?

drewdipalma commented 3 years ago

Hi Ethan – To clarify the above comment "MongoDB Mobile" a version of MongoDB that runs on mobile phones has been deprecated for a while now but the Stitch SDKs generally won't EoL for the next year (even though we are recommending folks switch to the Realm SDKs). While we don't have a comprehensive guide for making the switch most of the syntax remains the same. For example, this section details how to call MongoDB Atlas from the Realm Swift SDK.