GithubHelp home page GithubHelp logo

bin-pack-svc's Introduction

bin-packing-svc

alt travis

Explanation coming later

Running the Docker Image

Docker repo can be found here.

$> docker run --name bin-pack-svc -e ENVIRONMENT=local -p 8080:8080 cuzz22000/bin-pack-svc:latest

Build and Run

$> gradlew
...
$> gradlew run

Connecting to Swagger

All services are available via Swagger API (openApi). When running locally viz native JVM or Docker UI can be accessed from the following url.

http://localhost:8080/swagger

Example Json Request

{
  "max-capacity": 1,
  "items": [
    {
      "id": "abc123",
      "weight": 0.2
    },
    {
      "id": "abc124",
      "weight": 0.5
    },
    {
      "id": "abc125",
      "weight": 0.4
    },
    {
      "id": "abc126",
      "weight": 0.7
    },
    {
      "id": "abc127",
      "weight": 0.1
    },
    {
      "id": "abc128",
      "weight": 0.3
    },
    {
      "id": "abc129",
      "weight": 0.8
    }
  ]
}

bin-pack-svc's People

Contributors

cuzz22000 avatar

Watchers

 avatar

bin-pack-svc's Issues

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.