Skip to content

Demo project for data insertion from KDB+ to SQreamDB

Notifications You must be signed in to change notification settings

SQream/kdb-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kdb-integration

Demo project for data insertion from KDB+ to SQreamDB

Utilizing javakdb connector to connect kdb+ (https://github.com/KxSystems/javakdb/blob/master/docs/build.md)

Prerequisites:

  • Java 17
  • Maven 3.6.3 or higher

Installation:

mvn install:install-file -Dfile=lib/javakdb-2.0.jar -DgroupId=com.kx -DartifactId=kx -Dversion=2.0 -Dpackaging=jar mvn clean install

Execution:

Fill the application properties file (src/main/resources/application.properties) with the relevant parameters and run:

java -jar target/demo-0.0.1-SNAPSHOT.jar

Using KDB's JDBC

In order to work with KDB+ using JDBC, we need the following prerequisites:

now, you can run the JdbcTest.java example in test directory.

About

Demo project for data insertion from KDB+ to SQreamDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages