Giter Site home page Giter Site logo

microservices-demo / microservices-demo Goto Github PK

View Code? Open in Web Editor NEW
3.6K 152.0 2.7K 52.95 MB

Deployment scripts & config for Sock Shop

Home Page: https://microservices-demo.github.io/

License: Apache License 2.0

Shell 5.11% HCL 29.93% Ruby 4.00% Python 56.09% Dockerfile 2.28% Mustache 1.08% Makefile 1.52%
microservice microservices-demo golang java spring-boot nodejs kubernetes docker mesos nomad ecs

microservices-demo's Introduction

Build Status

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, Go kit and Node.js and is packaged in Docker containers.

You can read more about the application design.

Deployment Platforms

The deploy folder 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 for more information.

Screenshot

Sock Shop frontend

Visualizing the application

Use Weave Scope or Weave Cloud to visualize the application once it's running in the selected target platform.

Sock Shop in Weave Scope

microservices-demo's People

Contributors

abuehrle avatar adam-sandor avatar alban avatar amouat avatar awh avatar dtzar avatar elieser1101 avatar errordeveloper avatar etiennetremel avatar frankscholten avatar gavrie avatar gellis01 avatar idcrosby avatar jasonrichardsmith avatar jml avatar juliogomez avatar katzien avatar lukemarsden avatar marccarre avatar moretea avatar nustiueudinastea avatar peterbourgon avatar philwinder avatar pidster avatar rodrmartinez avatar shiresky avatar stefanprodan avatar vincents avatar vlal avatar yuyicai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

microservices-demo's Issues

Front-end parsing crash due to no card

Received response: "{\n  \"_embedded\" : {\n    \"card\" : [ ]\n  },\n  \"_links\" : {\n    \"self\" : {\n      \"href\" : \"http://accounts/customers/5762694ec14e129944faef87/c
ards\"\n    }\n  }\n}"                                                                                                                                                           
/usr/src/app/server.js:422
order.card = jsonBody._embedded.card[0]._links.self.href;                                                                                            
TypeError: Cannot read property '_links' of undefined 

Resolve path of scripts used in install.sh

Instead of assuming the user is in the same directory as the scripts, resolve the current directory and prefix related scripts accordingly:

SCRIPT_DIR=`dirname "$0"`
...
$SCRIPT_DIR/installSwarm.sh create 2

Make cart use Redis

Migrate to spring-boot-data-redis and move to an external Redis database.

GUI: Implement update basket

There are editable boxes in the checkout and an "update" button. Tie this into a PUT to the cart, to update the quantities of items in the cart.

Remove exposed ports

Not necessary. Weave assigns new ip to each container, so no need for exposed ports.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.