From ffb6af7fed53a78ad12b8093aedc9ba439188d18 Mon Sep 17 00:00:00 2001 From: arctic-alpaca <67190338+arctic-alpaca@users.noreply.github.com> Date: Thu, 31 Mar 2022 14:25:35 +0200 Subject: [PATCH] Remove Datafuse from ECOSYSTEM (#890) Datafuse is no longer using axum, see https://github.com/datafuselabs/databend/issues/2666 --- ECOSYSTEM.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 5f7b3da3..e7e522eb 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -16,7 +16,6 @@ If your project isn't listed here and you would like it to be, please feel free ## Project showcase - [Houseflow](https://github.com/gbaranski/houseflow): House automation platform written in Rust. -- [Datafuse](https://github.com/datafuselabs/datafuse): Cloud native data warehouse written in Rust. - [JWT Auth](https://github.com/Z4RX/axum_jwt_example): JWT auth service for educational purposes. - [ROAPI](https://github.com/roapi/roapi): Create full-fledged APIs for static datasets without writing a single line of code. - [notify.run](https://github.com/notify-run/notify-run-rs): HTTP-to-WebPush relay for sending desktop/mobile notifications to yourself, written in Rust.