Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.06 KB

TCI-Hackathon

TCI Hackathon 2016

##ElastiCache Plug-in alt text

ElastiCache is a specification about in memory data storage of applications in a Java environment. The ElastiCache Plug-in can be used to set, get and delete data from AWS ElastiCache in TIBCO BusinessWorks process. It uses AWS(memcached) as a datastore. For more information about AWS ElastiCache adn its configuration. Please refer to: https://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/GettingStarted.html

NOTE: No Redis support.

##Operations supported:

  • Set: Store or Update Text, Bytes, Objects or XML data into memcached with a key and an expiration duration.
  • Get: Get the data from memcached with a key
  • Delete: Delete the data from memcached with a key

Set Activity:

alt text

Get Activity:

alt text

Delete Activity:

alt text