mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-18 03:25:31 +00:00
Merge pull request #1116 from ajhunyady/patch-1
Add fluvio to README.md
This commit is contained in:
commit
ce08adfca5
@ -60,6 +60,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
|||||||
- [Cryptography](#cryptography)
|
- [Cryptography](#cryptography)
|
||||||
- [Database](#database-1)
|
- [Database](#database-1)
|
||||||
- [Data processing](#data-processing)
|
- [Data processing](#data-processing)
|
||||||
|
- [Data streaming](#data-streaming)
|
||||||
- [Data structures](#data-structures)
|
- [Data structures](#data-structures)
|
||||||
- [Data visualization](#data-visualization)
|
- [Data visualization](#data-visualization)
|
||||||
- [Date and time](#date-and-time)
|
- [Date and time](#date-and-time)
|
||||||
@ -1029,6 +1030,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)
|
* [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
|
* [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?branch=stable)](https://github.com/infinyon/fluvio/actions)
|
||||||
|
|
||||||
### Data structures
|
### 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)
|
* [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 New Issue
Block a user