Join us

ContentUpdates and recent posts about Flogo..
Link
@anjali shared a link, 4 months, 3 weeks ago
Customer Marketing Manager, Last9

OTel Updates: Unroll Processor Now in Collector Contrib

The OTel unroll processor splits bundled log records into individual events. Now in Collector Contrib v0.137.0 for VPC and CloudWatch logs.

Unroll Processor
Story
@laura_garcia shared a post, 4 months, 4 weeks ago
Software Developer, RELIANOID

Tesco’s latest outage is a reminder: uptime IS the customer experience.

Shoppers across the UK faced checkout failures, broken order updates, and Clubcard access issues as Tesco’s digital platforms suffered “intermittent” instability. In modern retail, even brief disruptions damage trust, loyalty, and sales. At RELIANOID, we help retailers stay resilient with intelligen..

tesco outage
Link
@anjali shared a link, 4 months, 4 weeks ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 4 months, 4 weeks ago.
 Activity
@kaptain added a new tool KubeLinter , 4 months, 4 weeks ago.
 Activity
@devopslinks added a new tool Grype , 4 months, 4 weeks ago.
 Activity
@kaptain added a new tool Hadolint , 4 months, 4 weeks ago.
 Activity
@varbear added a new tool Bandit , 4 months, 4 weeks ago.
 Activity
@devopslinks added a new tool JFrog Xray , 4 months, 4 weeks ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 4 months, 4 weeks 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