From 1f5c9e6c02c14515077c434a2983bc172d932bbc Mon Sep 17 00:00:00 2001 From: "A.J. Hunyady" Date: Sat, 10 Jul 2021 07:06:27 -0700 Subject: [PATCH 1/4] Update README.md Add `Data Streaming` section and introduce `infinyon/fluvio`. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 06b9052..4e6a476 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Cryptography](#cryptography) - [Database](#database-1) - [Data processing](#data-processing) + - [Data streaming](#data-streaming) - [Data structures](#data-structures) - [Data visualization](#data-visualization) - [Date and time](#date-and-time) @@ -1028,6 +1029,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [pola-rs/polars](https://github.com/pola-rs/polars) - Fast feature complete DataFrame library ![Build and test](https://github.com/pola-rs/polars/workflows/Build%20and%20test/badge.svg?branch=master) * [weld-project/weld](https://github.com/weld-project/weld) — High-performance runtime for data analytics applications +### Data streaming + +* [infinyon/fluvio](_https://github.com/infinyon/fluvio_) - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg)](_https://github.com/infinyon/fluvio/actions_) + ### Data structures * [billyevans/tst](https://github.com/billyevans/tst) [[tst](https://crates.io/crates/tst)] — Ternary search tree collection [![build badge](https://api.travis-ci.org/billyevans/tst.svg?branch=master)](https://travis-ci.org/billyevans/tst) From c311dd0ef1de8c3d72eb16f2b2f74d82f2980ba9 Mon Sep 17 00:00:00 2001 From: "A.J. Hunyady" Date: Sat, 10 Jul 2021 07:20:38 -0700 Subject: [PATCH 2/4] Fixed underscore Underscores have been mistakenly added. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6a476..b2adbf7 100644 --- a/README.md +++ b/README.md @@ -1031,7 +1031,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Data streaming -* [infinyon/fluvio](_https://github.com/infinyon/fluvio_) - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg)](_https://github.com/infinyon/fluvio/actions_) +* [infinyon/fluvio](_https://github.com/infinyon/fluvio_) - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg)](https://github.com/infinyon/fluvio/actions) ### Data structures From 71f94ada2021d05d2ed7181dace9ef321038eb45 Mon Sep 17 00:00:00 2001 From: "A.J. Hunyady" Date: Sat, 10 Jul 2021 07:27:09 -0700 Subject: [PATCH 3/4] Removed link underscore link underscore also removed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2adbf7..2db3145 100644 --- a/README.md +++ b/README.md @@ -1031,7 +1031,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Data streaming -* [infinyon/fluvio](_https://github.com/infinyon/fluvio_) - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg)](https://github.com/infinyon/fluvio/actions) +* [infinyon/fluvio](https://github.com/infinyon/fluvio) - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg)](https://github.com/infinyon/fluvio/actions) ### Data structures From 6aa936bcd9116664ac16b042980ada8a7c50a22e Mon Sep 17 00:00:00 2001 From: "A.J. Hunyady" Date: Mon, 26 Jul 2021 13:49:18 -0700 Subject: [PATCH 4/4] Add branch name to fix CI ?branch=stable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b3b46..c568857 100644 --- a/README.md +++ b/README.md @@ -1031,7 +1031,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Data streaming -* [infinyon/fluvio](https://github.com/infinyon/fluvio) - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg)](https://github.com/infinyon/fluvio/actions) +* [infinyon/fluvio](https://github.com/infinyon/fluvio) - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg?branch=stable)](https://github.com/infinyon/fluvio/actions) ### Data structures