简体   繁体   中英

Connect to Redis using TIBCO BusinessWorks 5

I wanna connect to a Redis Cluster via TIBCO BW5, So far I've no idea where to start!

Is there a way to connect via JDBC or should I write my own custom Java code?

So far I haven't tried anything yet.

The easiest path to Redis integration via JDBC is through Redis SQL - https://github.com/redis-field-engineering/redis-sql-trino

Redis SQL Trino lets lets you easily integrate with visualization frameworks — like Tableau and SuperSet — and platforms that support JDBC-compatible databases (eg, Mulesoft). Query support includes SELECT statements across secondary indexes on both Redis hashes & JSON, aggregations (eg, count, min, max, avg), ordering, and more.

However, if you want to build your own integration then TIBCO ActiveMatrix BusinessWorks™ Plug-in Development Kit (PDK) could be the way.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM