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: 3 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T14:11:58.000Z (over 1 year ago)
- Last Synced: 2024-09-21T07:04:32.973Z (7 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
[](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

## 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/).

##