Giter VIP home page Giter VIP logo

dynamore-feature-extraction-runner's Introduction

Dynamore feature extraction runner

A small deamon that submits HPC job to run feature extraction upon receiving payload message from a Redis server.

Installation

On a Linux server running CentOS/RedHat, download the RPM package from the release assets, and run

$ yum localinstall dynamore-feature-extraction-runner-{version}-1.el7.x86_64.rpm

A systemd service called dfe_runnerd will be enabled and started.

Configuration

Uncomment and change the variables in the file is located in /etc/sysconfig/dfe_runnerd. An example can be found here.

Restart the daemon after changing the values:

$ systemctl restart dfe_runnerd

Build from source

It requires Go to compiler the source code.

$ git clone https://github.com/Donders-Institute/dynamore-feature-extraction-runner.git
$ make build

The executable named dynamore-feature-extraction-runner.linux_amd64 is build into $GOPATH/bin which is by default $HOME/go/bin.

Build docker image

The Makefile provides a target to build and push image to a Docker registry. With a given release version {VERSION} and given Docker registry URL {DOCKER_REGISTRY}, one does the following command:

$ VERSION={VERSION} DOCKER_REGISTRY={DOCKER_REGISTRY} make docker-release

You will be prompted with login/password the docker registry authentication. The resulting image will be tagged as {DOCKER_REGISTRY}/dfe_runnerd:{VERSION}.

dynamore-feature-extraction-runner's People

Watchers

 avatar  avatar  avatar  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.