Blackbirds Tech Radar is a simple, self-hosted tool to visualize technology adoption across different categories. This project is based on the Zalando Tech Radar and has been customized for Blackbirds.ai.
- Python 3
- A local web server (such as Python's built-in HTTP server)
- Clone the repository:
git clone https://github.com/emiliosao/tech-radar.git cd tech-radar - Start a local web server:
python3 -m http.server 8000
- Open your browser and visit:
http://localhost:8000
- Update
tech-radar.xlsxwith new or modified entries. - Run the update script to regenerate
config.json:python3 excel_to_json.py
- Refresh the page to see the updated radar.
- Modify
index.htmlto change visual elements such as colors, fonts, and layout. radar.csscontrols the main styles of the radar visualization.- Styles can also be overriden in
radar.jsby commenting out the lines at the beginning of theradar_visualizationfunction.
- Styles can also be overriden in
This radar was designed for Blackbirds.ai, but it can be adapted and hosted anywhere.