Skip to content

Containerized CDC Demo with Postgres, Sequin, and Meilisearch

Notifications You must be signed in to change notification settings

kevinmichaelchen/pg-sequin-cdc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo of a Change Data Capture (CDC) pipeline featuring the following components:

All tools are containerized.

Quick Start

# 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.sh

Web UIs

Meilisearch UI

A 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

Use this UI to browse indexes, search documents, and configure Meilisearch settings visually.

Sequin UI

About

Containerized CDC Demo with Postgres, Sequin, and Meilisearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages