subscribing to row-level updates #643
petergaultney
started this conversation in
Ideas
Replies: 1 comment
-
Litestream does physical replication which means that it works at the page level rather than the row level. There is an issue for CDC (Change Data Capture) but it's a pretty tricky thing to implement well. It's not currently on the roadmap but it could happen in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the new architecture described here, are we close to a point where Litestream could serve as a method of 'subscribing' to writes into a given database originating from multiple processes? This paradigm is quite useful for a lot of architectures as you can probably imagine.
I don't know enough about Litestream to guess whether this could be done using an inotify-style watcher of the files that Litestream outputs, but that's the approach I am vaguely imagining.
Beta Was this translation helpful? Give feedback.
All reactions