Skip to content

Commit

Permalink
🚚 rename cdviz-watcher into cdviz-sensors
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <[email protected]>
  • Loading branch information
davidB committed Feb 1, 2024
1 parent eea3ead commit 0d1f8ac
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 1,214 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[workspace]
resolver = "2"
members = [
"cdevents-sdk-rust",
"cdviz-collector",
"cdviz-watcher",
"cdviz-sensors",
# "examples/*",
]

Expand Down
10 changes: 6 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@

- [x] bootstrap db
- [x] bootstrap `cdviz-collector`: store on db
- [ ] bootstrap `cdviz-watcher`: push events from folder to `cdviz-collector` via http
- [ ] bootstrap `cdviz-sensors`: push events from folder to `cdviz-collector` via http
- [ ] bootstrap `cdviz-demo`
- [ ] bootstrap grafana dashboards
- [x] helm charts to deploy (on local)
- [ ] publish workflow, host runtime packages on github (container images and chart)

## 0.2.0

- [ ] validate [cdevents] (rust library) on `cdviz-collector` and `cdviz-watcher`
- [ ] connects to NATS (`cdviz-collector` and `cdviz-watcher`)
- [ ] autocreate the read-only user on db (how?)
- [ ] validate [cdevents] (rust library) on `cdviz-collector` and `cdviz-sensors`
- [ ] connects to NATS (`cdviz-collector` and `cdviz-sensors`)
- [ ] bootstrap the demo stack: NATS, testkube

## 0.3.0
Expand All @@ -21,7 +23,7 @@
- [ ] document DB schema
- [ ] document for contribution
- [ ] document the demo
- [ ] cdviz-watcher start to watch K8S events for "deployment" (remove & update)
- [ ] cdviz-sensors start to watch K8S events for "deployment" (remove & update)

## ?.?.?

Expand Down
5 changes: 3 additions & 2 deletions cdviz-watcher/Cargo.toml β†’ cdviz-sensors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "cdviz-watcher"
name = "cdviz-sensors"
description = "Watch resources and push cdevents"
keywords = ["cd"]
categories = []
edition.workspace = true
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
publish.workspace = true

[dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,211 changes: 4 additions & 1,207 deletions doc/images/Drawing 2023-12-27 16.04.47-cdviz-architecture.excalidraw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d1f8ac

Please sign in to comment.