Viewing profile — super_ar
super_ar
HN member- Joined
- Thu, Sep 19, 2024, 8:11 AM UTC
- HN karma
- 43
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About super_ar
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #47695926
Good question. I wouldn’t say this replaces Flink in general. If you already run Flink and are comfortable with it, it’s a very powerful system. Where we saw friction with Flink wa…
-
story
Show HN: 500k+ events/sec transformations for ClickHouse ingestion
Hi HN! We are Ashish and Armend, founders of GlassFlow. Over the last year, we worked with teams running high-throughput pipelines into self-hosted ClickHouse. Mostly for observabi…
- story
-
comment
Comment #47589344
I am seeing this pattern a lot lately. Teams start with a simple flow: logs/metrics → Vector → ClickHouse Works well as long as they run simple transformations via Vector. When the…
- story
- story
- story
-
comment
Comment #46208538
Really cool!
-
comment
Comment #46208469
Looks cool! Do you have any idea who "good" it is at detecting AI-generated text?
-
comment
Comment #46208427
This is interesting. Just wondering about your traffic volume and how long you have been running lcoalpdf? For us, it is more like 5% of the traffic from GEO, but we have been runn…
- story
-
comment
Comment #44349543
Yes, same machine.
-
comment
Comment #44349244
There is another test that we published on our docs page. You can check it out here: Setup: https://docs.glassflow.dev/load-test/setup Results: https://docs.glassflow.dev/load-test…
-
comment
Comment #44349205
Fair point. Thanks for calling it out! To clarify, we’re focused on a specific use case: Kafka to ClickHouse pipelines with exactly-once guarantees. Kafka can’t provide exactly-onc…
-
comment
Comment #44348022
Totally fair point. For stable, known workloads, you can get really far with something lightweight on a single machine. The challenge comes when you need fault tolerance, scaling, …
-
comment
Comment #44318729
Hi HN, A few weeks ago, we shared GlassFlow: Open Source streaming ETL to dedup and join streams from Kafka for ClickHouse ( https://news.ycombinator.com/item?id=43953722 ). One of…
- story
- comment
- story
-
comment
Comment #43956875
Great question! RMT can work well when eventual consistency is acceptable and real-time accuracy isn't critical. But in use cases where results need to be correct immediately (dash…
-
comment
Comment #43955978
Thanks for asking those questions. Duplicates often come from how systems interact with Kafka, not from Kafka itself. For example, if a service retries sending a message after a ti…
-
comment
Comment #43955817
Great to hear that you are considering it for zenskar. We don't have a publicly available load test, but in internal checks it was able to handle 15k requests per second (locally o…
-
comment
Comment #43955747
Good question! RMT does deduplication, but its dependency on background merges that you can't control can lead to incorrect results in queries until the merge is complete. We wante…