Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo — explore more posts below...
Link
@simme shared a link, 2 hours ago
Senior Engineering Manager, @canonical

Boring code is an organizational tell

Boring code is an organizational symptom, not an aesthetic failure. Co-change patterns in version control reveal team boundaries before any retrospective does; ownership concentration predicts defects better than code complexity metrics. With agents removing the friction that contained clever code accumulation, the incentive structures that produce boring code have never mattered more.

gradients
 Activity
@simme started using tool Ubuntu , 5 hours, 7 minutes ago.
 Activity
@simme started using tool TypeScript , 5 hours, 7 minutes ago.
 Activity
@simme started using tool Python , 5 hours, 7 minutes ago.
 Activity
@simme started using tool PostgreSQL , 5 hours, 7 minutes ago.
 Activity
@simme started using tool lxd , 5 hours, 7 minutes ago.
 Activity
@simme started using tool Kubernetes , 5 hours, 7 minutes ago.
 Activity
@simme started using tool K6 , 5 hours, 7 minutes ago.
 Activity
@simme started using tool Juju , 5 hours, 7 minutes ago.
 Activity
@simme started using tool Grafana Tempo , 5 hours, 7 minutes ago.
Project Flogo, a Go-based open source ecosystem for building event-driven apps is designed to abstract the event processing paradigm from event consumption enabling devs to build once, consume from anywhere and process using any of the supported actions.

At its core, Flogo Core, a lightweight app kernel responsible for all of the event-driven magic exposed to app devs via the Actions, Triggers & Activities (the core building blocks for your apps)!

Flogo Core provides the following key benefits:

- Action chaining enables communication between one or more capabilities in a single, sub 10MB binary!
- Common contribution model build activities and triggers that can be leveraged by all capabilities
- Extensible easily extend the capabilities available by building your own action using the common interfaces