William Karasz Posted May 3, 2016 Posted May 3, 2016 Update Notice: TIBCO officially supports AWS S3 and Azure File Store and Block Blob in TIBCO Managed File Transfer. TIBCO BusinessWorks also officially supports AWS S3 viathe TIBCO BusinessWorksplug-in forAmazonS3. The information below should be used for informational purposes. I wanted to contribute some projectware for connecting MFT to Amazon S3 using BW6. It is being offered AS-IS with no expressed warranties. In the attached project, a FTP service layer is implemented in BW6. Under the hood of the FTP service is an intermediate layer which communicates with Amazon S3 through the Java SDK to do things like retrieve the bucket object list and download an object. Fair warning - this project is not complete, nor has it received any scrutiny for worthiness in a production environment, but it makes for a good POC or for learning how to implement a FTP service in BW. Also included in the project are a few BW process activities that can be run on their own for uploading data to S3 from both a local file or from an inputstream; e.g uploading data from a FilePoller activity or reading data off of a JMS queue, respectively. The Java code contained in the project are based off of samples provided by Amazon. *The AWS Java SDK jar file must be downloaded separately (http://sdk-for-java.amazonwebservices.com/latest/aws-java-sdk.zip)and added to the project lib folder.
William Karasz Posted September 1, 2016 Author Posted September 1, 2016 There is now a BW plug-in for Amazon S3 Community Edition available. https://tap.tibco.com/storefront/sample-evaluations/tibco-activematrix-businessworks-plug-in-for-amazon-s3-community-edition/prod16150.html
William Karasz Posted January 7, 2017 Author Posted January 7, 2017 For configuring a proxy with the Amazon S3 plug-in, add the following properties to BW Studio Run->Run Configuration->Argument-> VM arguments -Dhttps.proxyHost='YOURHOST' -Dhttps.proxyPort='YOURPORT'
Jitendra Mandalia 2 Posted March 27, 2019 Posted March 27, 2019 Is there any plug-in available for Google Cloud Bucket to transfer files from local servers to google cloud bucket
William Karasz Posted April 1, 2019 Author Posted April 1, 2019 I'm not aware of a plugin, but this idea should be submitted to https://ideas.tibco.com
Jitendra Mandalia 2 Posted April 1, 2019 Posted April 1, 2019 Thanks wkarasz. Is there any other TIBCO integration product other than TIBCO MFT which can help send files from local folder to Google Cloud Bucket with minimum configurations
William Karasz Posted April 3, 2019 Author Posted April 3, 2019 Update to my previous response: Take a look at TIBCO Flogo Enterprise. We offer a Flogo connector to Google Cloud Storage (https://docs.tibco.com/products/tibco-flogo-connector-for-google-cloud-storage-1-0-0)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now