https://github.com/radarlog/tech-radar
Technical landscape visualization app that helps engineering teams align on technology choices
https://github.com/radarlog/tech-radar
Last synced: about 2 months ago
JSON representation
Technical landscape visualization app that helps engineering teams align on technology choices
- Host: GitHub
- URL: https://github.com/radarlog/tech-radar
- Owner: radarlog
- License: mit
- Created: 2020-09-15T18:43:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T19:51:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T09:12:48.836Z (about 2 months ago)
- Language: TypeScript
- Size: 752 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Radar
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](https://github.com/zalando/tech-radar),
which in its own turn is based on the [pioneering work by ThoughtWorks](https://www.thoughtworks.com/radar).### Requirements
* Node.js >= 20.0
* Yarn >= 1.22
* Typescript >= 5.1## Running locally
Make sure you have `docker-compose` and `make` installed.
Clone the latest version and run:```bash
$ make run
```
then navigate to `http://localhost:8020/` with your favorite browser.## Configuration
Main configuration file is `src/ts/config.ts`. All entries (blips) have been placed in a separate
file `src/ts/entries.ts`.## License
Tech Radar is licensed under MIT License. Please see [LICENSE](LICENSE) for details.