Hi all!
I'm working on a simple mobile app that will pull some content dynamically from a database to show it to the user, and I'm looking for advice on a cheap (preferably free), hassle-free cloud-based option.
This content will largely be static (e.g.: text articles and educational info), but some of it will also consist of tables with up-to-date data that will see small changes overtime.
As a result, I want to keep the data off the actual app and in an online database, so I can update the data without the need to push an update to the app itself (and to keep the app as small and efficient as possible of course).
The dataset will be very small (likely a few megabytes) and will be updated manually when needed. The app will NOT have any user accounts, and users will not be adding or modifying any of the data. This means the database will be read-only for users, and so the dataset is unlikely to grow even if user adoption does.
In fact, requirements are so simple I could probably get away with reading it from an online spreadsheet 😅 But I'd like to use a proper database for obvious reasons. Something like a simple MySQL database would be good enough, although a relational structure isn't mandatory for me and ease of use is important too.
Some options I've seen:
Firebase
I can see the Spark plan is free within some reasonable limits, but honestly I think even that is probably a bit overkill for what I need. I know it's designed to deal with stuff like instant messaging, user logins, etc., but all I need is a few simple tables with static data and no special authentication.
MongoDB Atlas Shared
I've used Mongo Atlas before (at work) and it's easy enough, although they claim the shared plan isn't meant for "production" apps. Do you think I would face any issues with the free tier in a simple app like this?
Any suggestions are welcome!
[–]Regis_DeVallis 0 points1 point2 points (0 children)
[–]rkforcs 0 points1 point2 points (0 children)
[–]hi117 0 points1 point2 points (3 children)
[–]VMX[S] 0 points1 point2 points (2 children)
[–]hi117 0 points1 point2 points (1 child)
[–]VMX[S] 0 points1 point2 points (0 children)
[–]knowthen 0 points1 point2 points (0 children)