Skip to content

creative-quant/voltdb-client-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build, run "make".
To run the CPPUnit tests, run "make test".
To run the simple async hello world client, run "make example"
To remove artifacts, run "make clean".

This should work ok on 64-bit linux (>= 2.6.18) and 64-bit macs (tested on 10.7)
It includes binaries for libevent
If libevent is installed on your machine as a dynamic library, you can link to it
using the -levent and -levent_pthreads compiler flags instead of the static libs.

To use this, link in the voltdb static lib and the two relevant libevent static libs
into your binary. See the makefile.

About

VoltDB C++ wireprotocol and client implementation

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 70.3%
  • C 27.4%
  • Other 2.3%