KxSystems / javakdb

Using Java with kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
52 stars 45 forks source link
interface java kdb q

Java

javakdb

Travis (.com) branch Coverage

kdb+ IPC interface for the Java programming language. This will allow your application to

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

:point_right: Documentation is in the docs folder.

API Reference

HTML docs can be generated via running

mvn -pl javakdb javadoc:javadoc

Building From Source

:point_right: Building guide

Code Examples

:point_right: Examples