Skip to content

lambdaworks/tech-radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motivation

At LambdaWorks, we maintain a Tech Radar to help our engineering teams align on technology choices.

What is the Tech Radar?

The LambdaWorks Tech Radar is a list of technologies, complemented by an assessment result, called ring assignment. We use six rings with the following semantics:

  • ADOPT: Technologies we have high confidence in to serve our purpose, also on a large scale. Low risk and recommended to be widely used.
  • TRIAL: Technologies that we believe should be adopted in the future, and we have started to incorporate them, but we're yet to have serious usage experience with them before we would consider them a general recommendation.
  • ASSESS: Technologies that we believe could be of value to us in the future, but we're still in a research and experimentation phase to assess whether our confidence in them is high enough to apply them on a project.
  • HOLD: Technologies we have adopted in the past, and we have existing projects relying on them, we plan to keep using them on the existing projects, but we prefer not applying them on new projects.
  • PHASE OUT: Technologies we have adopted in the past, and we have existing projects relying on them, but we've decided to gradually reduce dependency on them.
  • OPT OUT: Technologies that we've either concluded not to adopt based on assessment or we have adopted in the past and have phased out.

Contributing

The technologies included in the radar are maintained in the entries json-array defined in /docs/config.json, ordered in alphabetical order. If you wish to add a technology or change the positioning of an existing one, please open a pull-request with a change to entries.

Local Development

Install dependencies with yarn (or npm):

yarn 

Start a local dev server:

yarn start

Your default browser should automatically open and show the url

http://localhost:3000/

Credits

This Tech Radar was created based on the open source Zalando Tech Radar.

About

LambdaWorks Tech Radar

Resources

License

Stars

Watchers

Forks

Releases

No releases published