Back to all databases

TurboLynx

An embedded, schemaless property graph database for analytical (OLAP) workloads that stores data as columnar "Graphlets" and answers openCypher queries through a Cascades-style optimizer forked from Greenplum's ORCA. Built on DuckDB's vectorized execution and developed at POSTECH, it ships as a single shared library with no server.

Overall rank
#119
First released
December 2025
License
MIT
Built with
C++

Details

Vendor
POSTECH (DSLab)
Type
Property Graph
Kind
Embedded
Category
Emerging
License
MIT
Language
C++
Query Languages
openCypher
Sources 3 references

License MIT

SPDX identifier as classified by GitHub from the repository licence file.

Released 2025-12

Corrected from '2025' to '2025-12': the project's own CHANGELOG dates v1.0.0, labelled the initial public release, to 2025-12-02.

  • Initial public release. State of the codebase at the time of the VLDB 2026 paper submission
    TurboLynx CHANGELOG.md · reviewed 2026-08-02

Language C++

Confirms the current value; README states the engine core is C++17, and GitHub's byte-count is dominated by C++.