Anyone who knows if I can store data in a Realm database while using Strapi (Strapi.io)?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I have exactly the same needs. Does someone achieve this with strapi/realm?
Hi @asterixzzz,
Yes this seems to be doable according to the documetnation here:
https://strapi.io/documentation/3.0.0-beta.x/guides/databases.html#mongodb-installation
You can follow the steps here on how to install MongoDB on your server:
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-18-04
Regards, Bobby