560 B
560 B
Geomerge Demo
This demo shows how to store and read data from Geomerge.
The demo:
- loads the compiled
paths.jsonschema, - creates a Geomerge store,
- inserts a small graph dataset in one transaction,
- reads the inserted edge back,
- persists the store to bytes,
- reloads it, and checks that the restored store matches the original.
Run
cargo run -p geomerge-demo
Test
cargo test -p geomerge-demo