Live data from Hacker News

Viewing profile — ashishbagri

ashishbagri

HN member
Joined
Mon, Jul 08, 2019, 8:38 AM UTC
HN karma
5
Public activity
7 items

About ashishbagri

No profile information was provided.

Recent public activity

  1. comment
    Comment #44425228

    Real-time synthetic data generation with built in connectors https://github.com/glassflow/glassgen Next step is to extend it as a server module so you can run it remotely

  2. comment
    Comment #43957016

    - We used our custom clickhouse sink which inserts records in batches using clickhouse native protocol (as recommend by clickhouse). Each insert is done in a single transaction so …

  3. comment
    Comment #43956644

    Thanks for your question. In GlassFlow, we use NATs Jetstream to power deduplication (and KV store for joins as well). I see from your blog post that segment used rocksDB to power …

  4. comment
    Comment #43954428

    Yes its true that if you just want to send data from Kafka to clickhouse and do not worry about duplicates, then there are several ways. we even covered them in a blog post -> http…

  5. comment
    Comment #43954307

    Thanks for taking a look! 1. The current implementation is just for clickhouse as we started with the segment of users building real time analytics with clickhouse in their stack. …

  6. comment
    Comment #43954226

    Yes it would be easily possible to configure the tool to stream directly from NATs and skip Kafka completely. The reason we started with a managed Kafka connector (via the NATS Kaf…

  7. story
    Show HN: A real world streaming data generator in Python

    I've built GlassGen to solve the common problem of generating real time synthetic data for testing, demos, and ML datasets. While Faker is great for individual data points, GlassGe…