Cypher In Nexyron

Consumer View

Cypher is the main query language you should think in when you use Nexyron today.

It is not only a graph-pattern language in this repo. The implemented surface mixes:

That matters because the useful queries are often hybrid. A real Nexyron query might:

  1. match users and documents through graph edges
  2. filter interactions by time
  3. inspect nested document metadata
  4. rank by vector similarity
  5. call a graph algorithm or semantic procedure

Current Runtime Reality

The code-grounded rule in this repo is simple:

How To Read This Tree

Use this documentation in three layers:

Supporting overviews:

The only query language documented here is Cypher because that is the only language accepted on the current runtime path.

Why The Documentation Is Structured Per Item

The clauses and procedures in Nexyron are too composable for shallow glossary-style docs to be enough.

For example:

That is why the per-item pages aim to describe: