Tech Radar is a technical landscape visualization app that helps engineering teams align on technology choices. It provides a platform to share knowledge and experience in technologies, to reflect on technology decisions and continuously evolve the technology landscape. This is a rewritten on Typescript version from Zalando, which in its own turn is based on the pioneering work by ThoughtWorks.
- Node.js >= 20.0
- Yarn >= 1.22
- Typescript >= 5.1
Make sure you have docker-compose
and make
installed.
Clone the latest version and run:
$ make run
then navigate to http://localhost:8020/
with your favorite browser.
Main configuration file is src/ts/config.ts
. All entries (blips) have been placed in a separate
file src/ts/entries.ts
.
Tech Radar is licensed under MIT License. Please see LICENSE for details.