/java-kdbplus-integration

Java and KDB+ integration example

Primary LanguageJava

1. Script to startup kdb+
2. Fetch yahoo stock data with Java (AAPL, EPAM, GOOG, LXFT, MSFT, ORCL from 01-Jan-2013 till 01-07-2015)
3. Put yahoo stock data to kdb+
4. Implement simple select queries with just c class API
5. Implement simple select queries with michaelwittig/java-q
6. Build functional tests with Cucumber etc.