Skip to content

Commit

Permalink
additional readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Oct 4, 2020
1 parent e57c06a commit 0f9b8d4
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/market-data/market-data-service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# market-data-service

This service implements the [market data service api](https://github.com/ettec/open-trading-platform/blob/master/protobuf/services/marketdataservice.proto). The market data service load balances quote subscriptions across market data gateways by listing id for a given market and fans out market data to clients. Internally it has a per client conflated queue to ensure that slow clients always get the latest quote. The service can be scaled by increasing the deployments replica count.

3 changes: 3 additions & 0 deletions go/market-data/quote-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# quote-aggregator

This service implements the [market data source api](https://github.com/ettec/open-trading-platform/blob/master/protobuf/services/marketdatasource.proto). It sources data for multiple listings of the same instrument according to what markets are available and creates an aggregated quote. Internally it implements a per client conflating queue such that slow clients will always receive the latest quote. The service can be scaled by increasing the statefulset replica count.
8 changes: 8 additions & 0 deletions go/order-data-service/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions go/order-data-service/.idea/order-data-service.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions go/order-data-service/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions go/order-data-service/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f9b8d4

Please sign in to comment.