Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo — explore more posts below...
Link
@hamzmu shared a link, 23 minutes ago
Fellow, Rootly

Using Graphify to turn Incident Data into a Knowledge Graph

Karpathy said we should build LLM knowledge bases. 48 hours later made Graphify was made: one command, full semantic knowledge graph.

We applied the idea to incident data turning them into a queryable and interactable semantic graph. This lets us see past fixes, predict failures, cluster services, cut alert noise, and reveal team load in seconds.

If you’re using Rootly, here is a small plugin to explore your incident data.

Check it out: github.com/Rootly-AI-Labs/rootly-graphify-importer

Interactive knowledge graph visualization of incident management data showing clustered services, alerts, and responders with connected nodes and relationships in Graphify
Story
@laura_garcia shared a post, an hour ago
Software Developer, RELIANOID

Strengthen Your MFA with Google Authenticator and RELIANOID

🔐 Strengthen Your MFA with Google Authenticator and RELIANOID At RELIANOID, we take authentication seriously. We've just published a new technical guide on how to integrate Google Authenticator into the RELIANOID MFA Portal, using Active Directory or LDAP to manage user secrets. ✅ Understand TOTP vs..

2FA with AD_LDAP and Google Authenticator
 Activity
@roock started using tool Terraform , 2 days, 18 hours ago.
 Activity
@roock started using tool Python , 2 days, 18 hours ago.
 Activity
@roock started using tool Puppet , 2 days, 18 hours ago.
 Activity
@roock started using tool PostgreSQL , 2 days, 18 hours ago.
 Activity
@roock started using tool NixOs , 2 days, 18 hours ago.
 Activity
@roock started using tool Nginx , 2 days, 18 hours ago.
 Activity
@roock started using tool HAProxy , 2 days, 18 hours ago.
 Activity
@roock started using tool GitLab CI/CD , 2 days, 18 hours 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