Skip to content

Changelog

All notable changes to Grafeo will be documented here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Initial documentation site
  • GQL query language support
  • Python bindings via PyO3
  • In-memory and persistent storage modes
  • MVCC-based transactions

Changed

  • N/A

Fixed

  • N/A

0.1.0 - Coming Soon

Initial release of Grafeo.

Features

  • Pure Rust implementation
  • Labeled Property Graph (LPG) data model
  • GQL (ISO standard) query language
  • Python bindings
  • In-memory and persistent storage
  • ACID transactions with snapshot isolation