Hassan Abedi 751ef2e47e WIP
2026-06-05 13:06:06 +02:00
..
WIP
2026-06-05 13:01:18 +02:00
WIP
2026-06-05 13:06:06 +02:00
2026-06-03 12:16:22 +02:00

Geomerge Demo

This demo shows how to store and read data from Geomerge.

The demo:

  1. loads the compiled paths.json schema,
  2. creates a Geomerge store,
  3. inserts a small graph dataset in one transaction,
  4. reads the inserted edge back,
  5. persists the store to bytes,
  6. reloads it, and checks that the restored store matches the original.

Workflow Diagram

Run

cargo run -p geomerge-demo

Test

cargo test -p geomerge-demo