Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Project Flogo is an open source ecosystem of opinionated event-driven capabilities to simplify building efficient & modern serverless functions, microservices & edge apps.
| Date | Stars |
|---|---|
| 2026-07-24 | 2491 |
| 2026-07-25 | 2491 |
| 2026-07-28 | 2491 |
| 2026-07-30 | 2491 |
| 2026-08-08 | 2490 |
| 2026-08-16 | 2492 |
| 2026-08-30 | 2491 |
| 2026-09-07 | 2492 |
| 2026-09-12 | 2491 |
| 2026-09-13 | 2491 |
| 2026-09-16 | 2490 |
| 2026-09-18 | 2489 |
| 2026-09-20 | 2489 |
Today
— stars today
This week
-2 stars this week
This month
-3 stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center"> <img src ="images/projectflogo.png" /> </p> <p align="center" > <b>Project Flogo is an Open Source ecosystem for event-driven apps</b> </p> <p align="center"> <img src="https://travis-ci.org/TIBCOSoftware/flogo.svg"/> <img src="https://img.shields.io/badge/dependencies-up%20to%20date-green.svg"/> <img src="https://img.shields.io/badge/license-BSD%20style-blue.svg"/> <a href="https://gitter.im/project-flogo/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link"><img src="https://badges.gitter.im/Join%20Chat.svg"/></a> </p> <p align="center"> <a href="#project-flogo-ecosystem">Ecosystem</a> | <a href="#flogo-repos">Repos</a> | <a href="#flogo-core">Core</a> | <a href="#flogo-flows">Flows</a> | <a href="#flogo-streams">Streams</a> | <a href="#flogo-rules">Flogo Rules</a> | <a href="#golang-api">Go Developers</a> | <a href="#when-to-use-flogo">When to use Flogo</a> | <a href="#contributing">Contributing</a> | <a href="#license">License</a> </p> <br/> Project Flogo is an ultra-light, Go-based open source ecosystem for building event-driven apps. Event-driven, you say? Yup, the notion of *triggers* and *actions* are leveraged to process incoming events. An action, a common interface, exposes key capabilities such as application integration, stream processing, etc. <br/> <p align="center"> <img src ="images/eventhandlers.png" /> </p> <br/> - **App = Trigger(s) + Actions[&Activities]** - **Triggers** - receive data from external sources. - are managed by a configurable threading model - have a common interface enabling anyone to build a Flogo trigger. - **Handlers** - dispatch events to actions - **Actions** - process events in a manner suitable with the implementation - have a common interface enabling opinionated event processing capabilities # Project Flogo Ecosystem All capabilities within the Flogo Ecosystem have a few things in common, they all process events (in a manner suitable for the specific purpose) and they all implement the *action* interface exposed by Flogo Core. Some of the key highlights include: 🎈 **Ultra-light** 20x-50x lighter than Java or Node.js <br/> ⚡️ **Event-driven** Powerful event-driven programming model based on *triggers* and *actions*<br/> ⚙️ **Common core** a single, common core enables reuse and flexibility across all eventing constructs<br/> ✏️ **Golang based** Written entirely in Golang for efficiency<br/> 💪 **Deployment flexibility** Deploy as ultra-lightweight serverless functions, containers or static binaries on IoT edge devices<br/> 🧠 **Native machine learning** Purpose built activity for TensorFlow SavedModel inferencing<br/> 😍 **100% Open Source** for your dev & hacking pleasure<br/> <p align="center"> <img src ="images/flogostack.png" /> </p> * **Integration Flows** Application Integration process engine with conditional branching and a visual development environment<br/> * **Stream Processing** a simple pipeline-based stream processing action with event joining capabilities across multiple triggers & aggregation over time windows<br/> * **Contextual Decisioning** Declarative Rules for Real-time Contextual Decisions<br/> * **Microgateway** Microgateway pattern for conditional, content-based routing, JWT validation, rate limiting, circuit breaking and other common patterns<br/> The concept is simple, an event is just that, an event, how it’s processed is what differs. Flogo Core eases the burden by enabling a common set of functionality, such as: - threading - logging - data type coercion - data mapping - tracing & monitoring hooks While also exposing a common set of contributions via activities and triggers. For example, all available triggers can be leveraged to dispatch events to any action implementation, that is, flows for application integration, streams for stream processing, rules for contextual rule processing, etc. # Flogo Repos Project Flogo consists of the following sub-projects available as sep
Excerpt of 16,803 characters
Read on GitHub103
Miguel Torres
57
29
14
13
12
5
5
Jörg Grote · Germany
5
4
4
4
4
3
3
3
3
2
2
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5b3bb8574f6ff9e7, topic:serverless
matched fp:5b3bb8574f6ff9e7, topic:tensorflow