TIBCO

Integration + Cloud - A Match Made in Heaven

Integration + Cloud - A Match Made in Heaven

Unlock the secrets to a perfect integration-cloud relationship! Join our Valentine’s Day webinar as we explore the love affair between integration and the cloud. ❤️🌐

Last year on February 14th we published a blog post on " Building the Ultimate Valentine’s API." Personally, I had a lot of fun writing it and finding facts related to how we spend our Valentine’s Day (though I forgot to bring home chocolates and flowers to my wife, who was none too pleased)!

What Do I Do In Between re:Invent Live Streams? Build Lambda functions

What Do I Do In Between re:Invent Live Streams? Build Lambda functions

Dive into the world of serverless computing with AWS Lambda and Project Flogo! Explore the seamless integration, ultralight functions, and step-by-step deployment on AWS Lambda. Uncover the simplicity of building and scaling microservices effortlessly.

This year I wasn’t able to attend re:Invent, but I did want to do something nice in between the live streams and specifically around Serverless compute and AWS Lambda. Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running.

How To Deploy Flogo Apps To Kubernetes

How To Deploy Flogo Apps To Kubernetes

Unlock the synergy of Project Flogo and Kubernetes! Learn to seamlessly containerize ultralight edge microservices, elevate your CI/CD pipeline, and harness the power of Kubernetes for deployment agility.

With Project Flogo you can visually create Ultralight Edge Microservices and run them anywhere. But what if you want to run those incredibly light microservices using one of the most powerful container management platforms, Kubernetes? As described on the Kubernetes website Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.

When Is iPaaS The Right Level Of Abstraction?

When Is iPaaS The Right Level Of Abstraction?

Navigating the SaaS web: Explore our latest blog on the challenges and solutions of connecting myriad enterprise apps. Discover strategies for seamless integration in the age of SaaS proliferation.

The explosion of SaaS as the typical acquisition pattern for enterprise software means that any given organization has (or will have) dozens of apps to connect to each other. In fact, the average Marketing department uses about 30 different SaaS apps, and the average HR department…

How To Build Extensions For Flogo Apps In TIBCO Cloud Integration

How To Build Extensions For Flogo Apps In TIBCO Cloud Integration

Discover the power of TIBCO Cloud Integration - Web Integrator with custom activities! Learn how to extend connectivity to IFTTT through a step-by-step guide in our latest blog post.

Last month TIBCO added the ability to add custom activities to TIBCO Cloud Integration - Web Integrator ( I’ll use Web Integrator going forward). The Web Integrator experience is “Powered by Project Flogo”, so when you create your own extensions for Web Integrator, and use them in every flow that you want, those activities will work with Project Flogo as well.

How To Build Twelve Factor Apps with Node.js in TIBCO Cloud Integration

How To Build Twelve Factor Apps with Node.js in TIBCO Cloud Integration

Explore the 12 Factors of the renowned 12 Factor App manifesto by Heroku and learn how to implement them effectively for Node.js apps in TIBCO Cloud Integration. Uncover best practices for codebase, dependencies, configuration, and more.

Back in 2012, the engineering team at Heroku created a set of best practices to develop and run web apps. That document, consisting of 12 incredibly important ‘rules’, was dubbed the 12 Factor App manifesto. Over the years the document gained a lot of traction and especially with the rise of microservices having a 12 Factor App compliant app became important. With the rise of microservices a lot of other practices and tools (like git, DevOps, Docker and Configuration Management) became very popular as well.

What Every Node.js Developer Should Use To Deploy To TIBCO Cloud Integration

What Every Node.js Developer Should Use To Deploy To TIBCO Cloud Integration

Elevate your TIBCO Cloud experience with tibcli - the command line interface that empowers developers to streamline tasks seamlessly. Discover the efficiency of CLI in our latest release!

Pretty much all the large cloud platforms provide not only a great visual interface to get things done, they also have a great command line interface. As much as I love a great UI when browsing the web, I do tend to favor the command line interfaces when I’m focusing on developing things.

How To Continuously Test Flogo Activities With Jenkins

How To Continuously Test Flogo Activities With Jenkins

Unlock the secrets to continuous testing for Flogo activities with Jenkins and Travis-CI. Elevate your integration game with automated testing after every GitHub push.

In 2016 TIBCO announced Project Flogo as an ultra lightweight integration engine. It is the lightest way to connect IoT devices being up to 20 to 50 times lighter than Node.js and Java® Dropwizard. Project Flogo was made available as Open Source Software because TIBCO believes there is a better way to integrate IoT devices. With it being Open Source and easily extensible, you want to make sure that the activities you build remain working after each check in on GitHub. These are a lot of words to say “How can I test my activities every time code is pushed to Git”?

How To Add Basic Auth To Flogo Apps in TIBCO Cloud Integration

How To Add Basic Auth To Flogo Apps in TIBCO Cloud Integration

Unlock the power of Basic Authentication in TIBCO Cloud Integration's Web Integrator! Learn how to seamlessly integrate it using simple steps. Your gateway to efficient API handling awaits!

Over the past few weeks I’ve gotten many questions on how to use Basic Authentication with the new Web Integrator in TIBCO Cloud Integration. It is really easy to do that!