Ideas/Suggestions around setting up a data pipeline from scratch

This page summarizes the projects mentioned and recommended in the original post on /r/dataengineering

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. delta

    An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs (by delta-io)

    As the data source, what I have is a gRPC stream. I get data in protobuf encoded format from it. This is a fixed part in the overall system, there is no other way to extract the data. We plan to ingest this data in delta lake, but before we do that there are a few problems.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. tonic

    A native gRPC client & server implementation with async/await support.

    If I’m not misunderstanding, you could both decode the gRPC protobuf AND write to delta lake in Rust. Tonic, Delta-rs.

  4. delta-rs

    A native Rust library for Delta Lake, with bindings into Python

    If I’m not misunderstanding, you could both decode the gRPC protobuf AND write to delta lake in Rust. Tonic, Delta-rs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Delta Lake vs. Parquet: A Comparison

    2 projects | news.ycombinator.com | 19 Jan 2024
  • Delta Lake without Databricks?

    3 projects | /r/dataengineering | 23 Apr 2023
  • Polars + Deltalake Performance - Azure vs. Laptop

    1 project | dev.to | 5 Jan 2025
  • Delta-rs – a Rust-based implementation of deltalake

    1 project | news.ycombinator.com | 8 Apr 2024
  • Delta-rs with upserts

    1 project | /r/dataengineering | 3 Jun 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?