cretz / software-ideas

85 stars 0 forks source link

Akka Streams/IO Client for ClickHouse #23

Open cretz opened 8 years ago

cretz commented 8 years ago
cretz commented 8 years ago

Maybe a better idea:

alexey-milovidov commented 7 years ago

We have added JDBC driver https://github.com/yandex/clickhouse-jdbc (Just sources right now; pre-built binaries is expected in few days.)

cretz commented 7 years ago

@alexey-milovidov - Neat! Unfortunately JDBC drivers use synchronous approaches to data retrieval. There is often no async network use. I haven't read y'all's impl, but ideally an async network JVM driver would be preferred.