Login to https://nextbestactionhubs.com/shop and order a key
Download the HttpStreamer_app.zip (coming soon) file
Unzip the file into the server directory
Configure the sample configuration run script file based on the table above
Execute run script with a sample selection
Set SourceQuery to return a small sample of data
Test SourceQuery in SQL client before execution
When defining sourcequery for the Oracle database remember to define an alias for each property.
The format of the alias should be : <alias_name>_dot_<tablename>_
This is because the Oracle JDBC driver does not support getTableName
Example,
select customerID customerid_dot_customertable_, name firstname_dot_customertable_
from customertable