opentelemetry-demo icon indicating copy to clipboard operation
opentelemetry-demo copied to clipboard

Create a storage abstraction/persistence layer for products.

Open austinlparker opened this issue 2 years ago • 0 comments

Objective

To demonstrate OTel integration w/storage layers, we need some stateful storage in the application. To this end, we should create some kind of abstraction to store and get products for the product catalog.

This service will be written to by the 'adminservice' and read by the 'productcatalog'.

The two basic storage types we should support are DB and blob-based storage.

austinlparker avatar May 23 '22 20:05 austinlparker