Giter Club home page Giter Club logo

eopad-javaps-backend's Introduction

eopad-javaps-backend

Dev environment setup

  1. init the javaps-rest submodule: git submodule update --init javaps-rest/
  2. run maven (e.g. mvn clean install or via an IDE)
  3. build the Docker image: docker build -f local-build.Dockerfile -t eopad-javaps:latest .
  4. run the Docker container (linux): docker run -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock --env-file .env eopad-javaps:latest
  5. run the Docker container (windows): docker run -p 8080:8080 -v //var/run/docker.sock:/var/run/docker.sock --env-file .env eopad-javaps:latest

Processing backend for javaPS containing processes for Testbed-15 EOPAD Thread

{
   "inputs":[
      {
         "id":"INPUT_SOURCE",
         "input":{
            "format":{
               "mimeType":"text/plain"
            },
            "value": "S2A_MSIL2A_20190629T103031_N0212_R108_T32UNB_20190629T135351"
         }
      }
   ],
   "outputs":[
      {
         "id":"OUTPUT_RASTER",
         "format":{
            "mimeType":"text/plain"
         },
         "transmissionMode":"value"
      }
   ]
}

eopad-javaps-backend's People

Contributors

autermann avatar dependabot-preview[bot] avatar dependabot[bot] avatar matthesrieke avatar mohammedsaad avatar

Watchers

 avatar

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.