-
Download k.h from https://github.com/KxSystems/kdb/blob/master/c/c/k.h and c.o from https://github.com/KxSystems/kdb/blob/master/l64/c.o. Put them in
include/external/
. -
Compile and build examples
-
Simple table query - examples/query_table.cpp
g++ -std=c++11 -lpthread -o kdb_cpp include/internal/*.cpp examples/query_table.cpp include/external/c.o
-
A lot of test cases - examples/test.cpp
g++ -std=c++11 -lpthread -o kdb_cpp include/internal/*.cpp examples/test.cpp include/external/c.o
-
-
Run the binary
./kdb_cpp
forked from codyfeng/kdb-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
C++ class to connect to kdb+
License
yjyytyuiy/kdb-cpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ class to connect to kdb+
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 98.5%
- C 1.5%