TIBCO

The Art Of Serverless Integration With Project Flogo and AWS Lambda - Video

The Art Of Serverless Integration With Project Flogo and AWS Lambda - Video

Unlock the potential of serverless computing—your dream deployment! Dive into the TIBCO NOW session to grasp the essence of serverless, from monoliths to microservices to functions. Learn when, where, and why to harness serverless architecture for optimal app performance and cost-effectiveness.

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 automatic management by a cloud provider—and, most important, keep it all cost effective! How does this dream become a reality? At TIBCO NOW we recorded this session which covers what serverless is all about and the benefits of running your apps in a serverless environment. We talked about a lot of things, including the monoliths-microservices-functions progression and when, where, and why to use serverless architecture.

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?

Using JFrog Artifactory for repeatable Flogo builds

Using JFrog Artifactory for repeatable Flogo builds

Unlock the power of Go modules for seamless app development. Learn how JFrog's Artifactory enhances repeatable builds, ensuring secure, version-controlled dependencies. Follow the journey from setting up Artifactory to converting apps, embracing the harmony of gophers, hummingbirds, and frogs in this tech adventure.

Developers want to build better software faster, I don’t think any developer would disagree on that and with the release of Go 1.11 a long-awaited (and debated) feature became available, Go modules! With that amazing addition to the Go language, you can now really have repeatable builds because all the information is put in a single go.mod file and during the build the Go compiler will get all the right versions for you.

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.

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