mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
Update README.md
Add `Data Streaming` section and introduce `infinyon/fluvio`.
This commit is contained in:
parent
90edcef35a
commit
1f5c9e6c02
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue