0.1.2
Postgres Stream
Reliably stream Postgres table changes to external systems (queues, webhooks, etc.) with automatic failover and zero event loss.
0.1.2
🐛 Bug Fixes
- Add cmake for kafka
Contributors
Docker Images
Each sink has its own image. Pull the one you need:
| Sink | Image |
|---|---|
| Elasticsearch | ghcr.io/psteinroe/postgres-stream:elasticsearch-0.1.2 |
| GCP Pub/Sub | ghcr.io/psteinroe/postgres-stream:gcp-pubsub-0.1.2 |
| Kafka | ghcr.io/psteinroe/postgres-stream:kafka-0.1.2 |
| Kinesis | ghcr.io/psteinroe/postgres-stream:kinesis-0.1.2 |
| Meilisearch | ghcr.io/psteinroe/postgres-stream:meilisearch-0.1.2 |
| NATS | ghcr.io/psteinroe/postgres-stream:nats-0.1.2 |
| RabbitMQ | ghcr.io/psteinroe/postgres-stream:rabbitmq-0.1.2 |
| Redis Streams | ghcr.io/psteinroe/postgres-stream:redis-streams-0.1.2 |
| Redis Strings | ghcr.io/psteinroe/postgres-stream:redis-strings-0.1.2 |
| SNS | ghcr.io/psteinroe/postgres-stream:sns-0.1.2 |
| SQS | ghcr.io/psteinroe/postgres-stream:sqs-0.1.2 |
| Webhook | ghcr.io/psteinroe/postgres-stream:webhook-0.1.2 |
docker pull ghcr.io/psteinroe/postgres-stream:<sink>-0.1.2