Open pswu11 opened 2 years ago
This feature is very import to my stocks picking project ! I want to integrate the questdb with Materialize
Questdb together with Materialize will be a very powerful combination 💯 But since Questdb is Postgresql wire protocol compatiblel and Materialize support Postgres via Logical replication. It is more effective for Materialize to use logical replication then Debezium for postgres connection.
This feature would make QuestDB the perfect persistence layer for https://deephaven.io/ to avoid continuous polling from QuestDb - very much looking forward to this!
Summary
Listen to database changes instead of pulling them proactively. This could be possible if we add support for CDC by integrating with Debezium.
Expected outcome
An optional function for users to subscribe to database changes.
Do you need this feature?
This feature is currently just an idea that we are considering. If this is interesting/important/critical to your use case, share your feedback with us by commenting below. Thank you!