Skip to content

Commit

Permalink
Release/pi8 (#161)
Browse files Browse the repository at this point in the history
* added diagram of sending of trace to APM

* added documentation for event stream processor and updated the Event Framework tags information

* added section for custom mojaloop schema, updated diagrams

* edit the custom template section

* Updated component arch diagram for PI8, and also added legacy links

* Updated overview to point to latest component arch overview diagram

Co-authored-by: Valentin Genev <vgenev@gmail.com>
Co-authored-by: Sam <elnyry@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 1, 2020
1 parent 85c0467 commit 7503103
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 2 deletions.
3 changes: 3 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* [Documentation Style Guide](contributors-guide/documentation/documentation-style-guide.md)
* [Mojaloop Technical Overview](mojaloop-technical-overview/README.md)
* [Mojaloop Hub](mojaloop-technical-overview/overview/README.md)
* [Current Architecture - PI8](mojaloop-technical-overview/overview/components-PI8.md)
* [Legacy Architecture - PI7](mojaloop-technical-overview/overview/components-PI7.md)
* [Legacy Architecture - PI6](mojaloop-technical-overview/overview/components-PI6.md)
* [Legacy Architecture - PI5](mojaloop-technical-overview/overview/components-PI5.md)
* [Legacy Architecture - PI3](mojaloop-technical-overview/overview/components-PI3.md)
* [Account-Lookup Service](mojaloop-technical-overview/account-lookup-service/README.md)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mojaloop-technical-overview/overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ There are several components that make up the Mojaloop ecosystem. The Mojaloop H

The following component diagram shows the break-down of the Mojaloop services and its micro-service architecture:

![Current Mojaloop Architecture Overview](./assets/diagrams/architecture/Arch-Mojaloop-overview-PI6.svg)
![Current Mojaloop Architecture Overview](./assets/diagrams/architecture/Arch-Mojaloop-overview-PI8.svg)

_Note: Colour-grading indicates the relationship between data-store, and message-streaming / adapter-interconnects. E.g. `Central-Services` utilise `MySQL` as a Data-store, and leverage on `Kafka` for Messaging_

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions mojaloop-technical-overview/overview/components-PI6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Mojaloop Hub Legacy Components - PI6

The following component diagram shows the break-down of the Mojaloop services and its micro-service architecture for pre PI6:

![Mojaloop Architecture Overview PI6](./assets/diagrams/architecture/Arch-Mojaloop-overview-PI6.svg)

_Note: Colour-grading indicates the relationship between data-store, and message-streaming / adapter-interconnects. E.g. `Central-Services` utilise `MySQL` as a Data-store, and leverage on `Kafka` for Messaging_
7 changes: 7 additions & 0 deletions mojaloop-technical-overview/overview/components-PI7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Mojaloop Hub Legacy Components - PI7

The following component diagram shows the break-down of the Mojaloop services and its micro-service architecture for pre PI7:

![Mojaloop Architecture Overview PI7](./assets/diagrams/architecture/Arch-Mojaloop-overview-PI7.svg)

_Note: Colour-grading indicates the relationship between data-store, and message-streaming / adapter-interconnects. E.g. `Central-Services` utilise `MySQL` as a Data-store, and leverage on `Kafka` for Messaging_
7 changes: 7 additions & 0 deletions mojaloop-technical-overview/overview/components-PI8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Mojaloop Hub Legacy Components - PI8

The following component diagram shows the break-down of the Mojaloop services and its micro-service architecture for pre PI8:

![Mojaloop Architecture Overview PI8](./assets/diagrams/architecture/Arch-Mojaloop-overview-PI8.svg)

_Note: Colour-grading indicates the relationship between data-store, and message-streaming / adapter-interconnects. E.g. `Central-Services` utilise `MySQL` as a Data-store, and leverage on `Kafka` for Messaging_

0 comments on commit 7503103

Please sign in to comment.