-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# see https://github.com/DavidAnson/vscode-markdownlint#configure | ||
|
||
MD013: false | ||
MD033: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Roadmap | ||
|
||
## 0.1.0 | ||
|
||
- [x] bootstrap db | ||
- [x] bootstrap `cdviz-collector`: store on db | ||
- [ ] bootstrap `cdviz-watcher`: push events from folder to `cdviz-collector` via http | ||
- [ ] bootstrap `cdviz-demo` | ||
- [ ] bootstrap grafana dashboards | ||
- [x] helm charts to deploy (on local) | ||
|
||
## 0.2.0 | ||
|
||
- [ ] validate [cdevents] (rust library) on `cdviz-collector` and `cdviz-watcher` | ||
- [ ] connects to NATS (`cdviz-collector` and `cdviz-watcher`) | ||
- [ ] bootstrap the demo stack: NATS, testkube | ||
|
||
## 0.3.0 | ||
|
||
- [ ] document API | ||
- [ ] document DB schema | ||
- [ ] document for contribution | ||
- [ ] document the demo | ||
- [ ] cdviz-watcher start to watch K8S events for "deployment" (remove & update) | ||
|
||
## ?.?.? | ||
|
||
- [ ] Do everything 😅 | ||
|
||
## Ideas & Maybe | ||
|
||
- a simple ruler to trigger for events likes: | ||
- on deploy of version X of service, send a remove of previous version (same service, package, environment) | ||
- collect SBOM, and connect it to the events to enhance info, lifecycle of components of deployed artifacts | ||
- deduce SBOM (via rules, ...) |