Examples for using the C/C++ DataStax Enterprise driver. The
dse directory contains examples for DataStax Enterprise
specific functionality and the core includes examples for
general functionality.
Driver documentation can be found on our documentation site.
mkdir build
cd build
cmake ..
make
The following environment/cmake variables may need to be set to the install location of your dependencies:
LIBDSE_ROOT_DIRLIBUV_ROOT_DIROPENSSL_ROOT_DIR
Dependencies may also be located in a lib directory at the project root to
remove the need of specifying dependency root directories:
lib/dse- C/C++ DataStax Enterprise Driverlib/libuv- Libuvlib/openssl- OpenSSL
- cmake (>= 2.6.4)
- C/C++ DataStax Enterprise Driver (it can be downloaded from our downloads site)
- libuv (also required by the driver and can also be download from our downloads site)
- openssl (also required by the driver and can also be download from our downloads site for Windows only)