Fauna is the only backend you need
What do you like best about the product?
Fauna has a simple to use user authentication and authorization system that is at the same extendible to a powerful enterprise ABAC system.
Also, I don't need to worry about managing the server because it's serverless.
Then you need to know that it's a document-based database. You store documents in a JSON structure, which gives you a lot of flexibility over traditional SQL table databases. In contrast to other document databases, Fauna offers Schemes and Types, so you always have a clear picture of your data, including data integrity.
Also, I don't need to worry about managing the server because it's serverless.
Then you need to know that it's a document-based database. You store documents in a JSON structure, which gives you a lot of flexibility over traditional SQL table databases. In contrast to other document databases, Fauna offers Schemes and Types, so you always have a clear picture of your data, including data integrity.
What do you dislike about the product?
They could explain their great product better and more simply. You need some time to get into the docs, but you will be highly rewarded if you do it.
What problems is the product solving and how is that benefiting you?
We replaced our database and almost all of our backend with Fauna. Only at places where we need to call third-party Apps do we need a backend because Fauna is not (yet) supporting it. This made the whole stack so much easier for new developers joining us and also maintaining a simple tech stack.
There are no comments to display