Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 382 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 382 Bytes

Getting started

clone this repository and change directory to it.

git clone https://github.com/fauna-labs/cdc-python-stream
cd cdc-python-stream

Create a .env file and the environment variables

FAUNA_SECRET=your_fauna_secret
ALGOLIA_APP_ID=your_algolia_app_id
ALGOLIA_API_KEY=your_algolia_api_key

Run the application with python app.py command.