This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit d920d6d19963001265ad2bee24bb17112ef73c62 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Jun 13 07:45:24 2026 +0200 Add Flinkflow to open source projects using Apache Camel Co-Authored-By: Claude Opus 4.6 <[email protected]> --- content/community/user-stories.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/community/user-stories.md b/content/community/user-stories.md index 7480e304..d72f8cdd 100644 --- a/content/community/user-stories.md +++ b/content/community/user-stories.md @@ -162,4 +162,5 @@ Several commercial software products and platforms use Apache Camel as their cor |[SAP HANA](https://www.linkedin.com/pulse/hana-smart-data-integration-simplifies-connecting-facebook-shankar/)|The platform from SAP uses Apache Camel.| |[Eclipse Kura](https://eclipse.dev/kura/)|Eclipse IoT M2M gateway for edge devices. Apache Camel provides the built-in message routing engine for protocol translation (MQTT, AMQP, CoAP, OPC UA, HTTP) and enterprise integration patterns at the IoT edge. Deployed on Raspberry Pi and industrial gateways.| |[Eclipse Kapua](https://www.eclipse.org/kapua/)|Eclipse IoT cloud management platform for device registry, management, messaging, and telemetry. Uses Apache Camel and ActiveMQ for message routing and integration. Co-sponsored by Red Hat and Eurotech.| +|[Flinkflow](https://github.com/talwegai/flinkflow)|Declarative, low-code stream processing platform built on Apache Flink. Uses Apache Camel as one of three polyglot runtimes (alongside Java and Python) for embedding transformation and filtering logic inside Flink pipelines. Camel's Simple, JsonPath, Groovy, and YAML DSL expressions run as embedded evaluators within Flink operators. Apache 2.0 licensed, maintained by Talweg.| {{< /table >}}
