An open API service indexing awesome lists of open source software.

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

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.