Skip to content

hfziu/spatialkv-archive

Repository files navigation

Spatial LevelDB

LevelDB with Spatial Data Indexing and Multi-Version Support.

Build

Prerequisites

  • CMake
  • C/C++ Compiler, e.g., GCC

Clone the Repository

git clone --recurse-submodules git@github.com:hfziu/spatialkv.git spatialkv

Build with CMake

cd spatialkv
cmake -H. -Bbuild

cd build
cmake --build .

Run Tests

# inside `build` directory
ctest --verbose

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published