From 7397e538974647a805505aaf142dee42415cf94f Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Mon, 11 Sep 2023 00:24:35 +0200 Subject: [PATCH] Feature: Add Fluxpipe to Examples --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index de8076528c..73a6fba23b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,3 +3,4 @@ This folder contains a list of usage examples related to the Flux repo. - [library](library): Use Flux as a standalone library in your Go programs. +- [fluxpipe](https://github.com/metrico/fluxpipe): Stand-alone Flux API for serverless workers and embedded datasources.