This is a demo of a Change Data Capture (CDC) pipeline featuring the following components:
- Postgres
- Sequin (a CDC tool)
- Meilisearch (a search engine)
All tools are containerized.
# 1. Start Podman
podman machine start
# 2. Start all services (Postgres, Redis, Sequin, Meilisearch)
podman compose up -d
# 3. Create test table with sample data
./scripts/create-test-table.sh
# 4. Test the CDC pipeline (insert, update, delete)
./scripts/test-cdc.shA web-based admin dashboard for managing and exploring your Meilisearch instance.
- URL: http://localhost:24900
- Connection Setup (on first access):
- Host:
http://localhost:7700 - API Key:
masterKey123
- Host:
Use this UI to browse indexes, search documents, and configure Meilisearch settings visually.