Blueprint-uServices / blueprint

Blueprint Microservices Compiler: Flexible and Configurable Open-Source Microservice Benchmark Applications
https://blueprint-uservices.github.io
BSD 3-Clause "New" or "Revised" License
21 stars 5 forks source link

[Applications] Migrate SockShop UserService implementation to Blueprint v2 #90

Closed JonathanMace closed 1 year ago

JonathanMace commented 1 year ago

This PR adds the SockShop example application.

The implementation attempts to be a faithful recreation of the original SockShop microservices demo. However, since some microservices are converted to Go, they are not 1-for-1 identical.

Blueprint v1 contained a SockShop implementation, but this version is a re-implementation rather than a migration of that version.