Skip to content

moj-analytical-services/data-and-analytics-engineering-tech-radar

Repository files navigation

Data and Analytics Engineering Tech Radar

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.

Viewing the output locally in VS Code

Install Live Server Extension

  1. Open Visual Studio Code: Launch VS Code on your computer.
  2. Access Extensions: Click on the Extensions icon in the Activity Bar on the side of the window.
  3. Search for Live Server: In the Extensions view, type "Live Server" in the search bar.
  4. Install Live Server: Click on the Install button for the Live Server extension.

Start Live Server

  1. Open Your Project: Open the folder containing your project files, including index.html
  2. Start Live Server: Right-click on your index.html file and select "Open with Live Server" from the context menu.