Skip to content

Releases: timeplus-io/proton-rust-client

v0.1.2

01 Oct 00:06
35a6216
Compare
Choose a tag to compare

Other

  • Update clickhouse-derive requirement from 0.1 to 0.2 (#8)
  • Update clickhouse requirement from 0.11 to 0.12 (#9)

v0.1.1

14 Feb 18:15
3f965ad
Compare
Choose a tag to compare

Other

  • Resolved issue #6: Stream query in release mode. (#7)
  • Updated Readme & Enabled release-plz (#4)
  • Update Cargo.toml, up to 5 keywords

v0.1.0

12 Feb 04:30
146d9d1
Compare
Choose a tag to compare

What's Changed

Initial release of Rust client for Timeplus Proton.

Proton is a streaming SQL engine, a fast and lightweight alternative to Apache Flink, 🚀 powered by ClickHouse. It enables developers to solve streaming data processing, routing and analytics challenges from Apache Kafka, Redpanda and more sources, and send aggregated data to the downstream systems. Proton is the core engine of Timeplus, which is a cloud native streaming analytics platform.

The initial version(0.1.0) of the client was written by Marvin Hansen. Thanks for the contribution.

This client uses https://crates.io/crates/clickhouse as a dependency.

New Contributors

Full Changelog: https://github.com/timeplus-io/proton-rust-client/commits/v0.1.0