Remix.run Logo
cpursley 3 days ago

Why not just hook up postgres to something like https://github.com/cpursley/walex or any of the other libraries like Debezium, https://sequinstream.com? Isn't postgres enough?

Nelkins 2 days ago | parent | next [-]

There's also https://github.com/message-db/message-db

Admittedly, these options seem to not be quite as user friendly as OP's solution.

patriceckhart 2 days ago | parent | prev | next [-]

I've experimented quite a bit and I'm familiar with some of those concepts, in fact, I even looked at them early on in development. But my goal was to build more than just a wrapper around SQL.

koakuma-chan 3 days ago | parent | prev | next [-]

I know right? This whole CQRS+ES thing feels like a scam.

AndrewKemendo 3 days ago | parent | prev [-]

+1 for debezium but that’s post deployment cdc as a stream API

We need more native streaming databases overall