Packages

There is one package distributed with the KX Refinery platform:

  • DaaSJavaApiCore.Tests _a_b_c_d.zip (where _a_b_c_d is the version)

The DaaSJavaApiCore.Tests zip includes a sample code of basic API calls, the zip includes single jar that packages the DaaS Java API and all of its dependencies

Note

The source code for the Jars is not made available and the API must be used as per the DaaSJavaApiCore.Tests, which has all examples necessary to complete any API function.

The Java API has been created against Kx Stream of 4.2 and above. The API will work with Kx Refinery on the same Kx Stream or above.

If a previous version is being used, the following will need to be checked:

  1. Aliasing `.p.exas with `.pm.exas in the qr (to fix Can_run_getTicks_query)
  2. Shutting down the ops qm (to fix the Streaming_analytics tests)
  3. Aliasing `.r.ismaster with `.rpl.ismaster in the ms (to fix Publish_to_fiTrade_table)