marina 0.2.9

A dataset manager for robotics to organize, share, and discover datasets and metadata across storage backends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Marina Web Explorer

Generate the data file from Marina's stdout:

```bash
marina list --remote --format json > web/catalog.json
```

Then serve the folder locally:

```bash
cd web
python3 -m http.server 8080
```

Open <http://localhost:8080>.

The explorer can also load a pasted or uploaded JSON export, so you can render directly from a saved stdout dump without regenerating the page itself.