Set up the minio ql db

- Set up the minio ql db
- Use bind mounts in docker compose to get persistence
- Populate the ql db with the sample DBs
This commit is contained in:
Michael Hohn
2024-06-13 12:45:17 -07:00
committed by =Michael Hohn
parent 8df9673897
commit bbb54caaf3
4 changed files with 65 additions and 9 deletions

View File

@@ -158,3 +158,19 @@ The steps:
owner | repo
-------+---------
foo | foo/bar
### Use the minio ql db
1. Web access via
open http://localhost:9001/login
username / password are in `docker-compose.yml` for now. The ql db listing
will be at
http://localhost:9001/browser/qldb
1. The names use `owner_repo` format for now, e.g. `google_flatbuffers_db.zip`.
TODO This will be enhanced to include other data later