HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kylemathews

no profile record

Submissions

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

github.com
10 points·by kylemathews·قبل 7 أشهر·3 comments

comments

kylemathews
·السنة الماضية·discuss
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
·قبل سنتين·discuss
We have a good solution in mind. Check back in a few months!
kylemathews
·قبل سنتين·discuss
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
·قبل سنتين·discuss
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
·قبل سنتين·discuss
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
·قبل سنتين·discuss
Posting the issue to GitHub would be great!