Service Atlas¶
Every node in the graph has a page here. The pages are created by init.js
from templates/service.md; the Connections section at the bottom of each
one is regenerated from graph.dot on every run, so it cannot go stale.
Everything else is written by the team that owns the service.
Where we are¶
| Services | 60 |
| Dependencies | 92 |
| Pages written | 0 |
| Still on the template | 60 |
Busiest services¶
price-monitor— 18 connectionsc7— 10 connectionshyper— 8 connectionsqueue-boxes-api— 8 connectionsqueue-solver-checker— 7 connections
How to add a service¶
- Add it to
public/data/graph.dot, with its edges. - Run
npm run init. A page appears from the template. - Fill the page in. Leave the connections block alone.