Did you say cpiGit?
One of the most requested feature on the Customer Influence Project for SAP Integration Suite is
native Git support for Cloud Integration.
While waiting for SAP to provide such capability, this gap has been filled in various manners by the community, largely utilising the public API available to download the integration artifacts from the Cloud Integration tenant.
When
FlashPipe was in its development phase, I was reluctant to include such functionality in it. It was my conviction that SAP
should be delivering such a vital and much-requested functionality, especially in light of the fact that any
self-respecting development platform these days would have such functionality natively. Additionally, I didn't feel the urgency to reinvent the wheel in view of the existing 'workarounds' already available.
It has been more than a year since the above request was submitted and as time goes by, it is becoming uncertain if this will be delivered despite the huge demand for it from the partner and customer ecosystem.
Since the
release of FlashPipe, I have revisited my position on this, and I have realised otherwise that I cannot wait any longer, and it is time to take it into my own hands. Coincidentally, whilst working on the GitHub platform, I also realised that such a functionality is a "
low-hanging fruit" (since most of the functions required for it is already available in
FlashPipe), but the benefits are aplenty.
All you need is love... FlashPipe!
I am happy to announce that since
release 2.1.0,
FlashPipe now supports syncing of Integration Flows from a Cloud Integration tenant to a Git repository.
In particular, if you are already using GitHub, you can get it up and running in a
⚡flash
⚡(pardon the pun!)
Once you get the GitHub Actions workflow in place, you can run the workflow, and let
FlashPipe do the heavy lifting for you - download the content from the tenant, compare it against the repository, and commit any differences.
Voila, and it's done
✅!
Look mom, no tools to install!
Even if you do not use
FlashPipe for deployment of your IFlows, it can come in handy to back up your precious IFlow development work to GitHub. And you can even schedule it on a periodic basis and have the peace of mind that your work is always safe! And all this is achieved without requiring any additional tool or programs to be installed on your local computer.
If you haven't tried
FlashPipe, head over to its documentation page and try it for yourself. The following page provides you the steps to get started.
Sync IFlows to GitHub with FlashPipe on GitHub Actions
Psst.. FlashPipe is open-source
Oh, and did I mention....
FlashPipe is open-source and
licensed under Apache 2.0, so you don't have to worry about giving it a go!