Skip to content

Commit

Permalink
Add crate badges
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed May 25, 2021
1 parent 1d72b26 commit dba96aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arrow-flight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

# Apache Arrow Flight

[![Crates.io](https://img.shields.io/crates/v/arrow-flight.svg)](https://crates.io/crates/arrow-flight)

Apache Arrow Flight is a gRPC based protocol for exchanging Arrow data between processes. See the blog post [Introducing Apache Arrow Flight: A Framework for Fast Data Transport](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/) for more information.

This crate simply provides the Rust implementation of the [Flight.proto](../../format/Flight.proto) gRPC protocol and provides an example that demonstrates how to build a Flight server implemented with Tonic.
Expand Down
2 changes: 2 additions & 0 deletions arrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

# Native Rust implementation of Apache Arrow

[![Crates.io](https://img.shields.io/crates/v/arrow.svg)](https://crates.io/crates/arrow)

This crate contains a native Rust implementation of the [Arrow columnar format](https://arrow.apache.org/docs/format/Columnar.html).

## Developer's guide
Expand Down
2 changes: 2 additions & 0 deletions parquet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

# An Apache Parquet implementation in Rust

[![Crates.io](https://img.shields.io/crates/v/parquet.svg)](https://crates.io/crates/parquet)

## Usage
Add this to your Cargo.toml:
```toml
Expand Down

0 comments on commit dba96aa

Please sign in to comment.