From 5b57aa0cc821ece24f8fd88dc117345e8dd431b3 Mon Sep 17 00:00:00 2001 From: Vitaliy Honcharenko Date: Tue, 29 Sep 2020 16:40:58 -0500 Subject: [PATCH] Merge branch --- README.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 094338bfb..600184f7c 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,5 @@ # Overview -This repository responsible for 2 different services (will be split in future): -- Message Broker: connects Backoffice and Storefront application. -- Storefront Application: provides Read/Write API through gRPC - -### Message Broker Responsibilities -- request actual data from Export API (via REST) -- map Export API format to Storefront API format -- write data (through gRPC) to Storefront API - -### Storefront Application Responsibilities -- provide Read API for specific attributes, scope -- provide Write API for specific attributes, scope -- store data in an efficient way in own database(s) - -### Service repository Dependencies -- https://github.com/magento/saas-export/ (Provides API to Export entities from Magento to any subscribed consumer) - -### 3rd-party dependecnies (composer packages) -- google/protobuf -- grpc/grpc -- spiral/php-grpc -- nette/php-generator +Merge branch. +Temp solution to be able to run our tests when merging just magento2ce & magento2ee repos