Transactional outbox / change capture

Hi, we would like to evaluate FaunaDB for an event driven application. Currently we use MongoDB Atlas to store events and read models. Events are automatically pushed grom the db cluster to AWS event bridge.

Is there similiar functionality with Fauna? Something like DynamoDB streams or MongoDB‘s change stream? I saw Fauna’s event streaming, but I‘m not looking for streaming to a client, but to a serverless event bus in a distributed system.

Fauna does not have web sockets, or other mechanism to “call out” to an external service. Event streaming could work in place of that so long as you have a long-lived process that streams events and performs its own connections to external services.

Thank you, evan. I was hoping for a serverless solution

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.