From 86db66a890bbf32d93f325e33651fe027563b131 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Tue, 19 Nov 2024 13:00:48 -0800 Subject: [PATCH] docs(README.md): Add community projects section (#4266) * docs(README.md): Add community projects section * docs(README.md): update --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2440bbf485..2f5b951a86 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,21 @@ InfinyOn Cloud is Fluvio on the cloud as a managed service. All new users get $3 If you'd like to contribute to the project, please read our [Contributing guide](CONTRIBUTING.md). +## Community + +Many fluvio users and developers have made projects to share with the community. +Here a a few listed below: + +### Projects Using Fluvio +- [Swiftide Project](https://github.com/bosun-ai/swiftide): a Rust native library for building LLM applications +- [Real Time Stock Charts](https://github.com/KeptCodes/stock-charts): See how Fluvio is used to update real time stock charts + +### Community Connectors +- [Qdrant Connector](https://qdrant.tech/documentation/data-management/fluvio/) +- [Google Sheets Connector](https://github.com/fluvio-connectors/sheets-connector): Send data from Fluvio to Google Sheets +- [Elastic Connector](https://github.com/fluvio-connectors/elastic-connector): Send data from Fluvio to Elastic Search +- [Hello World Fluvio Connector](https://github.com/infinyon/connector-hello-source): Sample Fluvio connector template to build your own connector + ### Contributors are awesome