Skip to content

Comment on Show HN: EventQL – Open-source distributed SQL analytics database in C++11parent

Comments

Yes, it is similar to BigQuery with a couple of differences as you pointed out. The big ones being that it's fully open source and self-hostable.

It's less similar to Apache Drill - Drill is "only" a query engine and doesn't handle the actual data storage. EventQL combines a bigtable-like storage engine (optimized for the analytics use case) with a dremel/bigquery/dremel-like query engine.

How does it compare to Clickhouse, recently released from Yandex [0]?

[0] https://clickhouse.yandex/

Awesome! Thanks! I'll have to try it out.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.