Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microservices-demo/microservices-demo
Deployment scripts & config for Sock Shop
https://github.com/microservices-demo/microservices-demo
docker ecs golang java kubernetes mesos microservice microservices-demo nodejs nomad spring-boot
Last synced: 4 months ago
JSON representation
Deployment scripts & config for Sock Shop
- Host: GitHub
- URL: https://github.com/microservices-demo/microservices-demo
- Owner: microservices-demo
- License: apache-2.0
- Archived: true
- Created: 2016-05-23T15:14:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T14:11:58.000Z (about 1 year ago)
- Last Synced: 2024-09-21T07:04:32.973Z (4 months ago)
- Topics: docker, ecs, golang, java, kubernetes, mesos, microservice, microservices-demo, nodejs, nomad, spring-boot
- Language: Python
- Homepage: https://microservices-demo.github.io/
- Size: 51.7 MB
- Stars: 3,627
- Watchers: 152
- Forks: 2,806
- Open Issues: 114
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-spring-boot - Deployment scripts & config for Sock Shop
- awesome-bookmarks - Microservice Demo Application
- awesome-failure-diagnosis - Sock Shop @ Weaveworks
- awesome-list-docker - microservices-demo
- awesome-list-microservice - microservices-demo
README
[![Build Status](https://travis-ci.org/microservices-demo/microservices-demo.svg?branch=master)](https://travis-ci.org/microservices-demo/microservices-demo)
# DEPRECATED: Sock Shop : A Microservice Demo Application
The application is the user-facing part of an online shop that sells socks. It is intended to aid the demonstration and testing of microservice and cloud native technologies.
It is built using [Spring Boot](http://projects.spring.io/spring-boot/), [Go kit](http://gokit.io) and [Node.js](https://nodejs.org/) and is packaged in Docker containers.
You can read more about the [application design](./internal-docs/design.md).
## Deployment Platforms
The [deploy folder](./deploy/) contains scripts and instructions to provision the application onto your favourite platform.
Please let us know if there is a platform that you would like to see supported.
## Bugs, Feature Requests and Contributing
We'd love to see community contributions. We like to keep it simple and use Github issues to track bugs and feature requests and pull requests to manage contributions. See the [contribution information](.github/CONTRIBUTING.md) for more information.
## Screenshot
![Sock Shop frontend](https://github.com/microservices-demo/microservices-demo.github.io/raw/master/assets/sockshop-frontend.png)
## Visualizing the application
Use [Weave Scope](http://weave.works/products/weave-scope/) or [Weave Cloud](http://cloud.weave.works/) to visualize the application once it's running in the selected [target platform](./deploy/).
![Sock Shop in Weave Scope](https://github.com/microservices-demo/microservices-demo.github.io/raw/master/assets/sockshop-scope.png)
##