Skip to content

Commit

Permalink
add info grafic / add license infos
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpoe committed May 25, 2018
1 parent 6cfcb04 commit 4eb514e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
The license applies to the generator code and not the articles in the "radar" folder. (Read also the README.md in this folder)


Apache License
Version 2.0, January 2004
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

A static site generator for AOE Technology Radar

## Usage for your own radar?
The generator is free to use under Open Source License - in fact there are already some other Radars published based on our Radar and there are also Contributions back.

However please be aware:
* The text and descriptions for the articles in the "radar" are copyright protected by AOE and they are not allowed to use in your radar
* It would be nice to mention in radar that the generator is based on this repository.
* Also when you want to reuse the CSS and Styling: Change the font (it is a licensed font) and the colors (It using AOE CI)

## Installation

```
Expand Down
Binary file added assets/images/microservices-pyramid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions js/components/QuadrantSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ export default function QuadrantSection({ quadrantName, groups, big = false }) {
{!big && (
<div className="split__right">
<Link className="icon-link" pageName={`${quadrantName}`}>
<span className="icon icon--pie icon-link__icon" />Quadrant
Overview
<span className="icon icon--pie icon-link__icon" />Zoom in
</Link>
</div>
)}
Expand Down
7 changes: 6 additions & 1 deletion radar/2018-03-01/microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ quadrant: methods-and-patterns

---

We continue to stand by are belief in the microservices concept. However, it's worth mentioning that we we had to learn some lessons when it came to resilient thinking and deployment-related dependencies between microservices.
We continue to belief in the microservices concept and its related patterns and best practices. However, it's worth mentioning that we we had to learn some lessons when it came to resilient thinking and deployment-related dependencies between microservices.

We feel that our microservice-based applications are more robust than monolithic ones have been. Thanks to the
split of the overall complexity into multiple services, new employees or team members are becoming productive within days or a few weeks.

In order to get microservices right and to benefit from the advantages, there is a lot more required.
The following "pyramid of need" for microservices shows this:
![microservices pyramid of need](/assets/images/microservices-pyramid.png)

0 comments on commit 4eb514e

Please sign in to comment.