https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar
Visualizing our technology choices
https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar
analytics-engineering data-engineering
Last synced: 11 months ago
JSON representation
Visualizing our technology choices
- Host: GitHub
- URL: https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar
- Owner: moj-analytical-services
- Created: 2024-05-27T17:18:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T11:20:49.000Z (over 1 year ago)
- Last Synced: 2024-11-01T08:12:29.685Z (over 1 year ago)
- Topics: analytics-engineering, data-engineering
- Language: Python
- Homepage: https://moj-analytical-services.github.io/data-and-analytics-engineering-tech-radar/
- Size: 124 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data and Analytics Engineering Tech Radar
The MoJ [Data and Analytics Engineering community](https://ministryofjustice.github.io/data-and-analytics-engineering/)
maintains a [public Tech Radar](https://moj-analytical-services.github.io/data-and-analytics-engineering-tech-radar/) to help
align technology choices within our teams. This Tech Radar is based on [pioneering work
by ThoughtWorks](https://www.thoughtworks.com/radar) and uses Zalando's JavaScript Library
[`radar.js`](https://github.com/zalando/tech-radar/blob/master/docs/radar.js) with [d3.js v4](https://d3js.org) 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](./manage_discussions/README.md) for how we do this.
### Viewing the output locally in VS Code
#### Install Live Server Extension
- 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.
#### Start Live Server
- 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.