Skip to content

TIBCO Cloud Integration Extensions and Flogo, build by using GOlang

License

Notifications You must be signed in to change notification settings

JGrotex/tci-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GODev TCI Extensions

Go Report Card License: MIT

This Repo. will get my central area for all future TCI Extensions, will move the others as time allows.

TCI IMAP Extension

allows to retrieve an Email from an IMAP Inbox via TCI. Details here ...

TCI MQTT Extension

allows to publish MQTT Messages via TCI. Details here ...

TCI Scripting Extension

allows to execute dynamically Javascripts within a TCI Activity, loaded form any URL on the fly. Details here ...

TCI Nexmo Extension

first draft Version with just a SMS sender using Nexmo API. Details here ...

TCI Twilio Extension

first draft Version with just a SMS sender using Twilio API. Details here ...

TCI APILayer dot com Extension

validate Phonenumbers using APILayer dot com API. Details here ...

TCI Banking Extension

validate European International IBAN codes. Details here ...

TCI Small Tools Extension

a number of tiny tools like Concat, validate Email Adr., create HTML, send HTML Emails, etc. Details here ...

TCI LiveApps Extension

allows to connect to any LiveApps Subscription from TCI Flogo and native Flogo Details here ...

TCI GObot Extension

allows to control a Parrot BeBop Drone from TCI Flogo and native Flogo Details here ...

TCI FTP Extension

allows to files via FTP from TCI Flogo and native Flogo Details here ...


Others

other TCI Extensions

more TCI Extensions can be found here in the official Showcase

helpful source for Flogo Extensions

Links to Flogo Extensions, here ...

How to create a TCI Flogo Extension from a Flogo Extension

most times all the Flogo 'native' Activities you can find in the Web e.g. on GitHub coming with no specific folder structure, Icons, or Activity Category. Here some hints to use them in TCI:

  • just Zip the Folder of the Activity following this Folder Structure
    • Folder: your custom Activity Name "anyname"
      • Folder: activity <- defines that this is a Flogo Activity
        • Folder: your Activity Name (use GOlang Package Name)
  • upload the ZIP to TCI Extensions
  • attached to this Page a little Sample of the Flogo JS Activity
  • you find the Flogo Extension in TCI after upload in the "Default" Category.

Remark: Activities using something like the following are not supported on TCI Flogo

  • Activities with local File access
  • Activities opening own Ports

All necessary additional GOlang Packages automatically discovered by TCI Flogo and automatically downloaded.


Note: this List is constandly under my review, try always to keep it actual.

About

TIBCO Cloud Integration Extensions and Flogo, build by using GOlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages