Skip to content
Jas edited this page Mar 8, 2017 · 9 revisions

User Guide

The wiki section of this repository provides details of the classes that are available library. Complete Javadoc can also be found here (LINK).

Features

The list below gives the packages provided by this library along with the functionality:

  • com.buabook.kdb.connection: Connection definition and management
  • com.buabook.kdb.consumer: Real-time streaming data consumer (generally from tickerplant)
  • com.buabook.kdb.data: Java friendly versions of Flip and Dict
  • com.buabook.kdb.exceptions: Custom exceptions thrown from other classes within this library
  • com.buabook.kdb.interfaces: Interfaces that are used to integrate with other classes within this library
  • com.buabook.kdb.publisher: Data publisher (generally to tickerplant)
  • com.buabook.kdb.query: Synchronous and asynchronous querying
  • com.buabook.kdb: Conversion and other helper classes

Clone this wiki locally