FaunaDB
Faunadb is a platform that provides cloud-based database and data API for developers and businesses. Its purpose is to help users build and scale their applications and websites with a secure and flexible data layer. faunadb allows users to access and manage various data types, such as documents, graphs, and temporal data, using a simple and intuitive interface or API.
Triggers
Trigger components allow you to start an automation flow when an event happens in the app.
New or Removed Documents in a Collection
Emit new event each time you add or remove a document from a specific collection, with the details of the document. See the docs here.
Actions
Action components allow you to perform operations on the app.
Execute GraphQL Query
Performs an arbitrary authorized GraphQL query. See docs here.
Import GraphQL schema
Import graphQL schema to a database. See docs here.
Read From FaunaDB Collection
Reads all documents from a given FaunaDB collection. See docs here.