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

docs: images migration - DO NOT MERGE OR DELETE #67

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions Knowledge-Articles/iso20022-and-tazama.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->

<!-- SPDX-License-Identifier: Apache-2.0 -->
# ISO20022 and Tazama

- [ISO20022 and Tazama](#iso20022-and-tazama)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Config-driven design

![](../../Images/Config-driven-design-overview.png)
![](../../images/Config-driven-design-overview.png)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [Create New Channel](#create-new-channel)
- [Steps:](#steps)

![](../../Images/image-20220902-104055.png)
![](../../images/image-20220902-104055.png)

**About “Create Processor”:**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create New Rule Processor

![](../../Images/image-20220902-101425.png)
![](../../images/image-20220902-101425.png)

# Steps:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create New Transaction

![](../../Images/image-20220902-104423.png)
![](../../images/image-20220902-104423.png)

About “Create Processor”:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [Create New Typology](#create-new-typology)
- [Steps:](#steps)

![](../Images/image-20220902-103424.png)
![](../images/image-20220902-103424.png)

About “Create Processor”:

Expand All @@ -20,7 +20,7 @@ The universal typology processor has already been developed and implemented in T
1. Create the typology configuration (see: [Typology Processing | 5.5. Read typology configuration](https://frmscoe.atlassian.net/wiki/spaces/FRMS/pages/1740494/Typology+Processing#5.5.-Read-typology-configuration))
1. The typology configuration will include the rule results scoring table: the result for each rule (or each set of the sub-rules), which will be either TRUE or FALSE, must be associated with an integer between 0 and 100
2. The typology configuration will include the typology expression
![](../../Images/image-20210819-131055.png)
![](../../images/image-20210819-131055.png)
3. If the rule processors for the typology are still to be deployed, the typology configuration could be missing or empty. When the typology processor is called on to execute the typology configuration, the typology processor will identify that no rules are in scope and no expression exists and then automatically complete the typology with a score of 0 (zero).
2. Connect the typology
1. Prerequisite: The typology processor must exist and be deployed to the platform.
Expand Down
4 changes: 2 additions & 2 deletions Product/Creating-and-Maintaining-Processors/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

The Tazama evaluation pipeline is intended to be largely configuration driven via external and centralised configuration files, as described in the diagram below:

![](../../Images/image-20220902-102945.png)
![](../../images/image-20220902-102945.png)

Configuration information is stored in a Configuration database and served to a variety of evaluation processors as required:

Expand Down Expand Up @@ -72,7 +72,7 @@ The user stories for the creation and maintenance of the processors can be summa

The user stories for the creation of the evaluation pipeline processors will all follow the same basic process flow:

![](../../Images/Tazama_TMS_Processor_CRUD.png)
![](../../images/Tazama_TMS_Processor_CRUD.png)

Even though there is only one Typology Processor (for example), a new version of the processor can still be created to replace the existing Typology Processor. (Heck, we can even add a new Typology Processor that does something completely different and runs in parallel to the existing processor. We probably wouldn’t want to run a parallel CRSP though, but we may create a replacement for it. Also, Data Preparation is not currently designed to invoke multiple CRSPs and we would need to add some additional routing logic to Data Preparation to run parallel CRSPs… Actually, forget about parallel Highlanders, just like we should all forget about the movie sequels...)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The PPA is deployed within Mojaloop as it requires access to Mojaloop's message

As events in Mojaloop do not have full context of a transaction a cache is used to keep reference of the initial pain001 message to map out the formatted ISO message and their subsequent events. The transformations done on these Mojaloop events can be found in the mapper module.

![](../../Images/ppa-flow-20221010-144730.png)
![](../../images/ppa-flow-20221010-144730.png)

ISO Mappings

[Mojaloop_to_ISO20022_mapping_V1.1_20210531.xlsx](/Images/Mojaloop_to_ISO20022_mapping_V1.1_20210531.xlsx)
[Mojaloop_to_ISO20022_mapping_V1.1_20210531.xlsx](/images/Mojaloop_to_ISO20022_mapping_V1.1_20210531.xlsx)
2 changes: 1 addition & 1 deletion Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-SDK.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mojaloop SDK

![](../../Images/image-20210616-092254.png)
![](../../images/image-20210616-092254.png)

From the April 2020 Convening, ModusBox presented the [SDK](https://github.com/mojaloop/documentation-artifacts/blob/master/presentations/April%202020%20Community%20Event/Presentations/ModusBox_Community_Update_SDK_FXP_20200423.pptx.pdf)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

## Transaction Router Flow

![](../../Images/TransactionRouting_01TransactionRouter20210604.png)
![](../../images/TransactionRouting_01TransactionRouter20210604.png)

## Channel Router Flow

![](../../Images/TransactionRouting_02ChannelRouter20210604.png)
![](../../images/TransactionRouting_02ChannelRouter20210604.png)

## Rules Flow

![](../../Images/TransactionRouting_03RulesProcessing.png)
![](../../images/TransactionRouting_03RulesProcessing.png)

## Typology Flow

![](../../Images/TransactionRouting_04TypologyProcessing.png)
![](../../images/TransactionRouting_04TypologyProcessing.png)
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ PPA within the DFSP infrastructure will support both ISO 20022 as well as DFSP t

PPA will need to be customized to perform the DFSP format ↔︎ ISO 20022 compliant format transformations.

![](../../Images/PPA-DFSP.drawio.png)
![](../../images/PPA-DFSP.drawio.png)

## PPA hosted within Mojaloop / Hub / Switch infrastructure

PPA within Mojaloop infrastructure will support both ISO 20022 as well as Mojaloop / Hub / Switch formats. The PPA securely connects to the Action Transaction Monitoring platform.

PPA will need to be customized to perform the Mojaloop / Hub / Switch format ↔︎ ISO 20022 compliant format transformations. Below is the high-level diagram for Mojaloop and Tazama Integration using PPA.

![](../../Images/PPA-2.drawio.png)
![](../../images/PPA-2.drawio.png)

## PPA as part of the Mojaloop SDK

DFSP can install Mojaloop Scheme Adapter SDK (containing Tazama PPA) to connect to the Tazama Transaction Monitoring platform.

![](../../Images/PPA-3.drawio.png)
![](../../images/PPA-3.drawio.png)
Binary file added images/0_D5oZhma-C5d0pWQz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1_Q_J5Xyp4SEC5kF3IsUL45Q.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/1_igoCkmlQP-MdaOSayEdbLw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2021-06-25_at_1.45.21-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2021-06-25_at_2.40.48-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2021-06-25_at_2.46.11-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2021-06-25_at_2.47.39-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2021-06-25_at_2.53.05-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/4ce199d1-6dd1-48d9-b828-6ede8a7c7c5d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/540077_318106.webp
Binary file not shown.
Binary file added images/680ccd86-2cc3-4264-ac4a-ee5510dd9516.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ABC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Actio_TMS-Typology_Processor_Context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Bitbucket_GitHub_price_comparision.webp
Binary file not shown.
Binary file added images/CP.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ChannelRouter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ChannelScoringProcessor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Config-driven-design-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Container-Pods.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/DetailedTransactionMonitoringDesign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Entity_Resolution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Flow_Diagram_of_the_Github_Release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Flow_of_the_Benchmark_testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Group_5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/High-level_Actio_end-to-end_flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/High_Level_Pain013_cache_interactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/HighlevelSolutionArchitecture.png
Binary file added images/Hook.png
Binary file added images/IBudgetNetwork.png
Binary file added images/IdealNetwork.png
Binary file added images/Ingress.drawio.png
Binary file added images/Intercept_ML_Events.drawio.png
Binary file added images/K8s-4cs.png
Binary file added images/Main_flow_and_Error_Handling.png
Binary file added images/MappingMatrix.png
Binary file added images/Mojaloop_Infor.png
Binary file added images/Overall1.png
Binary file added images/OverallFlow.png
Binary file added images/PPA-2.drawio.png
Binary file added images/PPA-3.drawio.png
Binary file added images/PPA-DFSP.drawio.png
Binary file added images/Platform-Components.drawio.png
Binary file added images/Producer_and_subscriber_scaling.png
Binary file added images/Producer_scaling.png
Binary file added images/Pseudonymisation_Scenario_2.drawio.png
Binary file added images/Roadmap-JiraEpics.png
Binary file added images/RulesProcessor.png
Binary file added images/Scale_Typology_Processor.png
Binary file added images/Screen_Shot_2021-05-16_at_22.47.40.png
Binary file added images/Screen_Shot_2021-05-16_at_22.49.05.png
Binary file added images/Screen_Shot_2021-05-16_at_22.49.39.png
Binary file added images/Screenshot_2021-03-02_at_4.34.45_pm.png
Binary file added images/Screenshot_2021-03-02_at_4.37.46_pm.png
Binary file added images/Screenshot_2021-03-02_at_4.44.55_pm.png
Binary file added images/Screenshot_2021-03-02_at_4.46.47_pm.png
Binary file added images/Screenshot_2021-03-02_at_4.49.35_pm.png
Binary file added images/Screenshot_2021-03-02_at_4.50.14_pm.png
Binary file added images/Screenshot_2021-03-19_at_4.00.29_pm.png
Binary file added images/Screenshot_2021-03-19_at_4.00.47_pm.png
Binary file added images/Screenshot_2021-03-19_at_4.04.35_pm.png
Binary file added images/Screenshot_from_2021-03-09_00-47-46.png
Binary file added images/Screenshot_from_2021-03-09_01-01-41.png
Binary file added images/Security.png
Binary file added images/SecuritySequence.png
Binary file added images/SecuritySequenceWithoutAdapter.png
Binary file added images/Sidecar.jpg
Binary file added images/TRouter.png
144 changes: 144 additions & 0 deletions images/Tazama_Create_Pseudonym.svg

Large diffs are not rendered by default.

Binary file added images/Tazama_ISO_enrichment.png
Binary file added images/Tazama_TMS_Processor_CRUD.png
Binary file added images/TechnicalArchitecture.png
Binary file added images/ToolAdoption.png
Binary file added images/TransactionAggregation.png
Binary file added images/TransactionDecisioning.png
Binary file added images/TransactionRouting.png
Binary file added images/TransactionRouting_03RulesProcessing.png
Binary file added images/TransactionValidation.png
Binary file added images/TypologyProcessor.png
Binary file added images/Untitled_Diagram.drawio.png
Binary file added images/across_languages_1.png
Binary file added images/at.png
Binary file added images/caching-proposed-serialization.png
Binary file added images/caching-serialization.png
Binary file added images/editor-preview.gif
Binary file added images/gRPC_Client.png
Binary file added images/gRPC_Server.png
Binary file added images/gRPC_example.png
Binary file added images/high_level_cache_interactions_pacs008.png
Binary file added images/high_level_pacs_002_cache_interactions.png
Binary file added images/high_level_pain001.png
Binary file added images/image-20210217-052840.png
Binary file added images/image-20210217-133316.png
Binary file added images/image-20210222-092059.png
Binary file added images/image-20210222-092918.png
Binary file added images/image-20210311-073550.png
Binary file added images/image-20210311-073918.png
Binary file added images/image-20210311-074047.png
Binary file added images/image-20210311-074158.png
Binary file added images/image-20210311-074233.png
Binary file added images/image-20210311-074417.png
Binary file added images/image-20210311-083823.png
Binary file added images/image-20210311-084023.png
Binary file added images/image-20210311-084122.png
Binary file added images/image-20210311-084506.png
Binary file added images/image-20210311-084545.png
Binary file added images/image-20210315-042722.png
Binary file added images/image-20210316-072938.png
Binary file added images/image-20210506-063627.png
Binary file added images/image-20210506-101333.png
Binary file added images/image-20210506-101556.png
Binary file added images/image-20210506-101915.png
Binary file added images/image-20210506-102107.png
Binary file added images/image-20210506-103856.png
Binary file added images/image-20210510-075236.png
Binary file added images/image-20210510-075745.png
Binary file added images/image-20210510-081102.png
Binary file added images/image-20210519-104337.png
Binary file added images/image-20210521-101303.png
Binary file added images/image-20210521-101753.png
Binary file added images/image-20210601-110348.png
Binary file added images/image-20210601-114116.png
Binary file added images/image-20210601-114213.png
Binary file added images/image-20210601-114330.png
Binary file added images/image-20210601-114404.png
Binary file added images/image-20210601-114555.png
Binary file added images/image-20210601-115943.png
Binary file added images/image-20210601-120045.png
Binary file added images/image-20210601-120234.png
Binary file added images/image-20210609-101227.png
Binary file added images/image-20210609-101428.png
Binary file added images/image-20210609-101728.png
Binary file added images/image-20210609-101826.png
Binary file added images/image-20210609-102729.png
Binary file added images/image-20210609-103135.png
Binary file added images/image-20210609-103247.png
Binary file added images/image-20210609-103723.png
Binary file added images/image-20210609-103958.png
Binary file added images/image-20210609-104127.png
Binary file added images/image-20210609-104249.png
Binary file added images/image-20210616-092254.png
Binary file added images/image-20210713-122804.png
Binary file added images/image-20210713-123634.png
Binary file added images/image-20210819-131055.png
Binary file added images/image-20210824-144451.png
Binary file added images/image-20210825-104519.png
Binary file added images/image-20211124-135720.png
Binary file added images/image-20220901-121651.png
Binary file added images/image-20220901-122225.png
Binary file added images/image-20220901-144421.png
Binary file added images/image-20220902-101425.png
Binary file added images/image-20220902-102945.png
Binary file added images/image-20220902-104055.png
Binary file added images/image-20220902-104423.png
Binary file added images/image-20230503-124702.png
Binary file added images/image-20230503-124801.png
Binary file added images/image-20230522-103240.png
Binary file added images/image-20230522-103406.png
Binary file added images/image-20230522-103516.png
Binary file added images/image-20230522-110143.png
Binary file added images/image-20230522-110216.png
Binary file added images/image-20230522-110238.png
Binary file added images/image-20230522-110935.png
Binary file added images/image-20230522-111007.png
Binary file added images/image-20230522-113831.png
Binary file added images/image-20230522-114210.png
Binary file added images/image-20230522-114359.png
Binary file added images/image-20230522-115213.png
Binary file added images/image-20230522-120021.png
Binary file added images/image-20230522-120049.png
Binary file added images/image-20230522-120451.png
Binary file added images/image-20230522-121009.png
Binary file added images/image-20230522-121223.png
Binary file added images/image-20230522-121750.png
Binary file added images/image-20230522-121913.png
Binary file added images/image-20230703-083516.png
Binary file added images/image-20230703-125212.png
Binary file added images/image-20230703-125337.png
Binary file added images/image-20230703-125941.png
Binary file added images/image-20230703-131532.png
Binary file added images/image-20230703-132034.png
Binary file added images/image-20230703-132132.png
Binary file added images/image-20230816-092251.png
Binary file added images/image-20230816-092358.png
Binary file added images/image-20230816-092504.png
Binary file added images/image-20230816-094039.png
Binary file added images/image-20230816-094109.png
Binary file added images/image-20231002-142838.png
Binary file added images/image-20231002-143655.png
Binary file added images/image-20231002-144324.png
Binary file added images/image-20231002-144546.png
Binary file added images/image-20231206-102932.png
Binary file added images/image-20231208-083424.png
Binary file added images/image-20231208-084112.png
Binary file added images/image-20231208-084349.png
Binary file added images/image-20231208-085220.png
Binary file added images/image-20231208-085401.png
Binary file added images/image-20240212-045445.png
Binary file added images/image-20240215-075201.png
Binary file added images/image-20240215-075235.png
Binary file added images/image-20240215-075312.png
Binary file added images/image-20240215-075352.png
Binary file added images/image-20240215-075424.png
Binary file added images/image-20240215-075442.png
Binary file added images/image-20240215-075504.png
Binary file added images/image-20240227-095120.png
Binary file added images/image-20240227-095249.png
Binary file added images/jenkins-ci_step3.png
Binary file added images/kafkaindexing.png
Binary file added images/media-20180208.png
Binary file added images/minus_32.png
Binary file added images/monorepo.png
Binary file added images/plus_32.png
Binary file added images/ppa-flow-20221010-144730.png
Binary file added images/tranquilityhttp.png
Binary file added images/typology-config.png