Hello!
I am thinking of using FaunaDB in a personal project, but I don’t know if it is suitable.
Project Summary
- Cronjob in my backend ejecutes code every 2min.
- Backend code updates FaunaDB documents (every 2min)
It is worth saying that the number of document is fixed, in other words I will be always updating existing data, so the storage limit is not an issue.
Question
- I have problems understanding the pricing. I don’t know aprox. how many write ops I would be doing in the DB.
If possible I would like my app working with free tier, because I am not generating any money from it still.
Thanks for the help