kdb+ IPC interface for the Java programming language. This will allow your application to
- query kdb+
- subscribe to a kdb+ publisher
- publish to a kdb+ consumer
- serialize/deserialize kdb+ formatted data
- act as a server for a kdb+ instance
Latest release can be downloaded here. The github master branch will contain the latest development version for testing prior to release (may contain planned major version changes).
Releases are also available from the Maven Central Repo, at https://central.sonatype.com/namespace/com.kx. A guide to integrating with your build system can be found here.
👉 Documentation is in the docs
folder.
HTML docs can be generated via running
mvn -pl javakdb javadoc:javadoc
👉 Examples