diff --git a/Knowledge-Articles/iso20022-and-tazama.md b/Knowledge-Articles/iso20022-and-tazama.md index de80c3d..a6cbe7c 100644 --- a/Knowledge-Articles/iso20022-and-tazama.md +++ b/Knowledge-Articles/iso20022-and-tazama.md @@ -1,5 +1,5 @@ - - + + # ISO20022 and Tazama - [ISO20022 and Tazama](#iso20022-and-tazama) diff --git a/Product/Creating-and-Maintaining-Processors/Config-Driven-Design.md b/Product/Creating-and-Maintaining-Processors/Config-Driven-Design.md index bf0936a..28db1c3 100644 --- a/Product/Creating-and-Maintaining-Processors/Config-Driven-Design.md +++ b/Product/Creating-and-Maintaining-Processors/Config-Driven-Design.md @@ -1,3 +1,3 @@ # Config-driven design -![](../../Images/Config-driven-design-overview.png) +![](../../images/Config-driven-design-overview.png) diff --git a/Product/Creating-and-Maintaining-Processors/Create-New-Channel.md b/Product/Creating-and-Maintaining-Processors/Create-New-Channel.md index 9cb597c..d0c2ec2 100644 --- a/Product/Creating-and-Maintaining-Processors/Create-New-Channel.md +++ b/Product/Creating-and-Maintaining-Processors/Create-New-Channel.md @@ -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”:** diff --git a/Product/Creating-and-Maintaining-Processors/Create-New-Rule-Processor.md b/Product/Creating-and-Maintaining-Processors/Create-New-Rule-Processor.md index eb98f1a..0db236c 100644 --- a/Product/Creating-and-Maintaining-Processors/Create-New-Rule-Processor.md +++ b/Product/Creating-and-Maintaining-Processors/Create-New-Rule-Processor.md @@ -1,6 +1,6 @@ # Create New Rule Processor -![](../../Images/image-20220902-101425.png) +![](../../images/image-20220902-101425.png) # Steps: diff --git a/Product/Creating-and-Maintaining-Processors/Create-New-Transaction.md b/Product/Creating-and-Maintaining-Processors/Create-New-Transaction.md index a958738..d77064c 100644 --- a/Product/Creating-and-Maintaining-Processors/Create-New-Transaction.md +++ b/Product/Creating-and-Maintaining-Processors/Create-New-Transaction.md @@ -1,6 +1,6 @@ # Create New Transaction -![](../../Images/image-20220902-104423.png) +![](../../images/image-20220902-104423.png) About “Create Processor”: diff --git a/Product/Creating-and-Maintaining-Processors/Create-New-Typology.md b/Product/Creating-and-Maintaining-Processors/Create-New-Typology.md index bf4ebc6..58aea08 100644 --- a/Product/Creating-and-Maintaining-Processors/Create-New-Typology.md +++ b/Product/Creating-and-Maintaining-Processors/Create-New-Typology.md @@ -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”: @@ -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. diff --git a/Product/Creating-and-Maintaining-Processors/Introduction.md b/Product/Creating-and-Maintaining-Processors/Introduction.md index 567d6cb..6e818a6 100644 --- a/Product/Creating-and-Maintaining-Processors/Introduction.md +++ b/Product/Creating-and-Maintaining-Processors/Introduction.md @@ -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: @@ -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...) diff --git a/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-Payment-Platform-Adapter.md b/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-Payment-Platform-Adapter.md index d6f76f0..50e87ca 100644 --- a/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-Payment-Platform-Adapter.md +++ b/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-Payment-Platform-Adapter.md @@ -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) diff --git a/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-SDK.md b/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-SDK.md index c934288..44fa6b1 100644 --- a/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-SDK.md +++ b/Product/Payment-Platform-Adapters/Mojaloop/Mojaloop-SDK.md @@ -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) diff --git a/Product/Payment-Platform-Adapters/Mojaloop/Network-Map-Flow-Through-System.md b/Product/Payment-Platform-Adapters/Mojaloop/Network-Map-Flow-Through-System.md index 925e3b9..f0ef8fb 100644 --- a/Product/Payment-Platform-Adapters/Mojaloop/Network-Map-Flow-Through-System.md +++ b/Product/Payment-Platform-Adapters/Mojaloop/Network-Map-Flow-Through-System.md @@ -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) diff --git a/Product/Payment-Platform-Adapters/Mojaloop/Tazama-Payment-Platform-Adapter-Principle.md b/Product/Payment-Platform-Adapters/Mojaloop/Tazama-Payment-Platform-Adapter-Principle.md index 1d32387..e1e4e18 100644 --- a/Product/Payment-Platform-Adapters/Mojaloop/Tazama-Payment-Platform-Adapter-Principle.md +++ b/Product/Payment-Platform-Adapters/Mojaloop/Tazama-Payment-Platform-Adapter-Principle.md @@ -14,7 +14,7 @@ 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 @@ -22,10 +22,10 @@ PPA within Mojaloop infrastructure will support both ISO 20022 as well as Mojalo 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) \ No newline at end of file +![](../../images/PPA-3.drawio.png) \ No newline at end of file diff --git a/images/0_D5oZhma-C5d0pWQz.png b/images/0_D5oZhma-C5d0pWQz.png new file mode 100644 index 0000000..4baa04b Binary files /dev/null and b/images/0_D5oZhma-C5d0pWQz.png differ diff --git a/images/10-Cached-Data-Additions-Amt-And-Credttm.png b/images/10-Cached-Data-Additions-Amt-And-Credttm.png new file mode 100644 index 0000000..a8761c6 Binary files /dev/null and b/images/10-Cached-Data-Additions-Amt-And-Credttm.png differ diff --git a/images/1_Q_J5Xyp4SEC5kF3IsUL45Q.png b/images/1_Q_J5Xyp4SEC5kF3IsUL45Q.png new file mode 100644 index 0000000..d600c37 Binary files /dev/null and b/images/1_Q_J5Xyp4SEC5kF3IsUL45Q.png differ diff --git a/images/1_igoCkmlQP-MdaOSayEdbLw.png b/images/1_igoCkmlQP-MdaOSayEdbLw.png new file mode 100644 index 0000000..b50449c Binary files /dev/null and b/images/1_igoCkmlQP-MdaOSayEdbLw.png differ diff --git a/images/2021-06-25_at_1.45.21-2x.png b/images/2021-06-25_at_1.45.21-2x.png new file mode 100644 index 0000000..75c4348 Binary files /dev/null and b/images/2021-06-25_at_1.45.21-2x.png differ diff --git a/images/2021-06-25_at_2.40.48-2x.png b/images/2021-06-25_at_2.40.48-2x.png new file mode 100644 index 0000000..167dbfd Binary files /dev/null and b/images/2021-06-25_at_2.40.48-2x.png differ diff --git a/images/2021-06-25_at_2.46.11-2x.png b/images/2021-06-25_at_2.46.11-2x.png new file mode 100644 index 0000000..bb2054a Binary files /dev/null and b/images/2021-06-25_at_2.46.11-2x.png differ diff --git a/images/2021-06-25_at_2.47.39-2x.png b/images/2021-06-25_at_2.47.39-2x.png new file mode 100644 index 0000000..d03eedb Binary files /dev/null and b/images/2021-06-25_at_2.47.39-2x.png differ diff --git a/images/2021-06-25_at_2.53.05-2x.png b/images/2021-06-25_at_2.53.05-2x.png new file mode 100644 index 0000000..2f2af0b Binary files /dev/null and b/images/2021-06-25_at_2.53.05-2x.png differ diff --git a/images/4ce199d1-6dd1-48d9-b828-6ede8a7c7c5d.png b/images/4ce199d1-6dd1-48d9-b828-6ede8a7c7c5d.png new file mode 100644 index 0000000..1f5abee Binary files /dev/null and b/images/4ce199d1-6dd1-48d9-b828-6ede8a7c7c5d.png differ diff --git a/images/540077_318106.webp b/images/540077_318106.webp new file mode 100644 index 0000000..7427015 Binary files /dev/null and b/images/540077_318106.webp differ diff --git a/images/680ccd86-2cc3-4264-ac4a-ee5510dd9516.jpeg b/images/680ccd86-2cc3-4264-ac4a-ee5510dd9516.jpeg new file mode 100644 index 0000000..a733717 Binary files /dev/null and b/images/680ccd86-2cc3-4264-ac4a-ee5510dd9516.jpeg differ diff --git a/images/ABC.png b/images/ABC.png new file mode 100644 index 0000000..ed7bd17 Binary files /dev/null and b/images/ABC.png differ diff --git a/images/Actio_TMS-Typology_Processor_Context.png b/images/Actio_TMS-Typology_Processor_Context.png new file mode 100644 index 0000000..b46f44e Binary files /dev/null and b/images/Actio_TMS-Typology_Processor_Context.png differ diff --git a/images/Bitbucket_GitHub_price_comparision.webp b/images/Bitbucket_GitHub_price_comparision.webp new file mode 100644 index 0000000..28511f0 Binary files /dev/null and b/images/Bitbucket_GitHub_price_comparision.webp differ diff --git a/images/CP.drawio.png b/images/CP.drawio.png new file mode 100644 index 0000000..3031059 Binary files /dev/null and b/images/CP.drawio.png differ diff --git a/images/ChannelRouter.png b/images/ChannelRouter.png new file mode 100644 index 0000000..9c1be99 Binary files /dev/null and b/images/ChannelRouter.png differ diff --git a/images/ChannelScoringProcessor.png b/images/ChannelScoringProcessor.png new file mode 100644 index 0000000..dcf28ea Binary files /dev/null and b/images/ChannelScoringProcessor.png differ diff --git a/images/Config-driven-design-overview.png b/images/Config-driven-design-overview.png new file mode 100644 index 0000000..35300cb Binary files /dev/null and b/images/Config-driven-design-overview.png differ diff --git a/images/Container-Pods.jpg b/images/Container-Pods.jpg new file mode 100644 index 0000000..61e8e85 Binary files /dev/null and b/images/Container-Pods.jpg differ diff --git a/images/DetailedTransactionMonitoringDesign.png b/images/DetailedTransactionMonitoringDesign.png new file mode 100644 index 0000000..8003c98 Binary files /dev/null and b/images/DetailedTransactionMonitoringDesign.png differ diff --git a/images/Entity_Resolution.png b/images/Entity_Resolution.png new file mode 100644 index 0000000..3053958 Binary files /dev/null and b/images/Entity_Resolution.png differ diff --git a/images/Flow_Diagram_of_the_Github_Release.png b/images/Flow_Diagram_of_the_Github_Release.png new file mode 100644 index 0000000..a118af5 Binary files /dev/null and b/images/Flow_Diagram_of_the_Github_Release.png differ diff --git a/images/Flow_of_the_Benchmark_testing.png b/images/Flow_of_the_Benchmark_testing.png new file mode 100644 index 0000000..0804e22 Binary files /dev/null and b/images/Flow_of_the_Benchmark_testing.png differ diff --git a/images/Group_5.jpg b/images/Group_5.jpg new file mode 100644 index 0000000..03bfe52 Binary files /dev/null and b/images/Group_5.jpg differ diff --git a/images/High-level_Actio_end-to-end_flow.png b/images/High-level_Actio_end-to-end_flow.png new file mode 100644 index 0000000..1438708 Binary files /dev/null and b/images/High-level_Actio_end-to-end_flow.png differ diff --git a/images/High_Level_Pain013_cache_interactions.png b/images/High_Level_Pain013_cache_interactions.png new file mode 100644 index 0000000..d4b098c Binary files /dev/null and b/images/High_Level_Pain013_cache_interactions.png differ diff --git a/images/HighlevelSolutionArchitecture.png b/images/HighlevelSolutionArchitecture.png new file mode 100644 index 0000000..b60cbbf Binary files /dev/null and b/images/HighlevelSolutionArchitecture.png differ diff --git a/images/Hook.png b/images/Hook.png new file mode 100644 index 0000000..a6cc4e3 Binary files /dev/null and b/images/Hook.png differ diff --git a/images/IBudgetNetwork.png b/images/IBudgetNetwork.png new file mode 100644 index 0000000..2da2476 Binary files /dev/null and b/images/IBudgetNetwork.png differ diff --git a/images/IdealNetwork.png b/images/IdealNetwork.png new file mode 100644 index 0000000..73bb344 Binary files /dev/null and b/images/IdealNetwork.png differ diff --git a/images/Ingress.drawio.png b/images/Ingress.drawio.png new file mode 100644 index 0000000..ed5804f Binary files /dev/null and b/images/Ingress.drawio.png differ diff --git a/images/Intercept_ML_Events.drawio.png b/images/Intercept_ML_Events.drawio.png new file mode 100644 index 0000000..d6acd67 Binary files /dev/null and b/images/Intercept_ML_Events.drawio.png differ diff --git a/images/K8s-4cs.png b/images/K8s-4cs.png new file mode 100644 index 0000000..52b0a7e Binary files /dev/null and b/images/K8s-4cs.png differ diff --git a/images/Main_flow_and_Error_Handling.png b/images/Main_flow_and_Error_Handling.png new file mode 100644 index 0000000..fb3345e Binary files /dev/null and b/images/Main_flow_and_Error_Handling.png differ diff --git a/images/MappingMatrix.png b/images/MappingMatrix.png new file mode 100644 index 0000000..2390f72 Binary files /dev/null and b/images/MappingMatrix.png differ diff --git a/images/Mojaloop_Infor.png b/images/Mojaloop_Infor.png new file mode 100644 index 0000000..d6100f6 Binary files /dev/null and b/images/Mojaloop_Infor.png differ diff --git a/images/Overall1.png b/images/Overall1.png new file mode 100644 index 0000000..7c40ea3 Binary files /dev/null and b/images/Overall1.png differ diff --git a/images/OverallFlow.png b/images/OverallFlow.png new file mode 100644 index 0000000..76b33b1 Binary files /dev/null and b/images/OverallFlow.png differ diff --git a/images/PPA-2.drawio.png b/images/PPA-2.drawio.png new file mode 100644 index 0000000..3ce4551 Binary files /dev/null and b/images/PPA-2.drawio.png differ diff --git a/images/PPA-3.drawio.png b/images/PPA-3.drawio.png new file mode 100644 index 0000000..bdd05b7 Binary files /dev/null and b/images/PPA-3.drawio.png differ diff --git a/images/PPA-DFSP.drawio.png b/images/PPA-DFSP.drawio.png new file mode 100644 index 0000000..272fa60 Binary files /dev/null and b/images/PPA-DFSP.drawio.png differ diff --git a/images/Platform-Components.drawio.png b/images/Platform-Components.drawio.png new file mode 100644 index 0000000..6eaf334 Binary files /dev/null and b/images/Platform-Components.drawio.png differ diff --git a/images/Producer_and_subscriber_scaling.png b/images/Producer_and_subscriber_scaling.png new file mode 100644 index 0000000..a67d7b5 Binary files /dev/null and b/images/Producer_and_subscriber_scaling.png differ diff --git a/images/Producer_scaling.png b/images/Producer_scaling.png new file mode 100644 index 0000000..6d06fef Binary files /dev/null and b/images/Producer_scaling.png differ diff --git a/images/Pseudonymisation_Scenario_2.drawio.png b/images/Pseudonymisation_Scenario_2.drawio.png new file mode 100644 index 0000000..59c65f6 Binary files /dev/null and b/images/Pseudonymisation_Scenario_2.drawio.png differ diff --git a/images/Roadmap-JiraEpics.png b/images/Roadmap-JiraEpics.png new file mode 100644 index 0000000..9944c8b Binary files /dev/null and b/images/Roadmap-JiraEpics.png differ diff --git a/images/RulesProcessor.png b/images/RulesProcessor.png new file mode 100644 index 0000000..0230e82 Binary files /dev/null and b/images/RulesProcessor.png differ diff --git a/images/Scale_Typology_Processor.png b/images/Scale_Typology_Processor.png new file mode 100644 index 0000000..9502d1d Binary files /dev/null and b/images/Scale_Typology_Processor.png differ diff --git a/images/Screen_Shot_2021-05-16_at_22.47.40.png b/images/Screen_Shot_2021-05-16_at_22.47.40.png new file mode 100644 index 0000000..787941b Binary files /dev/null and b/images/Screen_Shot_2021-05-16_at_22.47.40.png differ diff --git a/images/Screen_Shot_2021-05-16_at_22.49.05.png b/images/Screen_Shot_2021-05-16_at_22.49.05.png new file mode 100644 index 0000000..ef3dd9d Binary files /dev/null and b/images/Screen_Shot_2021-05-16_at_22.49.05.png differ diff --git a/images/Screen_Shot_2021-05-16_at_22.49.39.png b/images/Screen_Shot_2021-05-16_at_22.49.39.png new file mode 100644 index 0000000..e364356 Binary files /dev/null and b/images/Screen_Shot_2021-05-16_at_22.49.39.png differ diff --git a/images/Screenshot_2021-03-02_at_4.34.45_pm.png b/images/Screenshot_2021-03-02_at_4.34.45_pm.png new file mode 100644 index 0000000..fef74c9 Binary files /dev/null and b/images/Screenshot_2021-03-02_at_4.34.45_pm.png differ diff --git a/images/Screenshot_2021-03-02_at_4.37.46_pm.png b/images/Screenshot_2021-03-02_at_4.37.46_pm.png new file mode 100644 index 0000000..88987e5 Binary files /dev/null and b/images/Screenshot_2021-03-02_at_4.37.46_pm.png differ diff --git a/images/Screenshot_2021-03-02_at_4.44.55_pm.png b/images/Screenshot_2021-03-02_at_4.44.55_pm.png new file mode 100644 index 0000000..951a254 Binary files /dev/null and b/images/Screenshot_2021-03-02_at_4.44.55_pm.png differ diff --git a/images/Screenshot_2021-03-02_at_4.46.47_pm.png b/images/Screenshot_2021-03-02_at_4.46.47_pm.png new file mode 100644 index 0000000..c5e6adc Binary files /dev/null and b/images/Screenshot_2021-03-02_at_4.46.47_pm.png differ diff --git a/images/Screenshot_2021-03-02_at_4.49.35_pm.png b/images/Screenshot_2021-03-02_at_4.49.35_pm.png new file mode 100644 index 0000000..622e7ed Binary files /dev/null and b/images/Screenshot_2021-03-02_at_4.49.35_pm.png differ diff --git a/images/Screenshot_2021-03-02_at_4.50.14_pm.png b/images/Screenshot_2021-03-02_at_4.50.14_pm.png new file mode 100644 index 0000000..01057c9 Binary files /dev/null and b/images/Screenshot_2021-03-02_at_4.50.14_pm.png differ diff --git a/images/Screenshot_2021-03-19_at_4.00.29_pm.png b/images/Screenshot_2021-03-19_at_4.00.29_pm.png new file mode 100644 index 0000000..791b560 Binary files /dev/null and b/images/Screenshot_2021-03-19_at_4.00.29_pm.png differ diff --git a/images/Screenshot_2021-03-19_at_4.00.47_pm.png b/images/Screenshot_2021-03-19_at_4.00.47_pm.png new file mode 100644 index 0000000..621529a Binary files /dev/null and b/images/Screenshot_2021-03-19_at_4.00.47_pm.png differ diff --git a/images/Screenshot_2021-03-19_at_4.04.35_pm.png b/images/Screenshot_2021-03-19_at_4.04.35_pm.png new file mode 100644 index 0000000..581ae25 Binary files /dev/null and b/images/Screenshot_2021-03-19_at_4.04.35_pm.png differ diff --git a/images/Screenshot_from_2021-03-09_00-47-46.png b/images/Screenshot_from_2021-03-09_00-47-46.png new file mode 100644 index 0000000..c3b2efd Binary files /dev/null and b/images/Screenshot_from_2021-03-09_00-47-46.png differ diff --git a/images/Screenshot_from_2021-03-09_01-01-41.png b/images/Screenshot_from_2021-03-09_01-01-41.png new file mode 100644 index 0000000..753d097 Binary files /dev/null and b/images/Screenshot_from_2021-03-09_01-01-41.png differ diff --git a/images/Security.png b/images/Security.png new file mode 100644 index 0000000..6e6cdbf Binary files /dev/null and b/images/Security.png differ diff --git a/images/SecuritySequence.png b/images/SecuritySequence.png new file mode 100644 index 0000000..3e4efb1 Binary files /dev/null and b/images/SecuritySequence.png differ diff --git a/images/SecuritySequenceWithoutAdapter.png b/images/SecuritySequenceWithoutAdapter.png new file mode 100644 index 0000000..7f48c39 Binary files /dev/null and b/images/SecuritySequenceWithoutAdapter.png differ diff --git a/images/Sidecar.jpg b/images/Sidecar.jpg new file mode 100644 index 0000000..a5f523a Binary files /dev/null and b/images/Sidecar.jpg differ diff --git a/images/TRouter.png b/images/TRouter.png new file mode 100644 index 0000000..3704a85 Binary files /dev/null and b/images/TRouter.png differ diff --git a/images/Tazama_Create_Pseudonym.svg b/images/Tazama_Create_Pseudonym.svg new file mode 100644 index 0000000..304ed16 --- /dev/null +++ b/images/Tazama_Create_Pseudonym.svg @@ -0,0 +1,144 @@ + Actio Financial Crime Risk Management Platform ActioTMS\APIActioTMS\APIDataPreparationDataPreparationPseudonymisationNiFi ProcessorPseudonymisationNiFi ProcessorPersonalDataStorePersonalDataStoreTransactionRouterTransactionRouter2Prepare data3Pseudonymise account information3.1Calculate pseudonymFields to be pseudonymised:Creditor DFSP IDCreditor Account ID TypeCreditor Account ID3.2.1Check if pseudonym existsalt[If pseudonym does not exist]3.2.2Create new lookup record3.3Update pain.001 message3.4Pseudonymised pain.001 message4Evaluate transaction \ No newline at end of file diff --git a/images/Tazama_ISO_enrichment.png b/images/Tazama_ISO_enrichment.png new file mode 100644 index 0000000..f71a935 Binary files /dev/null and b/images/Tazama_ISO_enrichment.png differ diff --git a/images/Tazama_TMS_Processor_CRUD.png b/images/Tazama_TMS_Processor_CRUD.png new file mode 100644 index 0000000..2294e02 Binary files /dev/null and b/images/Tazama_TMS_Processor_CRUD.png differ diff --git a/images/TechnicalArchitecture.png b/images/TechnicalArchitecture.png new file mode 100644 index 0000000..2f3cdf6 Binary files /dev/null and b/images/TechnicalArchitecture.png differ diff --git a/images/ToolAdoption.png b/images/ToolAdoption.png new file mode 100644 index 0000000..fc51a51 Binary files /dev/null and b/images/ToolAdoption.png differ diff --git a/images/TransactionAggregation.png b/images/TransactionAggregation.png new file mode 100644 index 0000000..143bda5 Binary files /dev/null and b/images/TransactionAggregation.png differ diff --git a/images/TransactionDecisioning.png b/images/TransactionDecisioning.png new file mode 100644 index 0000000..143bda5 Binary files /dev/null and b/images/TransactionDecisioning.png differ diff --git a/images/TransactionRouting.png b/images/TransactionRouting.png new file mode 100644 index 0000000..2795f61 Binary files /dev/null and b/images/TransactionRouting.png differ diff --git a/images/TransactionRouting_01TransactionRouter20210604.png b/images/TransactionRouting_01TransactionRouter20210604.png new file mode 100644 index 0000000..b69f4ef Binary files /dev/null and b/images/TransactionRouting_01TransactionRouter20210604.png differ diff --git a/images/TransactionRouting_02ChannelRouter20210604.png b/images/TransactionRouting_02ChannelRouter20210604.png new file mode 100644 index 0000000..760f764 Binary files /dev/null and b/images/TransactionRouting_02ChannelRouter20210604.png differ diff --git a/images/TransactionRouting_03RulesProcessing.png b/images/TransactionRouting_03RulesProcessing.png new file mode 100644 index 0000000..89b87a8 Binary files /dev/null and b/images/TransactionRouting_03RulesProcessing.png differ diff --git a/images/TransactionRouting_04TypologyProcessing.png b/images/TransactionRouting_04TypologyProcessing.png new file mode 100644 index 0000000..1347653 Binary files /dev/null and b/images/TransactionRouting_04TypologyProcessing.png differ diff --git a/images/TransactionValidation.png b/images/TransactionValidation.png new file mode 100644 index 0000000..0e07570 Binary files /dev/null and b/images/TransactionValidation.png differ diff --git a/images/TypologyProcessor.png b/images/TypologyProcessor.png new file mode 100644 index 0000000..5a4abef Binary files /dev/null and b/images/TypologyProcessor.png differ diff --git a/images/Untitled_Diagram.drawio.png b/images/Untitled_Diagram.drawio.png new file mode 100644 index 0000000..990b6cb Binary files /dev/null and b/images/Untitled_Diagram.drawio.png differ diff --git a/images/Visualisation_of_refactoring_of_Typologies.png b/images/Visualisation_of_refactoring_of_Typologies.png new file mode 100644 index 0000000..1ad584a Binary files /dev/null and b/images/Visualisation_of_refactoring_of_Typologies.png differ diff --git a/images/across_languages_1.png b/images/across_languages_1.png new file mode 100644 index 0000000..e90b350 Binary files /dev/null and b/images/across_languages_1.png differ diff --git a/images/at.png b/images/at.png new file mode 100644 index 0000000..23aa61f Binary files /dev/null and b/images/at.png differ diff --git a/images/caching-proposed-serialization.png b/images/caching-proposed-serialization.png new file mode 100644 index 0000000..d27a2e0 Binary files /dev/null and b/images/caching-proposed-serialization.png differ diff --git a/images/caching-serialization.png b/images/caching-serialization.png new file mode 100644 index 0000000..c81ebb5 Binary files /dev/null and b/images/caching-serialization.png differ diff --git a/images/editor-preview.gif b/images/editor-preview.gif new file mode 100644 index 0000000..e366f2b Binary files /dev/null and b/images/editor-preview.gif differ diff --git a/images/gRPC_Client.png b/images/gRPC_Client.png new file mode 100644 index 0000000..3655d9d Binary files /dev/null and b/images/gRPC_Client.png differ diff --git a/images/gRPC_Server.png b/images/gRPC_Server.png new file mode 100644 index 0000000..a4d9fa4 Binary files /dev/null and b/images/gRPC_Server.png differ diff --git a/images/gRPC_example.png b/images/gRPC_example.png new file mode 100644 index 0000000..6e504da Binary files /dev/null and b/images/gRPC_example.png differ diff --git a/images/high_level_cache_interactions_pacs008.png b/images/high_level_cache_interactions_pacs008.png new file mode 100644 index 0000000..fac4387 Binary files /dev/null and b/images/high_level_cache_interactions_pacs008.png differ diff --git a/images/high_level_pacs_002_cache_interactions.png b/images/high_level_pacs_002_cache_interactions.png new file mode 100644 index 0000000..2cd7364 Binary files /dev/null and b/images/high_level_pacs_002_cache_interactions.png differ diff --git a/images/high_level_pain001.png b/images/high_level_pain001.png new file mode 100644 index 0000000..07a7497 Binary files /dev/null and b/images/high_level_pain001.png differ diff --git a/images/image-20210217-052840.png b/images/image-20210217-052840.png new file mode 100644 index 0000000..ceb2196 Binary files /dev/null and b/images/image-20210217-052840.png differ diff --git a/images/image-20210217-133316.png b/images/image-20210217-133316.png new file mode 100644 index 0000000..ca0bbbd Binary files /dev/null and b/images/image-20210217-133316.png differ diff --git a/images/image-20210222-092059.png b/images/image-20210222-092059.png new file mode 100644 index 0000000..2fa1b06 Binary files /dev/null and b/images/image-20210222-092059.png differ diff --git a/images/image-20210222-092918.png b/images/image-20210222-092918.png new file mode 100644 index 0000000..c17eb30 Binary files /dev/null and b/images/image-20210222-092918.png differ diff --git a/images/image-20210311-073550.png b/images/image-20210311-073550.png new file mode 100644 index 0000000..dac17d2 Binary files /dev/null and b/images/image-20210311-073550.png differ diff --git a/images/image-20210311-073918.png b/images/image-20210311-073918.png new file mode 100644 index 0000000..806f22b Binary files /dev/null and b/images/image-20210311-073918.png differ diff --git a/images/image-20210311-074047.png b/images/image-20210311-074047.png new file mode 100644 index 0000000..c963c1f Binary files /dev/null and b/images/image-20210311-074047.png differ diff --git a/images/image-20210311-074158.png b/images/image-20210311-074158.png new file mode 100644 index 0000000..74e4cd5 Binary files /dev/null and b/images/image-20210311-074158.png differ diff --git a/images/image-20210311-074233.png b/images/image-20210311-074233.png new file mode 100644 index 0000000..129b7ba Binary files /dev/null and b/images/image-20210311-074233.png differ diff --git a/images/image-20210311-074417.png b/images/image-20210311-074417.png new file mode 100644 index 0000000..778d2d8 Binary files /dev/null and b/images/image-20210311-074417.png differ diff --git a/images/image-20210311-083823.png b/images/image-20210311-083823.png new file mode 100644 index 0000000..83a90c5 Binary files /dev/null and b/images/image-20210311-083823.png differ diff --git a/images/image-20210311-084023.png b/images/image-20210311-084023.png new file mode 100644 index 0000000..26a3a01 Binary files /dev/null and b/images/image-20210311-084023.png differ diff --git a/images/image-20210311-084122.png b/images/image-20210311-084122.png new file mode 100644 index 0000000..e1bf851 Binary files /dev/null and b/images/image-20210311-084122.png differ diff --git a/images/image-20210311-084506.png b/images/image-20210311-084506.png new file mode 100644 index 0000000..478c1ba Binary files /dev/null and b/images/image-20210311-084506.png differ diff --git a/images/image-20210311-084545.png b/images/image-20210311-084545.png new file mode 100644 index 0000000..c93c428 Binary files /dev/null and b/images/image-20210311-084545.png differ diff --git a/images/image-20210315-042722.png b/images/image-20210315-042722.png new file mode 100644 index 0000000..790ee03 Binary files /dev/null and b/images/image-20210315-042722.png differ diff --git a/images/image-20210316-072938.png b/images/image-20210316-072938.png new file mode 100644 index 0000000..5fcd53a Binary files /dev/null and b/images/image-20210316-072938.png differ diff --git a/images/image-20210506-063627.png b/images/image-20210506-063627.png new file mode 100644 index 0000000..185e0cf Binary files /dev/null and b/images/image-20210506-063627.png differ diff --git a/images/image-20210506-101333.png b/images/image-20210506-101333.png new file mode 100644 index 0000000..bef8ffb Binary files /dev/null and b/images/image-20210506-101333.png differ diff --git a/images/image-20210506-101556.png b/images/image-20210506-101556.png new file mode 100644 index 0000000..89d67a3 Binary files /dev/null and b/images/image-20210506-101556.png differ diff --git a/images/image-20210506-101915.png b/images/image-20210506-101915.png new file mode 100644 index 0000000..01a08a9 Binary files /dev/null and b/images/image-20210506-101915.png differ diff --git a/images/image-20210506-102107.png b/images/image-20210506-102107.png new file mode 100644 index 0000000..ecb690c Binary files /dev/null and b/images/image-20210506-102107.png differ diff --git a/images/image-20210506-103856.png b/images/image-20210506-103856.png new file mode 100644 index 0000000..76cb794 Binary files /dev/null and b/images/image-20210506-103856.png differ diff --git a/images/image-20210510-075236.png b/images/image-20210510-075236.png new file mode 100644 index 0000000..656e384 Binary files /dev/null and b/images/image-20210510-075236.png differ diff --git a/images/image-20210510-075745.png b/images/image-20210510-075745.png new file mode 100644 index 0000000..95cdf94 Binary files /dev/null and b/images/image-20210510-075745.png differ diff --git a/images/image-20210510-081102.png b/images/image-20210510-081102.png new file mode 100644 index 0000000..47b3e77 Binary files /dev/null and b/images/image-20210510-081102.png differ diff --git a/images/image-20210519-104337.png b/images/image-20210519-104337.png new file mode 100644 index 0000000..15c2b58 Binary files /dev/null and b/images/image-20210519-104337.png differ diff --git a/images/image-20210521-101303.png b/images/image-20210521-101303.png new file mode 100644 index 0000000..569e7f3 Binary files /dev/null and b/images/image-20210521-101303.png differ diff --git a/images/image-20210521-101753.png b/images/image-20210521-101753.png new file mode 100644 index 0000000..6f1f9e8 Binary files /dev/null and b/images/image-20210521-101753.png differ diff --git a/images/image-20210601-110348.png b/images/image-20210601-110348.png new file mode 100644 index 0000000..0de9f45 Binary files /dev/null and b/images/image-20210601-110348.png differ diff --git a/images/image-20210601-114116.png b/images/image-20210601-114116.png new file mode 100644 index 0000000..cf68381 Binary files /dev/null and b/images/image-20210601-114116.png differ diff --git a/images/image-20210601-114213.png b/images/image-20210601-114213.png new file mode 100644 index 0000000..cb6869a Binary files /dev/null and b/images/image-20210601-114213.png differ diff --git a/images/image-20210601-114330.png b/images/image-20210601-114330.png new file mode 100644 index 0000000..dc69890 Binary files /dev/null and b/images/image-20210601-114330.png differ diff --git a/images/image-20210601-114404.png b/images/image-20210601-114404.png new file mode 100644 index 0000000..b4e0158 Binary files /dev/null and b/images/image-20210601-114404.png differ diff --git a/images/image-20210601-114555.png b/images/image-20210601-114555.png new file mode 100644 index 0000000..7d0be03 Binary files /dev/null and b/images/image-20210601-114555.png differ diff --git a/images/image-20210601-115943.png b/images/image-20210601-115943.png new file mode 100644 index 0000000..f1eb52d Binary files /dev/null and b/images/image-20210601-115943.png differ diff --git a/images/image-20210601-120045.png b/images/image-20210601-120045.png new file mode 100644 index 0000000..4851618 Binary files /dev/null and b/images/image-20210601-120045.png differ diff --git a/images/image-20210601-120234.png b/images/image-20210601-120234.png new file mode 100644 index 0000000..72bce9f Binary files /dev/null and b/images/image-20210601-120234.png differ diff --git a/images/image-20210609-101227.png b/images/image-20210609-101227.png new file mode 100644 index 0000000..36bdf52 Binary files /dev/null and b/images/image-20210609-101227.png differ diff --git a/images/image-20210609-101428.png b/images/image-20210609-101428.png new file mode 100644 index 0000000..688a739 Binary files /dev/null and b/images/image-20210609-101428.png differ diff --git a/images/image-20210609-101728.png b/images/image-20210609-101728.png new file mode 100644 index 0000000..09a9575 Binary files /dev/null and b/images/image-20210609-101728.png differ diff --git a/images/image-20210609-101826.png b/images/image-20210609-101826.png new file mode 100644 index 0000000..f0fb611 Binary files /dev/null and b/images/image-20210609-101826.png differ diff --git a/images/image-20210609-102729.png b/images/image-20210609-102729.png new file mode 100644 index 0000000..db8bc86 Binary files /dev/null and b/images/image-20210609-102729.png differ diff --git a/images/image-20210609-103135.png b/images/image-20210609-103135.png new file mode 100644 index 0000000..c238ab3 Binary files /dev/null and b/images/image-20210609-103135.png differ diff --git a/images/image-20210609-103247.png b/images/image-20210609-103247.png new file mode 100644 index 0000000..4b02a47 Binary files /dev/null and b/images/image-20210609-103247.png differ diff --git a/images/image-20210609-103723.png b/images/image-20210609-103723.png new file mode 100644 index 0000000..053160d Binary files /dev/null and b/images/image-20210609-103723.png differ diff --git a/images/image-20210609-103958.png b/images/image-20210609-103958.png new file mode 100644 index 0000000..24e477f Binary files /dev/null and b/images/image-20210609-103958.png differ diff --git a/images/image-20210609-104127.png b/images/image-20210609-104127.png new file mode 100644 index 0000000..a9282b8 Binary files /dev/null and b/images/image-20210609-104127.png differ diff --git a/images/image-20210609-104249.png b/images/image-20210609-104249.png new file mode 100644 index 0000000..64a3e3b Binary files /dev/null and b/images/image-20210609-104249.png differ diff --git a/images/image-20210616-092254.png b/images/image-20210616-092254.png new file mode 100644 index 0000000..eac319a Binary files /dev/null and b/images/image-20210616-092254.png differ diff --git a/images/image-20210713-122804.png b/images/image-20210713-122804.png new file mode 100644 index 0000000..2fc37c2 Binary files /dev/null and b/images/image-20210713-122804.png differ diff --git a/images/image-20210713-123634.png b/images/image-20210713-123634.png new file mode 100644 index 0000000..c6a84d1 Binary files /dev/null and b/images/image-20210713-123634.png differ diff --git a/images/image-20210819-131055.png b/images/image-20210819-131055.png new file mode 100644 index 0000000..ca2687d Binary files /dev/null and b/images/image-20210819-131055.png differ diff --git a/images/image-20210824-144451.png b/images/image-20210824-144451.png new file mode 100644 index 0000000..d7c1f31 Binary files /dev/null and b/images/image-20210824-144451.png differ diff --git a/images/image-20210825-104519.png b/images/image-20210825-104519.png new file mode 100644 index 0000000..d1fbbd3 Binary files /dev/null and b/images/image-20210825-104519.png differ diff --git a/images/image-20211124-135720.png b/images/image-20211124-135720.png new file mode 100644 index 0000000..bbde68c Binary files /dev/null and b/images/image-20211124-135720.png differ diff --git a/images/image-20220901-121651.png b/images/image-20220901-121651.png new file mode 100644 index 0000000..452ba46 Binary files /dev/null and b/images/image-20220901-121651.png differ diff --git a/images/image-20220901-122225.png b/images/image-20220901-122225.png new file mode 100644 index 0000000..3e83d17 Binary files /dev/null and b/images/image-20220901-122225.png differ diff --git a/images/image-20220901-144421.png b/images/image-20220901-144421.png new file mode 100644 index 0000000..cd5edc9 Binary files /dev/null and b/images/image-20220901-144421.png differ diff --git a/images/image-20220902-101425.png b/images/image-20220902-101425.png new file mode 100644 index 0000000..881bb8a Binary files /dev/null and b/images/image-20220902-101425.png differ diff --git a/images/image-20220902-102945.png b/images/image-20220902-102945.png new file mode 100644 index 0000000..ea00fcd Binary files /dev/null and b/images/image-20220902-102945.png differ diff --git a/images/image-20220902-104055.png b/images/image-20220902-104055.png new file mode 100644 index 0000000..d8ac250 Binary files /dev/null and b/images/image-20220902-104055.png differ diff --git a/images/image-20220902-104423.png b/images/image-20220902-104423.png new file mode 100644 index 0000000..d8ac250 Binary files /dev/null and b/images/image-20220902-104423.png differ diff --git a/images/image-20230503-124702.png b/images/image-20230503-124702.png new file mode 100644 index 0000000..a630b30 Binary files /dev/null and b/images/image-20230503-124702.png differ diff --git a/images/image-20230503-124801.png b/images/image-20230503-124801.png new file mode 100644 index 0000000..afb4c5b Binary files /dev/null and b/images/image-20230503-124801.png differ diff --git a/images/image-20230522-103240.png b/images/image-20230522-103240.png new file mode 100644 index 0000000..cceddfc Binary files /dev/null and b/images/image-20230522-103240.png differ diff --git a/images/image-20230522-103406.png b/images/image-20230522-103406.png new file mode 100644 index 0000000..4f8805d Binary files /dev/null and b/images/image-20230522-103406.png differ diff --git a/images/image-20230522-103516.png b/images/image-20230522-103516.png new file mode 100644 index 0000000..da4c47a Binary files /dev/null and b/images/image-20230522-103516.png differ diff --git a/images/image-20230522-110143.png b/images/image-20230522-110143.png new file mode 100644 index 0000000..3eec3e4 Binary files /dev/null and b/images/image-20230522-110143.png differ diff --git a/images/image-20230522-110216.png b/images/image-20230522-110216.png new file mode 100644 index 0000000..30160f0 Binary files /dev/null and b/images/image-20230522-110216.png differ diff --git a/images/image-20230522-110238.png b/images/image-20230522-110238.png new file mode 100644 index 0000000..d23af52 Binary files /dev/null and b/images/image-20230522-110238.png differ diff --git a/images/image-20230522-110935.png b/images/image-20230522-110935.png new file mode 100644 index 0000000..7b06f8c Binary files /dev/null and b/images/image-20230522-110935.png differ diff --git a/images/image-20230522-111007.png b/images/image-20230522-111007.png new file mode 100644 index 0000000..e6c54f4 Binary files /dev/null and b/images/image-20230522-111007.png differ diff --git a/images/image-20230522-113831.png b/images/image-20230522-113831.png new file mode 100644 index 0000000..beaa63c Binary files /dev/null and b/images/image-20230522-113831.png differ diff --git a/images/image-20230522-114210.png b/images/image-20230522-114210.png new file mode 100644 index 0000000..750eebd Binary files /dev/null and b/images/image-20230522-114210.png differ diff --git a/images/image-20230522-114359.png b/images/image-20230522-114359.png new file mode 100644 index 0000000..5041cd5 Binary files /dev/null and b/images/image-20230522-114359.png differ diff --git a/images/image-20230522-115213.png b/images/image-20230522-115213.png new file mode 100644 index 0000000..d36387d Binary files /dev/null and b/images/image-20230522-115213.png differ diff --git a/images/image-20230522-120021.png b/images/image-20230522-120021.png new file mode 100644 index 0000000..018d9f5 Binary files /dev/null and b/images/image-20230522-120021.png differ diff --git a/images/image-20230522-120049.png b/images/image-20230522-120049.png new file mode 100644 index 0000000..a14ff36 Binary files /dev/null and b/images/image-20230522-120049.png differ diff --git a/images/image-20230522-120451.png b/images/image-20230522-120451.png new file mode 100644 index 0000000..58cc832 Binary files /dev/null and b/images/image-20230522-120451.png differ diff --git a/images/image-20230522-121009.png b/images/image-20230522-121009.png new file mode 100644 index 0000000..29c8b46 Binary files /dev/null and b/images/image-20230522-121009.png differ diff --git a/images/image-20230522-121223.png b/images/image-20230522-121223.png new file mode 100644 index 0000000..fee87bc Binary files /dev/null and b/images/image-20230522-121223.png differ diff --git a/images/image-20230522-121750.png b/images/image-20230522-121750.png new file mode 100644 index 0000000..3f0ac09 Binary files /dev/null and b/images/image-20230522-121750.png differ diff --git a/images/image-20230522-121913.png b/images/image-20230522-121913.png new file mode 100644 index 0000000..809471e Binary files /dev/null and b/images/image-20230522-121913.png differ diff --git a/images/image-20230703-083516.png b/images/image-20230703-083516.png new file mode 100644 index 0000000..eb1a961 Binary files /dev/null and b/images/image-20230703-083516.png differ diff --git a/images/image-20230703-125212.png b/images/image-20230703-125212.png new file mode 100644 index 0000000..ee555fd Binary files /dev/null and b/images/image-20230703-125212.png differ diff --git a/images/image-20230703-125337.png b/images/image-20230703-125337.png new file mode 100644 index 0000000..f980aa7 Binary files /dev/null and b/images/image-20230703-125337.png differ diff --git a/images/image-20230703-125941.png b/images/image-20230703-125941.png new file mode 100644 index 0000000..4b4e86f Binary files /dev/null and b/images/image-20230703-125941.png differ diff --git a/images/image-20230703-131532.png b/images/image-20230703-131532.png new file mode 100644 index 0000000..c235f6e Binary files /dev/null and b/images/image-20230703-131532.png differ diff --git a/images/image-20230703-132034.png b/images/image-20230703-132034.png new file mode 100644 index 0000000..0c9704d Binary files /dev/null and b/images/image-20230703-132034.png differ diff --git a/images/image-20230703-132132.png b/images/image-20230703-132132.png new file mode 100644 index 0000000..bf766de Binary files /dev/null and b/images/image-20230703-132132.png differ diff --git a/images/image-20230816-092251.png b/images/image-20230816-092251.png new file mode 100644 index 0000000..740d5e0 Binary files /dev/null and b/images/image-20230816-092251.png differ diff --git a/images/image-20230816-092358.png b/images/image-20230816-092358.png new file mode 100644 index 0000000..2ed30df Binary files /dev/null and b/images/image-20230816-092358.png differ diff --git a/images/image-20230816-092504.png b/images/image-20230816-092504.png new file mode 100644 index 0000000..9628f2b Binary files /dev/null and b/images/image-20230816-092504.png differ diff --git a/images/image-20230816-094039.png b/images/image-20230816-094039.png new file mode 100644 index 0000000..f960eb8 Binary files /dev/null and b/images/image-20230816-094039.png differ diff --git a/images/image-20230816-094109.png b/images/image-20230816-094109.png new file mode 100644 index 0000000..c47d75b Binary files /dev/null and b/images/image-20230816-094109.png differ diff --git a/images/image-20231002-142838.png b/images/image-20231002-142838.png new file mode 100644 index 0000000..4206f51 Binary files /dev/null and b/images/image-20231002-142838.png differ diff --git a/images/image-20231002-143655.png b/images/image-20231002-143655.png new file mode 100644 index 0000000..b4402aa Binary files /dev/null and b/images/image-20231002-143655.png differ diff --git a/images/image-20231002-144324.png b/images/image-20231002-144324.png new file mode 100644 index 0000000..b4a4e6a Binary files /dev/null and b/images/image-20231002-144324.png differ diff --git a/images/image-20231002-144546.png b/images/image-20231002-144546.png new file mode 100644 index 0000000..9fbcb14 Binary files /dev/null and b/images/image-20231002-144546.png differ diff --git a/images/image-20231206-102932.png b/images/image-20231206-102932.png new file mode 100644 index 0000000..b8cbb38 Binary files /dev/null and b/images/image-20231206-102932.png differ diff --git a/images/image-20231208-083424.png b/images/image-20231208-083424.png new file mode 100644 index 0000000..5c4bd32 Binary files /dev/null and b/images/image-20231208-083424.png differ diff --git a/images/image-20231208-084112.png b/images/image-20231208-084112.png new file mode 100644 index 0000000..aa14825 Binary files /dev/null and b/images/image-20231208-084112.png differ diff --git a/images/image-20231208-084349.png b/images/image-20231208-084349.png new file mode 100644 index 0000000..e4344f4 Binary files /dev/null and b/images/image-20231208-084349.png differ diff --git a/images/image-20231208-085220.png b/images/image-20231208-085220.png new file mode 100644 index 0000000..3ce207a Binary files /dev/null and b/images/image-20231208-085220.png differ diff --git a/images/image-20231208-085401.png b/images/image-20231208-085401.png new file mode 100644 index 0000000..e17c08b Binary files /dev/null and b/images/image-20231208-085401.png differ diff --git a/images/image-20240212-045445.png b/images/image-20240212-045445.png new file mode 100644 index 0000000..8e74c09 Binary files /dev/null and b/images/image-20240212-045445.png differ diff --git a/images/image-20240215-075201.png b/images/image-20240215-075201.png new file mode 100644 index 0000000..7dd018a Binary files /dev/null and b/images/image-20240215-075201.png differ diff --git a/images/image-20240215-075235.png b/images/image-20240215-075235.png new file mode 100644 index 0000000..36a2fc2 Binary files /dev/null and b/images/image-20240215-075235.png differ diff --git a/images/image-20240215-075312.png b/images/image-20240215-075312.png new file mode 100644 index 0000000..f90179d Binary files /dev/null and b/images/image-20240215-075312.png differ diff --git a/images/image-20240215-075352.png b/images/image-20240215-075352.png new file mode 100644 index 0000000..f3bb0bf Binary files /dev/null and b/images/image-20240215-075352.png differ diff --git a/images/image-20240215-075424.png b/images/image-20240215-075424.png new file mode 100644 index 0000000..5a1cd6d Binary files /dev/null and b/images/image-20240215-075424.png differ diff --git a/images/image-20240215-075442.png b/images/image-20240215-075442.png new file mode 100644 index 0000000..803aa5f Binary files /dev/null and b/images/image-20240215-075442.png differ diff --git a/images/image-20240215-075504.png b/images/image-20240215-075504.png new file mode 100644 index 0000000..0d44329 Binary files /dev/null and b/images/image-20240215-075504.png differ diff --git a/images/image-20240227-095120.png b/images/image-20240227-095120.png new file mode 100644 index 0000000..ea184f1 Binary files /dev/null and b/images/image-20240227-095120.png differ diff --git a/images/image-20240227-095249.png b/images/image-20240227-095249.png new file mode 100644 index 0000000..e7dcea3 Binary files /dev/null and b/images/image-20240227-095249.png differ diff --git a/images/inter-service-communication-json-protobuf.png b/images/inter-service-communication-json-protobuf.png new file mode 100644 index 0000000..591f67f Binary files /dev/null and b/images/inter-service-communication-json-protobuf.png differ diff --git a/images/jenkins-ci_step3.png b/images/jenkins-ci_step3.png new file mode 100644 index 0000000..79763ff Binary files /dev/null and b/images/jenkins-ci_step3.png differ diff --git a/images/kafkaindexing.png b/images/kafkaindexing.png new file mode 100644 index 0000000..f924386 Binary files /dev/null and b/images/kafkaindexing.png differ diff --git a/images/media-20180208.png b/images/media-20180208.png new file mode 100644 index 0000000..654119e Binary files /dev/null and b/images/media-20180208.png differ diff --git a/images/minus_32.png b/images/minus_32.png new file mode 100644 index 0000000..54ef355 Binary files /dev/null and b/images/minus_32.png differ diff --git a/images/monorepo.png b/images/monorepo.png new file mode 100644 index 0000000..8a716ea Binary files /dev/null and b/images/monorepo.png differ diff --git a/images/plus_32.png b/images/plus_32.png new file mode 100644 index 0000000..eaaff71 Binary files /dev/null and b/images/plus_32.png differ diff --git a/images/ppa-flow-20221010-144730.png b/images/ppa-flow-20221010-144730.png new file mode 100644 index 0000000..a463fbf Binary files /dev/null and b/images/ppa-flow-20221010-144730.png differ diff --git a/images/tranquilityhttp.png b/images/tranquilityhttp.png new file mode 100644 index 0000000..3a11d72 Binary files /dev/null and b/images/tranquilityhttp.png differ diff --git a/images/typology-config.png b/images/typology-config.png new file mode 100644 index 0000000..eadd632 Binary files /dev/null and b/images/typology-config.png differ