Live data from Hacker News

Viewing profile — tingfirst

tingfirst

HN member
Joined
Sun, Dec 26, 2021, 10:52 PM UTC
HN karma
7
Public activity
24 items

About tingfirst

Developer at heart, founder by accident | ex-Splunker | Timeplus - Real-time done right

Recent public activity

  1. comment
    Comment #47412298

    Makes sense if you prefer scanning the whole picture first. Whole-to-parts vs. parts-to-whole is a different mindset. I personally like fade-in in some cases—it helps me focus on o…

  2. comment
    Comment #47064486

    Temporal binding is one of the hardest problems in visualization, all about aggregations across different time windows. And it gets even harder when the clock never stops and live …

  3. comment
    Comment #45901847

    All streaming processors face the same fundamental problem: Streaming joins require maintaining state for both sides of the join High-cardinality data (millions of unique keys) mea…

  4. story
  5. comment
    Comment #45673319

    Redpanda + Timeplus, the perfect pair for data streaming developers. No JVM, ZK ...

  6. comment
    Comment #45670342

    Probably the smallest yet most powerful binary for real-time, incremental SQL data processing, end to end!

  7. comment
    Comment #45353752

    Consistently we heard about ClickHouse has very limited materialized views that can't handle real-time pipeline fast efficiently enough. would love to see more comments here.

  8. comment
    Comment #45334781

    Data sources are usually in Kafka, or other operational databases like Postgres or MySQL 1. Table A : fact events, high-throughput (10k~1M eps), high-cardinality 2. Table B, C, D :…

  9. comment
    Comment #45328499

    Is there a native SQL pipeline tool for ClickHouse that processes real-time data incrementally, with low latency, large throughput and high efficiency, similar to Snowflake’s Dynam…

  10. story
  11. comment
    Comment #45277324

    For parallel programming, what's OS-level difference compared to languages like Python or modern C++? Domain.spawn (fun _ -> print_endline "I ran in parallel") Anyway, love the sim…

  12. comment
    Comment #45237740

    AI can be hallucination but real-time detection is key

  13. comment
    Comment #45198916

    re EPS and CPU utilization, WS still performs better than SSE?

  14. comment
    Comment #45171171

    For OCaml users interested in data streaming processing (similar to Flink or Spark), but looking for a faster and more efficient option, check out this OCaml plugin Timeplus Proton…

  15. story
  16. comment
    Comment #45171105

    For OCaml users interested in data streaming processing (similar to Flink or Spark), but looking for a faster and more efficient option, check out this OCaml plugin Timeplus Proton…

  17. comment
  18. story
  19. comment
    Comment #43428305

    Pretty cool to see a C++ R/W Iceberg client without dependency, and even better open-sourced. The pipeline is all about processing and routing, ideally, to open and flexible destin…

  20. comment
    Comment #39532644

    Design principles of Timeplus Proton are simplicity, speed and efficiency. That's why we love ClickHouse, the fastest and most lightweight approach for real-time analytics. Further…

  21. comment
    Comment #39198750

    Proton is a lightweight streaming processing "add-on" for ClickHouse, and we are making these delta parts as standalone as possible. Meanwhile contributing back to the ClickHouse c…

  22. comment
    Comment #39198568

    Redpanda Proton ClickHouse: A perfect match as a single-binary approach for a lightweight and high-performance data streaming processing and analytics in one compact box!

  23. comment
    Comment #39198070

    Great points! SQLite as an analogy is fantastic for its small footprint. Swift download, deployment, and testing significantly boost dev productivity. Moreover, the dependency-free…

  24. comment
    Comment #39037587

    As a streaming SQL engine, Proton is a fast and lightweight alternative to Apache Flink, powered by ClickHouse. It can help developers solve the data streaming challenges from proc…