The MoJ Data and Analytics Engineering community
maintains a public Tech Radar to help
align technology choices within our teams. This Tech Radar is based on pioneering work
by ThoughtWorks and uses Zalando's JavaScript Library
radar.js
with d3.js v4 for visualisation.
Tech radar blips are configured in blips.json
, while tech radar rings and quadrants are set up in radar_config.json
. Additional context for the blips is provided by GitHub discussions, which are queried using the GitHub GraphQL API to populate blips.json
. See manage_discussions for how we do this.
- Open Visual Studio Code: Launch VS Code on your computer.
- Access Extensions: Click on the Extensions icon in the Activity Bar on the side of the window.
- Search for Live Server: In the Extensions view, type "Live Server" in the search bar.
- Install Live Server: Click on the Install button for the Live Server extension.
- Open Your Project: Open the folder containing your project files, including index.html
- Start Live Server: Right-click on your index.html file and select "Open with Live Server" from the context menu.