Skip to content

Add VelesDB - embedded graph+vector+columnar database in Rust#46

Open
cyberlife-coder wants to merge 1 commit into
jbmusso:masterfrom
cyberlife-coder:patch-1
Open

Add VelesDB - embedded graph+vector+columnar database in Rust#46
cyberlife-coder wants to merge 1 commit into
jbmusso:masterfrom
cyberlife-coder:patch-1

Conversation

@cyberlife-coder

Copy link
Copy Markdown

VelesDB is an embedded database written in Rust that combines graph storage (MATCH clause inspired by Cypher), vector search (HNSW), and columnar analytics in a single ~6MB binary.

Key features:

  • Graph queries via MATCH clause (Cypher-inspired syntax)
    • Vector search with HNSW algorithm
    • Columnar analytics
    • Hybrid graph+vector queries via VelesQL

Added VelesDB entry with a brief description to the list of databases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant