From 5bc3baa3fcf4c040b5c3987c822515d7cc890273 Mon Sep 17 00:00:00 2001 From: Micah Wylde Date: Wed, 3 May 2023 14:59:22 -0700 Subject: [PATCH] Fix ordering for Arroyo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dcd07c..fe57cb4 100644 --- a/README.md +++ b/README.md @@ -1010,8 +1010,8 @@ 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?branch=stable)](https://github.com/infinyon/fluvio/actions) * [ArroyoSystems/arroyo](https://github.com/ArroyoSystems/arroyo) - High-performance real-time analytics in Rust and SQL [![CI](https://github.com/ArroyoSystems/arroyo/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ArroyoSystems/arroyo/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