Join us

ContentUpdates and recent posts about Flogo..
Discovery IconThat's all about @Flogo โ€” explore more posts below...
Story
@laura_garcia shared a post, 2ย hours ago
Software Developer, RELIANOID

๐—›๐—ถ๐—ด๐—ต ๐—”๐˜ƒ๐—ฎ๐—ถ๐—น๐—ฎ๐—ฏ๐—ถ๐—น๐—ถ๐˜๐˜† ๐—ฎ๐—น๐—ผ๐—ป๐—ฒ ๐˜„๐—ผ๐—ปโ€™๐˜ ๐˜€๐—ฎ๐˜ƒ๐—ฒ ๐˜†๐—ผ๐˜‚.

๐Ÿšจ ๐—›๐—ถ๐—ด๐—ต ๐—”๐˜ƒ๐—ฎ๐—ถ๐—น๐—ฎ๐—ฏ๐—ถ๐—น๐—ถ๐˜๐˜† ๐—ฎ๐—น๐—ผ๐—ป๐—ฒ ๐˜„๐—ผ๐—ปโ€™๐˜ ๐˜€๐—ฎ๐˜ƒ๐—ฒ ๐˜†๐—ผ๐˜‚.

HA handles failures like node crashes or AZ outages.

But what about:

โŒ Ransomware

โŒ Region-wide outages

โŒ Human error

๐Ÿ‘‰ Thatโ€™s ๐——๐—ถ๐˜€๐—ฎ๐˜€๐˜๐—ฒ๐—ฟ ๐—ฅ๐—ฒ๐—ฐ๐—ผ๐˜ƒ๐—ฒ๐—ฟ๐˜† (๐——๐—ฅ) territory.

Real-world proof:

GitLab โ†’ redundancy โ‰  recovery

Maersk โ†’ one offline backup saved everything

Code Spaces โ†’ no DR = shutdown

๐ŸŽฏ ๐—›๐—” = ๐—ธ๐—ฒ๐—ฒ๐—ฝ ๐—ฟ๐˜‚๐—ป๐—ป๐—ถ๐—ป๐—ด

๐ŸŽฏ ๐——๐—ฅ = ๐—ฐ๐—ผ๐—บ๐—ฒ ๐—ฏ๐—ฎ๐—ฐ๐—ธ ๐—ณ๐—ฟ๐—ผ๐—บ ๐—ณ๐—ฎ๐—ถ๐—น๐˜‚๐—ฟ๐—ฒ

At RELIANOID, we design both:

โœ”๏ธ HA with clustering & failover

โœ”๏ธ DR with multi-region + immutable backups

Because uptime is goodโ€”but ๐—ฟ๐—ฒ๐˜€๐—ถ๐—น๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ ๐—ถ๐˜€ ๐—ฏ๐—ฒ๐˜๐˜๐—ฒ๐—ฟ.

#HighAvailability #DisasterRecovery #Resilience #Cloud #DevOps #RELIANOID

https://www.relianoid.com/blog/beyond-high-availability-why-disaster-recovery-matters-and-how-relianoid-delivers/

ย Activity
@koukibadr started using tool Jenkins , 6ย hours, 53ย minutes ago.
ย Activity
@koukibadr started using tool Firebase , 6ย hours, 53ย minutes ago.
ย Activity
@koukibadr started using tool Docker Compose , 6ย hours, 53ย minutes ago.
ย Activity
@koukibadr started using tool Docker , 6ย hours, 53ย minutes ago.
ย Activity
@koukibadr started using tool Azure Pipelines , 6ย hours, 53ย minutes ago.
ย Activity
@koukibadr started using tool Amazon S3 , 6ย hours, 53ย minutes ago.
ย Activity
@ravikyada started using tool Kubernetes , 9ย hours, 44ย minutes ago.
ย Activity
@ravikyada started using tool Jenkins , 9ย hours, 44ย minutes ago.
ย Activity
@ravikyada started using tool Grafana , 9ย hours, 44ย 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