Coder Social home page Coder Social 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

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

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

Remove exposed ports

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

Make cart use Redis

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

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 

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.

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.