clone this repository and change directory to it.
git clone https://github.com/fauna-labs/cdc-python-stream
cd cdc-python-streamCreate 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_keyRun the application with python app.py command.