Westwing-Home-and-Living / techradar

Westwing tech radar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Westwing tech radar

At Westwing, we maintain a public Tech Radar to help our engineering teams align on technology choices. It is based on the pioneering work by ThoughtWorks.

This repository contains the code to generate the visualization: radar.js (based on d3.js v4). Feel free to use and adapt it for your own purposes.

All the radar's points are coming from a public gSheet and to trigger a refresh you only need to run the "Rebuild points and publish" action.

The action is also triggered from any merge to the main branch.

So, please don't commit changes to points.js since it will be automatically overwritten (and pushed) from the action.

Local Development

If you want to test on your local env the "refresh points" script:

  1. install dependencies with npm (or yarn):
cd bin && npm install
  1. start local dev server:
npm start

This solution is based on the original Zalando tech radar

About

Westwing tech radar


Languages

Language:JavaScript 89.3%Language:HTML 9.6%Language:CSS 1.1%