fjukstad / mixt-compute-service

Compute service performing statistical analyses and serving data to the MIxT Web Application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend data and analysis serveice for the MIxT web application

This the is the compute service in the MIxT web application. It is simply the compute service in Kvik with the mixtApp package installed.

Run

Either you can run the container straight from the Docker Hub:

docker run -p 8787:80 -t fjukstad/mixt-compute-service 

or you can clone down the repositry, build the Docker image, and run the container:

git clone git@github.com:fjukstad/mixt-compute-service.git
docker build -t mixt-compute-service .
docker run -p 8787:80 -t mixt-compute-service

The compute service runs on port :8787 and can be used by the MIxT web application.

About

Compute service performing statistical analyses and serving data to the MIxT Web Application.


Languages

Language:R 100.0%