Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

The LinkedPipes Discovery implementation here is deprecated and replaced by a new one.

Notifications You must be signed in to change notification settings

linkedpipes/discovery-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization discovery service

Demo no longer running

How to run

Building docker image

The following commands are used for building and running the image of the Discovery service:

$ docker build -t <image_tag> .
$ docker run -p <port>:9000 <image_tag> -Dplay.http.secret.key=<yourApplicationSecret>

For generating application secrets, you can take a look at: https://www.playframework.com/documentation/2.6.x/ApplicationSecret

Expected workflows

start -> status -> ... -> status[isFinished = true] –> list -> export
start –> list -> export

(results are published continuously)

About

The LinkedPipes Discovery implementation here is deprecated and replaced by a new one.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages