TIBCO

Flogo - Event Driven Ecosystem On SE Daily

Flogo - Event Driven Ecosystem On SE Daily

Dive into the world of smart security cameras! Explore how machine learning models sift through video images, identifying and preserving crucial moments. Unravel the balance between capturing natural wonders and detecting potential threats.

A smart security camera takes in a high volume of video images and processes those images using a set of machine learning models. Those models can be used to identify interesting snippets of movement throughout the day, and decide which of those snippets to keep. Some of the video snippets might contain movement of birds–but other video snippets might contain footage of intruders.

The Secrets Of Project Flogo - A Deep Dive

The Secrets Of Project Flogo - A Deep Dive

Explore the dynamic collaboration with AirFrance/KLM at KLM's Digital Studio! Discover how Project Flogo is reshaping their digital landscape and fueling innovation. Watch the insightful discussion and envision the future of digital transformation.

Two weeks ago, I had the amazing opportunity to be at AirFrance/KLM in KLM’s Digital Studio to talk about Project Flogo and brainstorm on where they could use Flogo to improve and expand their digital footprint. The team was kind enough to share the recorded video on YouTube!

TIBCO NOW 2018 - Project Flogo Serverless Integration Powered by Flogo and Lambda

TIBCO NOW 2018 - Project Flogo Serverless Integration Powered by Flogo and Lambda

Dive into the serverless dream—rapid deployment, auto-scaling, and cost efficiency! Explore the evolution from monoliths to functions and unravel the role of Project Flogo.

No matter the metric, serverless is definitely gaining interest. It’s the dream of every developer, supplying the ability to deploy services in the cloud in no time, automatically scale them, enjoy automagic management by a cloud provider—and, most important, keep it all cost effective! How does this dream become a reality?

This presentation covered what serverless is all about and the benefits of running your apps in the serverless environment. It covers the monoliths-microservices-functions progression and when, where, and why to use serverless architecture and how Project Flogo fits in to the overall picture

Developers, Developers, Developers - Innovating at the Edge

Developers, Developers, Developers - Innovating at the Edge

Embark on a journey with Leon Stigter as he unveils the pivotal role developers play in driving edge innovation to production. Explore the latest updates in Project Flogo and discover tools to elevate your developer journey, ensuring faster and better software creation.

Innovation at the edge is driven by a whole host of people and personalities, but who makes sure those innovations get into production? Developers!

Join Leon Stigter, developer advocate at TIBCO, as he demonstrates tools and technologies to help developers build better software, faster.

This TIBCO Tech Talk covers:

  • The latest in updates for Project Flogo, an open-source and ultra-lightweight edge computing platform
  • A brief demo of Flogo and API Scout
  • How to jumpstart your developer journey
API World 2018 - Project Flogo an Event Driven Stack for the Enterprise

API World 2018 - Project Flogo an Event Driven Stack for the Enterprise

Unleash the power of event-driven apps! 🚀 Explore seamless collaboration for devs and non-devs, bridging cloud and on-premises. #AppDevelopment

In today’s world everyone is building apps, most times those apps are event-driven and react to what happens around them. How do you take those apps to, let’s say, a Kubernetes cluster, or let them communicate between cloud and on-premises, and how can developers and non-developers work together using the same tools?

Now Where Did I Deploy That Microservice?"

Now Where Did I Deploy That Microservice?"

Tracking microservices on Kubernetes can be a challenge. Explore how API Scout simplifies the process with annotations. Never ask 'Where did I deploy that microservice?' again!

As a developer advocate, I’m in the amazing position to talk to lots and lots of developers. Throughout those conversations I hear a lot of the same concerns popping up. Two of those being, “where did I deploy that microservice?” 😩 and “what is the API definition of that microservice again?"😟

The Art Of Using Go in Flogo

The Art Of Using Go in Flogo

Empower your Go apps with Flogo's event-driven engine! Learn to seamlessly integrate Flogo into your Go code, leveraging existing triggers and activities. Follow the guide to build a PubNub message receiver and level up your event-driven app game.

Not too long ago Flogo introduced a new Go API that allows you to build event-driven apps by simply embedding the Flogo engine in your existing Go code. Now you can use the event-driven engine of Flogo to build Go apps while using the activities and triggers that already exist and combining that with “regular” Go code. In one of my other posts, I built an app that could receive messages from PubNub and for this post, I’ll walk through building the exact same using the Go API.

Serverless and Flogo - A Perfect Match (Part 2)

Serverless and Flogo - A Perfect Match (Part 2)

Part 2! 🚀 Explore how to enhance your serverless apps with Flogo and Go API. Unleash the power of Serverless Framework for seamless deployment. Elevate your functions with personalized responses. Dive into the tutorial for a hands-on journey!

I can hear you think “Part 2?! So there actually is a part 1?” 😱 The answer to that is, yes, there most definitely is a part 1 (but you can safely ignore that 😅). In that part I went over deploying Flogo apps that you built with the Flogo Web UI using the Serverless Framework. Now, with the Go API that we added to Flogo, you can mix triggers and activities from Flogo (and the awesome community) with your regular Go code and… deploy using the Serverless Framework

How To Build Securely Chatting Microservices With Flogo And PubNub

How To Build Securely Chatting Microservices With Flogo And PubNub

Embark on a secure microservices journey with Flogo and PubNub! 🚀 Learn step-by-step how to build, connect, and safeguard your microservices in this insightful blog. Plus, a glimpse into the powerful Flogo Web UI for visual microservice development.

Building microservices is awesome, having them talk to each other is even more awesome! But in today’s world, you can’t be too careful when it comes to sending sensitive data across the wire. Last week I was at PubNub for a Meetup where, together with Jordan Schuetz and Nicholas Grenié, we spoke about cool things you can do with PubNub. One of them is using PubNub as a messaging layer to have your microservices, built with Flogo (duh), talk to each other in a secure way. In this blog, I’ll go over the steps to build those microservices and hook them up using PubNub.