Hacker News new | ask | show | jobs
by SquidJack 252 days ago
can connect to any database provider?
1 comments

Kafkorama itself doesn't talk directly to databases — it integrates natively with Kafka. If your DB streams into Kafka (via Debezium or connectors), Kafkorama can expose that data to users, and vice-versa. With the Kafkorama SDKs you can also connect directly to any database (or other system) and either push data into Kafkorama or get data from it, even without Kafka.