Apache Parquet VS Protobuf

Compare Apache Parquet vs Protobuf and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Apache Parquet Protobuf
4 171
2,398 63,498
2.5% 0.8%
9.2 10.0
2 days ago 7 days ago
Java C++
Apache License 2.0 GNU General Public License v3.0 or later
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.

Apache Parquet

Posts with mentions or reviews of Apache Parquet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-11.
  • How-to-Guide: Contributing to Open Source
    19 projects | /r/dataengineering | 11 Jun 2022
    Apache Parquet
  • parquet-tools
    3 projects | /r/golang | 23 Jan 2022
    This go implementation, other than common advantages from go itself (small single executable, support multiple platforms, speed, etc.), has some neat features compare with Java parquet tool and Python one like:
  • Writing Apache Parquet Files
    2 projects | /r/androiddev | 30 May 2021
    Hi, I've been trying to write parquet files on android for the past couple of days, and have really been struggling to find a solution. My original hypothesis was to just use the java parquet implementation (https://github.com/apache/parquet-mr), but I've since realized that not all java libraries play well with Android. I've gone through essentially dependency hell trying to franken-fit the library into my project, and imported as much as i could before hitting walls such as this one (https://github.com/mockito/mockito/issues/841).
  • pqrs: A parquet-tools replacement in Rust using Apache Arrow
    2 projects | /r/dataengineering | 18 Feb 2021
    Like many of you probably do, I tend to work with Parquet files a lot. parquet-tools has been my tool of choice for inspecting parquet files, but that has been deprecated recently. So, I created a replacement for it using Rust and Apache Arrow.

Protobuf

Posts with mentions or reviews of Protobuf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.

What are some alternatives?

When comparing Apache Parquet and Protobuf you can also consider the following projects:

Apache Thrift - Apache Thrift

FlatBuffers - FlatBuffers: Memory Efficient Serialization Library

Apache Avro - Apache Avro is a data serialization system.

SBE - Simple Binary Encoding (SBE) - High Performance Message Codec

Apache Orc - Apache ORC - the smallest, fastest columnar storage for Hadoop workloads

MessagePack - MessagePack implementation for C and C++ / msgpack.org[C/C++]

Big Queue - A big, fast and persistent queue based on memory mapped file.

cereal - A C++11 library for serialization

Persistent Collection - A Persistent Java Collections Library

Bond - Bond is a cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.

Wire - gRPC and protocol buffers for Android, Kotlin, Swift and Java.

Protobuf.NET - Protocol Buffers library for idiomatic .NET