Java <-> kdb Communication Library

Java library to publish data into and query data out of kdb+ processes (c) 2017 Sport Trades Ltd

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.buabook
ArtifactId

ArtifactId

java-kdb-communication
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java <-> kdb Communication Library
Java library to publish data into and query data out of kdb+ processes (c) 2017 Sport Trades Ltd
Project URL

Project URL

http://buabook.github.io
Source Code Management

Source Code Management

https://github.com/BuaBook/java-kdb-communication.git

Download java-kdb-communication

How to add to project

<!-- https://jarcasting.com/artifacts/com.buabook/java-kdb-communication/ -->
<dependency>
    <groupId>com.buabook</groupId>
    <artifactId>java-kdb-communication</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buabook/java-kdb-communication/
implementation 'com.buabook:java-kdb-communication:1.0.1'
// https://jarcasting.com/artifacts/com.buabook/java-kdb-communication/
implementation ("com.buabook:java-kdb-communication:1.0.1")
'com.buabook:java-kdb-communication:jar:1.0.1'
<dependency org="com.buabook" name="java-kdb-communication" rev="1.0.1">
  <artifact name="java-kdb-communication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buabook', module='java-kdb-communication', version='1.0.1')
)
libraryDependencies += "com.buabook" % "java-kdb-communication" % "1.0.1"
[com.buabook/java-kdb-communication "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.buabook : buabook-common jar 1.0.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.hamcrest : java-hamcrest jar 2.0.0.0

Project Modules

There are no modules declared in this project.

Java <-> kdb Communication Library

This library provides classes (built on the standard c.java) to send and receive data to a kdb+ process.

Maven Central Build Status Coverage Status

Features

  • Connection definition and management
  • Synchronous and asynchronous querying
  • Data publisher
  • Streaming data consumer (from tickerplant)
  • Java friendly dictionary and table objects

Complete details can be found on the wiki.

com.buabook

BuaBook

Versions

Version
1.0.1
1.0.0