docs: move live demo links to PR #3
CI & Release / Verify documentation (push) Skipped
CI & Release / Verify simulator (push) Skipped
CI & Release / Trivy scan (push) Skipped
CI & Release / Semantic Release (push) Skipped
CI & Release / Verify documentation (pull_request) Successful in 4s
CI & Release / Verify simulator (pull_request) Successful in 11s
CI & Release / Trivy scan (pull_request) Successful in 9s
CI & Release / Semantic Release (pull_request) Skipped
CI & Release / Verify documentation (push) Skipped
CI & Release / Verify simulator (push) Skipped
CI & Release / Trivy scan (push) Skipped
CI & Release / Semantic Release (push) Skipped
CI & Release / Verify documentation (pull_request) Successful in 4s
CI & Release / Verify simulator (pull_request) Successful in 11s
CI & Release / Trivy scan (pull_request) Successful in 9s
CI & Release / Semantic Release (pull_request) Skipped
Drop duplicate external URLs from design journey; small PR #3 owns them.
This commit is contained in:
@@ -130,13 +130,6 @@ coming back to foundations DevOps and sysadmins already trust.
|
|||||||
> - [`simulator/explorer/server.py`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/simulator/explorer/server.py#L111-L131) — the query path a peer or an engineer hits identically
|
> - [`simulator/explorer/server.py`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/simulator/explorer/server.py#L111-L131) — the query path a peer or an engineer hits identically
|
||||||
> - [`simulator/tests/test_sql_gate.py`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/simulator/tests/test_sql_gate.py#L13-L35) — the gate is safety-critical, so it is tested first
|
> - [`simulator/tests/test_sql_gate.py`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/simulator/tests/test_sql_gate.py#L13-L35) — the gate is safety-critical, so it is tested first
|
||||||
|
|
||||||
The explorer is running, not just described: the data-plane view (partition tree
|
|
||||||
and read-only SQL console) is live at
|
|
||||||
[swarm-data-explorer.produktor.io](https://swarm-data-explorer.produktor.io/)
|
|
||||||
(same access as this repository and [swarm.produktor.io](https://swarm.produktor.io/)).
|
|
||||||
Browse the Hive layout, run `SELECT` queries against the live lake, and see the
|
|
||||||
same statement gate a peer drone would hit in flight.
|
|
||||||
|
|
||||||
## 8. Replication and offload
|
## 8. Replication and offload
|
||||||
|
|
||||||
Moving accumulated data uses [rsync](00-glossary.md#bulk-sync) over the same SSH
|
Moving accumulated data uses [rsync](00-glossary.md#bulk-sync) over the same SSH
|
||||||
@@ -180,14 +173,6 @@ scanning the whole lake on every query does not scale, so the scan is
|
|||||||
> - [`simulator/monitoring/grafana/dashboards/`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/simulator/monitoring/grafana/dashboards) — the fleet and platform dashboards
|
> - [`simulator/monitoring/grafana/dashboards/`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/simulator/monitoring/grafana/dashboards) — the fleet and platform dashboards
|
||||||
> - [`.github/workflows/release.yaml`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/.github/workflows/release.yaml) — tests, smoke flight, Trivy, semantic release
|
> - [`.github/workflows/release.yaml`](https://git.produktor.io/eSlider/swarm-house/src/branch/main/.github/workflows/release.yaml) — tests, smoke flight, Trivy, semantic release
|
||||||
|
|
||||||
The dashboard is running, not just described: **Swarm Fleet — generated data** is
|
|
||||||
live at
|
|
||||||
[swarm-analalytics.produktor.io](https://swarm-analalytics.produktor.io/d/swarm-fleet/swarm-fleet-e28094-generated-data?orgId=1&refresh=5s)
|
|
||||||
(same access as this repository, [swarm.produktor.io](https://swarm.produktor.io/),
|
|
||||||
and [swarm-data-explorer.produktor.io](https://swarm-data-explorer.produktor.io/)).
|
|
||||||
Telemetry rows, detections, pose frames, battery, and link quality — all derived
|
|
||||||
from the Parquet lake via SQL, not from agents on the drones.
|
|
||||||
|
|
||||||
## 10. Working method
|
## 10. Working method
|
||||||
|
|
||||||
A note on how this is meant to be built, not just what. Working together needs a
|
A note on how this is meant to be built, not just what. Working together needs a
|
||||||
|
|||||||
@@ -41,9 +41,7 @@ Manual pass over `docs/`, all READMEs, and glossary. Goal: correct links, unify
|
|||||||
|
|
||||||
### Live demos (design journey)
|
### Live demos (design journey)
|
||||||
|
|
||||||
- [swarm.produktor.io](https://swarm.produktor.io/) — visual prototype
|
Tracked in [PR #3](https://git.produktor.io/eSlider/swarm-house/pulls/3) — explorer + Grafana links in `12-design-journey.md` §7/§9. Prototype link already on `main` §2.
|
||||||
- [swarm-data-explorer.produktor.io](https://swarm-data-explorer.produktor.io/) — SQL explorer
|
|
||||||
- [swarm-analalytics.produktor.io](https://swarm-analalytics.produktor.io/d/swarm-fleet/swarm-fleet-e28094-generated-data?orgId=1&refresh=5s) — Grafana fleet dashboard
|
|
||||||
|
|
||||||
### README / LICENSE
|
### README / LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user