Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Fauna

Fauna | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

17 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Vikas G.

Best developer friendly database

  • October 19, 2022
  • Review provided by G2

What do you like best about the product?
NoSQL acid compliance database with a developer-friendly GraphQL API.
What do you dislike about the product?
Price seems to be a little large compared to the competition in DB industry.
What problems is the product solving and how is that benefiting you?
FaunaDB provides a database as a service which we can easily use with cloud API.
As a developer, it is helping me to develop our product fast.


    Dan B.

Robust and fast yet a little tedious

  • September 14, 2022
  • Review verified by G2

What do you like best about the product?
Robust, fast, no downtimes, good balance between no-schema documents and indices.
You can manage users and roles in the db, and alegedly call it directly from your client applications. I personally don't use this because my users are managed in firebase, and I have an API that facilitates all calls to the DB
What do you dislike about the product?
Creating indices for everything, steep learning curve for FQL and user-defined functuons.
A lot of the app code goes into the DB as user-functions. I find it hard to maintain my app's code this way. I would prefer to have all my code in the server that calls the db.
What problems is the product solving and how is that benefiting you?
Cross region DB, cloud native, serverless, fair pricing. Once it was set up I almost didn't have to touch it, except for new features I needed.


    Varshini S.

Granular Identity Management & Function Clauses features are fantastic for our DB Server in FaunaDB

  • February 22, 2022
  • Review verified by G2

What do you like best about the product?
It promotes cardinality in which we can categorize numerous elements with either low cardinality (limited distinct items) or high cardinality (a large number of items). Each cluster has a defined set of nodes that belongs to replicas, and every replica will have a complete data copy within our Fauna cluster. Its data node effectively retrieves data and also carries on data persistance. GraphQL features offer us dynamic control whenever we execute queries in its directive.
What do you dislike about the product?
FaunaDB has its domain-specific language called Fauna Query Language (FQL). It interacts through Fauna Shell, and getting familiarity with using these utilities is a gradual learning curve and requires ample time for extensive usage.
What problems is the product solving and how is that benefiting you?
FaunaDB gives us granular identity management features which comply with our enterprise standards. Being a multi-tenant DBaaS provider, it provisions both admin-level and application-level identity and security enhancements for our database servers. We can code our function clauses which help in a quick filter and data analysis when we have an ample amount of data stored in our database. Further, it has both built-in and user-defined functions, which we use for avoiding duplication of code, maintaining FQL consistency, and performing abstraction and decoupling in our data stores.


    Simisara J.

Can be used as an external DB to store information that need not be retained within an application

  • February 03, 2022
  • Review verified by G2

What do you like best about the product?
Able to send any data without the need to define the data structure priorhand. Able to store multiple data and query data. Able to manipulate and modify data easily
What do you dislike about the product?
Fauna's Shell doesnot allow to export the FQL query output in a usable format like CSV or json. This makes extraction and data export difficult to work with. Need good developer knowledge to script and query data
What problems is the product solving and how is that benefiting you?
External hosted DB. Fauna helps to save less important data externally like form results, survey results, etc.


    Freddy M.

Trustworthy

  • October 12, 2021
  • Review provided by G2

What do you like best about the product?
FaunaDB offers immediate access to the data that is hosted on it. It allows to modify data, delete, insert, select and read data in a natural way without limitations.
What do you dislike about the product?
FaunaDB makes it easy to organize and store your data.
What problems is the product solving and how is that benefiting you?
FaunaDB supports document, relational, graphic and temporal data sets from a single query. In addition to its own FQL query language.
Recommendations to others considering the product:
FaunaDB is a database server that offers direct replacement functionality for GraphQ.
Implementation advantages:
High scalability and easy integration.
Real time access.
Combine the simplicity of GraphQL


    Rodolfo S.

FaunaDB - Provides amazing flexibility and scalability.

  • October 05, 2021
  • Review provided by G2

What do you like best about the product?
This software provides flexibility, it can be used as a key-values, document-based, or chart-based database.
It is quite intuitive software. It offers multiple integrations, two of them: Github or Netfly.
What do you dislike about the product?
FaunaDB is a scalable, reliable and easy to develop software.
What problems is the product solving and how is that benefiting you?
FaunaDB has a very good documentation.
It has built-in GraphQL integration and a lambda calculus-based query language.
Recommendations to others considering the product:
I recommend FaunaDB:
First of all, there is a free tier! perfect for those small projects that need a back end.
Second, there is native support for GraphQL queries and it has some really powerful functions.


    Kobi P.

Fast and friendly cloud database with API

  • July 28, 2021
  • Review verified by G2

What do you like best about the product?
It is pretty easy to get started on a generous free plan is enough to build a proof of concept solution. It was also straightforward to connect to my database from my app and get the data back. I used it from my C# service as well as the Node.js. The dashboard is intuitive and the extension for VS Code was helpful as well.
What do you dislike about the product?
One feature that I would love to have is to run some code when changes to the database occur - something like triggers in SQL databases.
What problems is the product solving and how is that benefiting you?
Data storage and API ready to use with built-in authentication and authorization
Recommendations to others considering the product:
Advise to at least try it out to see how it works.