/javakdb

Using Java with kdb+

Primary LanguageJavaApache License 2.0Apache-2.0

Java

javakdb

Travis (.com) branch Coverage

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

Releases

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

👉 Documentation is in the docs folder.

API Reference

HTML docs can be generated via running

mvn -pl javakdb javadoc:javadoc

Building From Source

👉 Building guide

Code Examples

👉 Examples