diff options
| author | alex <alex@pdp7.net> | 2026-09-15 20:40:27 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-09-15 20:40:27 +0200 |
| commit | 5a72c8868c7918c09b8aa9d990f95a393e0b8906 (patch) | |
| tree | 85c04efebe0648f0d4dbd8cb3a72abc020711e7d | |
| parent | 90e34bc5fa015fd50ff99a6bdb9b30c426d3452a (diff) | |
Link to real time database design
| -rw-r--r-- | IDEAS.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -114,9 +114,13 @@ This is basically a hybrid of https://linuxcontainers.org/incus/ and https://pro - Supports efficient replication of a subset of a database (initial checkpoint + streaming or batched updates) - Functional dependencies could be used to create materialized views *and* indexes ** Basic implementation + - Service that provides an API to interact with PostgreSQL logical replication - API that creates a publication and a subscription for a table with a filter - Libraries to interact with the service and create HTMX (or similar) components that live update. + +See also https://alex.corcoles.net/notes/tech/real-time-relations + * Videoconference based on document (not screen) sharing - Microsoft 365 and Google already offer this, but with drawbacks (Google's is Chrome only, I haven't managed to do this with free Teams). |
