inventage / techradar

Content and website for the Inventage Technology Radar

Home Page:https://techradar.inventage.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventage Tech-Radar

This repository contains the Markdown files for the blips of the Inventage Tech-Radar. The radar can be found here: https://techradar.inventage.com

This technology radar is based on AOE's Open Source generator: https://github.com/AOEpeople/aoe_technology_radar

Content

Markdown files for each Technology Radar blip are located in the radar directory, grouped by date of publication.

Files for the configuration of the technology radar generator are located in the public directory.

How to use?

Install Dependencies and build

To install the required dependencies and start an integrated web server, run:

npm install
npm start

The radar may then be accessed under http://localhost:8080. Any changes to the Markdown files will rebuild the radar.

The radar may also be built by running

npm run build

The corresponding artefacts will be written to the build directory. The build executes the ./scripts/build.sh script, which uses the AOE technology radar generator and produces static HTML files and other resources. These resources are then patched automatically:

Static files

After a successful build, the static files are accessible in the /build directory.

Helper scripts

Use csv2md.js to generate the blip Markdown files from a csv export (see 2023-01-31.csv for details on the required structure).

About

Content and website for the Inventage Technology Radar

https://techradar.inventage.com

License:Apache License 2.0


Languages

Language:JavaScript 74.4%Language:CSS 20.1%Language:Shell 5.5%