Where the versioned store lives. Both modes run the same commit
logic in wasm; only the transport differs.
Stored in this browser's IndexedDB. No network, no account, survives reloads.
Credentials stay in this tab - the browser talks directly to your
container, no server in between. Use a short-lived, container-scoped SAS
(Read, Write, List, Create).
GeoParquet with versioned editing
moosbett is an
open-source (MIT) Rust engine, compiled here to WebAssembly, supporting
versioned editing of GeoParquet files.
This page is its browser demo, built with MapLibre and real
Overture Maps buildings, already carrying a few edits. You can use the in-map
toolbar to add, update, and delete features and the right pane to explore the
versioning workflow. Read more here about
the architecture,
and our cross-compatible
file format.
The demo's edit store lives in the browser by default, but can
also be switched to point at your own cloud storage.
FEATURE ROADMAP
Help shape the future of moosbett. Tell us in
an issue, what
we can add to better support your work. Which editing features do you value
or miss here? What (scalability or interoperability) experiments should we
run to guide future development?