kevinlawler / kerf

Kerf (Kerf2) is a columnar tick database and time-series language for Linux/OSX/BSD/iOS/Android. It is written in C++ and natively speaks JSON and SQL. Kerf can be used for trading platforms, feedhandlers, low-latency networking, high-volume analysis of realtime and historical data, logfile processing, and more.
BSD 2-Clause "Simplified" License
26 stars 1 forks source link

kerf-source

This is "Kerf" or "Kerf2". It is incomplete. Kerf2 is designed for full concurrency. It also adds transparent type promotion, a C++ instead of C basis, and more.

The source for the complete "Kerf1" is at https://github.com/kevinlawler/kerf1/tree/master/src

Contact

kerf.concerns@gmail.com

Compile on macOS, ...

#install google test. should be `brew install googletest`

clang++ -std=c++2b -pthread -ledit -levent -O0 -DDEBUG -g -lgtest -fsanitize=address -ferror-limit=5 main.cc

Run

./a.out