HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kylemathews

no profile record

投稿

Show HN: Durable Streams – Kafka-style semantics for client streaming over HTTP

github.com
10 ポイント·投稿者 kylemathews·7 か月前·3 コメント

コメント

kylemathews
·昨年·議論
Very excited about Mastra! We have a number of Agent-ic things we'll be building at ElectricSQL and Mastra looks like a breath of fresh air.

Also the team is top-notch — Sam was my co-founder at Gatsby and I worked closely with Shane and Abhi and I have a ton of confidence in their product & engineering abilities.
kylemathews
·2 年前·議論
We have a good solution in mind. Check back in a few months!
kylemathews
·2 年前·議論
Check out our guide on writes — https://electric-sql.com/docs/guides/writes

There's a variety of valid patterns for writes & we don't want to be prescriptive about how you do them. We aim instead to help you easily use Electric with your preferred/required write pattern.

It's possible we'll write our own write library but it's equally likely we'll continue to find it better to partner with other projects building excellent libraries (like we are with https://livestore.dev/).
kylemathews
·2 年前·議論
Another option too for scaling reads is just putting an nginx in your cluster.

Electric itself is quite scalable at reads too so for a SaaS use-case, you might not need any http proxy help.
kylemathews
·2 年前·議論
Right exactly — a sync engine like Electric maintains replicas of data wherever you like. So natural places are web apps, mobile apps, backend services, etc. Here's an example showing how to sync a table from PG to Redis https://github.com/electric-sql/electric/blob/main/examples/...

It's dramatically faster to read from a local copy of data vs. sending the query to Postgres and can eliminate a lot of network and db load as well.
kylemathews
·2 年前·議論
Posting the issue to GitHub would be great!