proton-java-driver VS timescaledb-insert-benchmarks

Compare proton-java-driver vs timescaledb-insert-benchmarks and see what are their differences.

timescaledb-insert-benchmarks

Benchmarking inserting a ~trillion rows of weather data into TimescaleDB (by ali-ramadhan)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
proton-java-driver timescaledb-insert-benchmarks
1 1
3 14
- -
5.9 8.8
6 months ago about 2 months ago
Java Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

proton-java-driver

Posts with mentions or reviews of proton-java-driver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Loading a trillion rows of weather data into TimescaleDB
    8 projects | news.ycombinator.com | 16 Apr 2024
    What's the process for adding support for other databases to your tool qStudio?

    I'm thinking perhaps you could add support for Timeplus [1]? Timeplus is a streaming-first database built on ClickHouse. The core DB engine Timeplus Proton is open source [2].

    It seems that qStudio is open source [3] and written in Java and will need a JDBC driver to add support for a new RDBMS? If yes, Timeplus Proton has an open source JDBC driver [4] based on ClickHouse's driver but with modifications added for streaming use cases.

    1: https://www.timeplus.com/

    2: https://github.com/timeplus-io/proton

    3: https://github.com/timeseries/qstudio

    4: https://github.com/timeplus-io/proton-java-driver

timescaledb-insert-benchmarks

Posts with mentions or reviews of timescaledb-insert-benchmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.
  • Loading a trillion rows of weather data into TimescaleDB
    8 projects | news.ycombinator.com | 16 Apr 2024
    The full dataset is quite huge (~9 petabytes and growing) out of which I'm using just ~8 terabytes. Still quite big to upload.

    The data is freely available from the [Climate Change Service](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysi...) which has a nice API but download speeds can be a bit slow.

    [NCAR's Research Data Archive](https://rda.ucar.edu/datasets/ds633-0/) provides some of the data (as pre-generated NetCDF files) but at higher download speeds.

    It's not super well documented but I hosted the Python scripts I used to download the data on the accompanying GitHub repository: https://github.com/ali-ramadhan/timescaledb-insert-benchmark...

What are some alternatives?

When comparing proton-java-driver and timescaledb-insert-benchmarks you can also consider the following projects:

ClickBench - ClickBench: a Benchmark For Analytical Databases

proton - A streaming SQL engine, a fast and lightweight alternative to ksqlDB and Apache Flink, 🚀 powered by ClickHouse.

qstudio - qStudio - Free SQL Analysis Tool

timescaledb-insert-benchmark