Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/pi8 #161

Merged
merged 15 commits into from
Feb 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_