Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdargan/techradar
Build your own Technology Radar. Inspired by ThoughtWorks Technology Radar.
https://github.com/bdargan/techradar
Last synced: 3 months ago
JSON representation
Build your own Technology Radar. Inspired by ThoughtWorks Technology Radar.
- Host: GitHub
- URL: https://github.com/bdargan/techradar
- Owner: bdargan
- License: apache-2.0
- Created: 2011-02-21T02:23:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T09:49:10.000Z (over 5 years ago)
- Last Synced: 2024-06-27T08:35:53.243Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 1.47 MB
- Stars: 694
- Watchers: 57
- Forks: 295
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - techradar - Build your own Technology Radar. Inspired by ThoughtWorks Technology Radar. (HTML)
- awesome - techradar - Build your own Technology Radar. Inspired by ThoughtWorks Technology Radar. (HTML)
README
Build Your Own Technology Radar.
Inspired by the ThoughtWorks Tech Radar: http://www.thoughtworks.com/radar/.
I love the ThoughtWorks Radar. But it is for all clients, averaged out across industries, organisational maturity and risk adverseness.
![Technology Radar Sample](/techradar_example.png?raw=true)
It is a powerful talking point, but I need it to be customised for particular circumstances.
This Technology Radar has pretty simple functionality, uses json data source and renders SVG within html.
The data currently is provided in a radial format. I chose this and SVG, for the scalable properties. In practice, a table based structure, that automatically lays out the points could be more useful.
Eg. {name:'Cool Tech', r:50, t:30}
Appears in the Top Right Quadrant, in the inner most "Adopt" Sector.Eg. {name:'Bright Shiny Toy 5', r:390, t:30}
Appears in the Top Right Quadrant, in the outer most "Hold" Sector.Appears in the Lower Left Quadrant, in the second "Trial" Sector.
Where r = radius, and t = theta; the degrees in radians. with 0/360 degrees being the typical right hand x line rotating in an anti-clockwise direction.
See http://en.wikipedia.org/wiki/Polar_coordinates for more details.
## Similar Projects
[andyw8/techradar](https://github.com/andyw8/techradar) (the Rails app behind [techradar.io](http://techradar.io).