prepor
No user record in our sample, but prepor has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but prepor has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
https://github.com/electric-sql/electric/blob/main/clients/t... // Once we have electric, we then establish the data change // notification subscription, comparing the tablenames used by the // query with the changed…
> Writes automatically cause any relevant live queries to update. How do you decide what queries are relevant?
> If anyone has success integrating Prolog in modern software please share, I'm really curious. https://terminusdb.com/ is almost entirely written in prolog. + a little bit of Rust and JS.
Based on what I read it's very similar to Kafka Streams + batteries ([semi]automatic workload orchestration, reactive queries, higher-level/slicker/"smarter" API (?)) Could you please compare Rama with Kafka Streams,…
Electric could be an ideal companion to these reactive Queries & Depots to build actual UI, btw
> Why don't we just use Reactjs? "Dealing with immutable data in JavaScript is more difficult than in languages designed for it, like Clojure. " From React's docs.
It's not here yet, but we are planning to add it soon
You can do everything that you can with typeclasses without them. In fact GHC compiles Haskell into GHC core, where are no typeclasses. See http://okmij.org/ftp/Computation/typeclass.html