Public product and customer onboarding site for the commercial CDC Pro for Redis bundle.
Published site:
https://kanutocd.github.io/cdc-redis-pro-docs/
git clone https://github.com/kanutocd/cdc-redis-pro-docs.git
cd cdc-redis-pro-docsdocs/index.html: public product landing page, licensing overview, and benchmark evidence.docs/reports/: benchmark, soak, chaos, and verification reports.docs/reports/analytics/: generated benchmark analytics dashboard.examples/cdc-redis-pro-pipeline/: standalone Ruby sample showing Redis source modes, worker-local upstream pooling, and downstream orchestration.examples/cdc-redis-pro-rails-dashboard/: Rails sample showing the public source modes, bounded demo runs, and local API docs for the licensed bundle.
CDC Pro for Redis is a paid Ruby CDC bundle for Redis-heavy systems. It pairs fast Redis source drivers with downstream orchestration primitives for concurrent processing, worker-local resource pools, and benchmark-backed runtime tuning.
The bundle covers:
- Redis Streams with consumer groups, checkpointing, pending-entry recovery, duplicate suppression, and dead-letter streams.
- Redis Pub/Sub, pattern Pub/Sub, and Redis Cluster sharded Pub/Sub with explicit at-most-once loss-window reporting.
- Redis keyspace notifications with startup validation and optional best-effort value enrichment.
- Sentinel failover, Redis Cluster routing, same-slot Cluster Streams, multi-primary Cluster keyspace subscriptions, TLS, and ACL authentication.
cdc-orchestrator-pronested runtime support: Ractors outside, fibers inside, worker-local resources throughLocalResourcePool, and failure policy handling.- Private GitHub Packages distribution with signed offline license tokens.
Open the public site:
docs/index.html
Serve it however you prefer, or open the file directly in a browser.
The included GitHub Actions workflow deploys docs/ to GitHub Pages.