TurboLynx is
the fastest
analytical
graph database
turbolynx>
Preset
We are graph gurus.
The Graph Research Road to TurboLynx
Install TurboLynx
git clone https://github.com/turbolynx-dslab/TurboLynx
cd TurboLynx
cmake -GNinja -DCMAKE_BUILD_TYPE=Release \
-DTURBOLYNX_PORTABLE_DISK_IO=ON -DENABLE_TCMALLOC=OFF \
-DBUILD_UNITTESTS=OFF -DTBB_TEST=OFF -B build-portable
cmake --build build-portable
git clone https://github.com/turbolynx-dslab/TurboLynx
cd TurboLynx
python3 -m pip install pybind11 wheel
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON=ON \
-DTURBOLYNX_PORTABLE_DISK_IO=ON -DENABLE_TCMALLOC=OFF \
-DBUILD_UNITTESTS=OFF -DTBB_TEST=OFF -B build-portable
cmake --build build-portable
tools/pythonpkg/scripts/build_wheel.sh build-portable
python3 -m pip install tools/pythonpkg/dist/turbolynx-*.whl
git clone https://github.com/turbolynx-dslab/TurboLynx
cd TurboLynx/tools/nodepkg # bundles the WASM runtime, no native build needed
npm install && npm pack
npm install ./turbolynx-0.0.1.tgz # npm registry release coming soon