Fauna Event Feeds API

The Fauna Event Feeds API provides a polling-based approach to change data capture, complementing the real-time Event Streaming API. Event feeds allow developers to retrieve batches of change events at their own pace rather than maintaining a persistent connection. This is useful for scheduled synchronization tasks, batch processing workflows, and scenarios where a pull-based model is preferred over push-based streaming. Event feeds track the same add, remove, and update events as streams.

API entry from apis.yml

apis.yml Raw ↑
aid: fauna:event-feeds-api
name: Fauna Event Feeds API
tags:
- Change Data Capture
- Database
- Events
- Polling
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://db.fauna.com
humanURL: https://docs.fauna.com/fauna/current/learn/cdc/
properties:
- url: https://docs.fauna.com/fauna/current/learn/cdc/
  type: Documentation
description: The Fauna Event Feeds API provides a polling-based approach to change data capture, complementing
  the real-time Event Streaming API. Event feeds allow developers to retrieve batches of change events
  at their own pace rather than maintaining a persistent connection. This is useful for scheduled synchronization
  tasks, batch processing workflows, and scenarios where a pull-based model is preferred over push-based
  streaming. Event feeds track the same add, remove, and update events as streams.