Bootstraping the repo
This commit is contained in:
parent
c99ffe429f
commit
793c0c7ba5
6 changed files with 1006 additions and 2 deletions
15
README.md
15
README.md
|
|
@ -1,3 +1,14 @@
|
|||
# repo-seed
|
||||
# artifact-store
|
||||
|
||||
A git repository template to bootstrap coulomb projects from.
|
||||
Generic artifact registry and storage gateway for generated outputs, evidence
|
||||
packages, reports, logs, and release artifacts.
|
||||
|
||||
The registry owns artifact identity, metadata, provenance, retention policy, and
|
||||
retrieval records. Actual bytes are delegated to configured storage backends such
|
||||
as a local filesystem, S3-compatible object storage, or Ceph RGW.
|
||||
|
||||
Start here:
|
||||
|
||||
- [INTENT.md](INTENT.md)
|
||||
- [docs/ARCHITECTURE-BLUEPRINT.md](docs/ARCHITECTURE-BLUEPRINT.md)
|
||||
- [workplans/ARTIFACT-STORE-WP-0001-service-baseline.md](workplans/ARTIFACT-STORE-WP-0001-service-baseline.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue