diff options
| author | alex <alex@pdp7.net> | 2026-04-14 16:56:16 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-04-14 16:56:16 +0000 |
| commit | 6e46ce6e7f95a8cd309d6d2c9213551eda26860a (patch) | |
| tree | ac81e338b7b93a543996fc45664258f4fb9a7163 /blog | |
| parent | 152c165b36c61c9f84f669439cec27487d912ccb (diff) | |
Remove Markdown linkmaster
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/content/notes/tech/motivating-example-for-logical-replication-for-dynamic-ui.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/content/notes/tech/motivating-example-for-logical-replication-for-dynamic-ui.gmi b/blog/content/notes/tech/motivating-example-for-logical-replication-for-dynamic-ui.gmi index daf5329e..01fc5fae 100644 --- a/blog/content/notes/tech/motivating-example-for-logical-replication-for-dynamic-ui.gmi +++ b/blog/content/notes/tech/motivating-example-for-logical-replication-for-dynamic-ui.gmi @@ -20,7 +20,7 @@ Imagine you could write an UI element that subscribed to the following publicati create publication foo for table chat_messages where (channel in :list_of_channels_user_is_in and posted > :some_time_ago); ``` -Without writing any additional code, the UI element would get instantly notified not only of all new messages, but also of editions, deletions, or messages moved in or out of the subscribed channels. I believe you could write a real-time UI element with much shorter and safer code than any alternative I can think of that only uses OSS code. (As far as I know, [ksqlDB](https://github.com/confluentinc/ksql) does a similar thing, but has non-OSS bits and seems much harder to deploy than PostgreSQL, besides you would also need to deploy PostgreSQL.) +Without writing any additional code, the UI element would get instantly notified not only of all new messages, but also of editions, deletions, or messages moved in or out of the subscribed channels. I believe you could write a real-time UI element with much shorter and safer code than any alternative I can think of that only uses OSS code. (As far as I know, ksqlDB does a similar thing, but has non-OSS bits and seems much harder to deploy than PostgreSQL, besides you would also need to deploy PostgreSQL.) This has some caveats: |
