@@ -70,8 +70,6 @@ The maintained dashboard lives in a separate repository:
7070
7171- ` https://github.com/SolidLabResearch/janus-dashboard `
7272
73- The ` janus-dashboard/ ` folder in this repository is a lightweight local demo client, not the primary frontend.
74-
7573## Performance
7674
7775Janus uses dictionary encoding and segmented storage for high-throughput ingestion and historical reads.
@@ -129,9 +127,7 @@ This example demonstrates:
129127The maintained web dashboard lives in the separate
130128` SolidLabResearch/janus-dashboard ` repository.
131129
132- This repository keeps a small static demo at
133- [ ` examples/demo_dashboard.html ` ] ( ./examples/demo_dashboard.html ) for manual API
134- testing, but frontend development should happen in the dedicated dashboard repo.
130+ Frontend development should happen in the dedicated dashboard repo.
135131
136132## Development
137133
@@ -155,7 +151,6 @@ The repository includes runnable examples under [`examples/`](./examples), inclu
155151
156152- [ ` examples/http_client_example.rs ` ] ( ./examples/http_client_example.rs )
157153- [ ` examples/comparator_demo.rs ` ] ( ./examples/comparator_demo.rs )
158- - [ ` examples/demo_dashboard.html ` ] ( ./examples/demo_dashboard.html ) for a minimal local demo
159154
160155## Documentation
161156
@@ -169,7 +164,8 @@ Start here:
169164
170165## Notes
171166
172- - ` src/main.rs ` is currently a benchmark-style executable, not the main user-facing interface.
167+ - ` src/main.rs ` is now a lightweight entry binary that points to the main Janus
168+ executables and benchmark helpers.
173169- The primary user-facing entry point is ` http_server ` .
174170
175171## Licence
0 commit comments