setchy / thoughtworks-tech-radar-volumes

CLI and complete collection of Thoughtworks Technology Radar datasets (JSON, CSV and Google Sheets)

Home Page:https://setchy.io/radars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thoughtworks Technology Radar - Datasets

A collection of datasets for the latest Thoughtworks Technology Radar and all archived volumes

How to use with build-your-own-radar

You can use any of the volumes/* datasets with either

Remember, you will need to use the GitHub RAW file URL for these to work while hosted in GitHub (eg: Volume 28)

How to refresh datasets

This repository contains the following scripts

npm run generate:links

This will extract all blip links from the https://thoughtworks.com/radar/search and place into data/links.json

npm run generate:data

Using the contents of data/links.json, fetch each of the publication entries and place into data/master.json

npm run generate:csv

Using the contents of data/master.json, generate CSV files for each publication/volume and place into volumes/*

About

CLI and complete collection of Thoughtworks Technology Radar datasets (JSON, CSV and Google Sheets)

https://setchy.io/radars


Languages

Language:TypeScript 100.0%