Skip to content

Commit

Permalink
update radar script
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumayaMauthoorMOJ committed May 28, 2024
1 parent a9a01b0 commit f4794c7
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 145 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Data and Analytics Engineering Tech Radar

Uses [generate-tech-radar](https://github.com/moj-analytical-services/generate-tech-radar) to visualise tech radar blips configured in `blips.json` against tech radar rings and quadrants configured in `radar_config.json`.
In the MoJ [Data and Analytics Engineering community](https://ministryofjustice.github.io/data-and-analytics-engineering/),
we maintain a [public Tech Radar](http://zalando.github.io/tech-radar/) to help our teams
align on technology choices. It is based on the [pioneering work
by ThoughtWorks](https://www.thoughtworks.com/radar) and uses Zalando's
[`radar.js`](https://github.com/zalando/tech-radar/blob/master/docs/radar.js) [d3.js v4](https://d3js.org) visualisation.

Saves and extracts tech radar blips to and from GitHub discussions.
Tech radar blips are configured in `blips.json` against tech radar rings
and quadrants configured in `radar_config.json`.

Adapted from [Zalando's](http://zalando.github.io/tech-radar/) and [Thoughtworks](https://www.thoughtworks.com/en-gb/radar) technology radars.
We use GitHub discussions to provide additional context to the blips,
and the GitHub graphql API to automate the population of `blips.json`.
Loading

0 comments on commit f4794c7

Please sign in to comment.