Skip to content
Open
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
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -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