Live data from Hacker News

Viewing profile — edan0

edan0

HN member
Joined
Tue, Aug 29, 2017, 11:03 PM UTC
HN karma
3
Public activity
5 items

About edan0

https://www.linkedin.com/in/edan-kabatchnik-1a086/

Recent public activity

  1. comment
    Comment #15134837

    You’re absolutely right. Integration with the whole ecosystem can provide real-time streaming SQL queries against not only open source databases MySQL, PostgreSQL, and MongoDB, but…

  2. comment
    Comment #15134675

    KSQL is not a full-fledged streaming SQL engine. If you look at its syntax reference page ( https://github.com/confluentinc/ksql/blob/0.1.x/docs/syntax-... ), you can see that it o…

  3. comment
    Comment #15128712

    If you are interested in performing ultra low latency ( http://www.sqlstream.com ) and it's full implementation of Allen's Interval Algebra ( https://en.wikipedia.org/wiki/Allen%27…

  4. comment
    Comment #15128629

    If you want streaming ANSI standard SQL support for both ingest and egress to and from a vast number of systems including (1) open source databases MySQL, PostgreSQL, and MongoDB; …

  5. comment
    Comment #15128439

    Confluent doesn't understand the ANSI SQL standard. Support for aggregating over windows with standard syntax goes back to SQL:99, so it's been around for 18 years. Any company pla…