Skip to main content

Django app that manages the creation of, and proxies requests to, Docker containers

Project description

django_docker_engine

Build Status PyPI version Python versions Django versions

This Django app manages and proxies requests to Docker containers. The primary goal has been to provide a visualization framework for the Refinery Project, but nothing should prevent its use in other contexts, as well.

In order for a Docker container to work with this package it must at a minimum:

  • listen on some port for HTTP connections, and
  • accept a single JSON file as input.

Quick Demo

Install Docker if you haven't already, then download the project, install dependencies, and run the demo server:

$ git clone https://github.com/refinery-platform/django_docker_engine.git
$ cd django_docker_engine
$ pip install -r requirements-dev.txt
$ pip install -r requirements.txt
$ ./manage.py runserver

Visit the demo server: From there you can pick a visualization tool and a data file to launch a container, see the requests made against each container, and kill the containers you've launched.

Motivation

Visualization tools have been built with a range of languages and they may have numerous, and possibly conflicting, dependencies. For the Refinery Platform, a data management, analysis, and visualization system for bioinformatics and computational biology applications, we have tried to accommodate the widest range of tools by creating django_docker_engine, a Python package, available on PyPI, which launches Docker containers, proxies requests from Django to the containers, and records each request.

For each tool the wrapping Docker container will parse the input data provided on launch and start listening for requests. Currently, wrappers are in use for pure JavaScript applications, and for client-server applications, such as HiGlass for exploring genomic contact matrices, and a Plotly Dash tool for gene expression data. The containers themselves may run on the same host as Django, or on separate instances.

In the Refinery Platform, interactive visualizations managed by django_docker_engine complement workflows managed by Galaxy: Both tools lower barriers to entry and make it possible for end users to run sophisticated analyses on their own data. Refinery adds user management, access control, and provenance tracking facilities to make research more reproducible.

django_docker_engine will be useful in any environment which needs to provide access to pre-existing or independently developed tools from within a Django application with responsibility for user authentication, access control, and data management.

More information

For the demo server, tools.py defines the tools which are available and specifies default inputs. Analogously, the visualization-tools repo defines the tools which can be loaded into Refinery.

More information:

Release process

In your branch update VERSION.txt, using semantic versioning: When the PR is merged, the successful Travis build will push a new version to pypi.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_docker_engine-0.1.4.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

django_docker_engine-0.1.4-py2.py3-none-any.whl (15.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_docker_engine-0.1.4.tar.gz.

File metadata

  • Download URL: django_docker_engine-0.1.4.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.3

File hashes

Hashes for django_docker_engine-0.1.4.tar.gz
Algorithm Hash digest
SHA256 54297240eb2e22df58b47f5672b6cb11fd7f0521db59bf91403cd8c0976dc17a
MD5 b99a35063e76e4ab0cd80efce6a8971f
BLAKE2b-256 a654f53de02c8df2061fa99c07319edf9a3763a5d81688d22330a3190f67a6ac

See more details on using hashes here.

File details

Details for the file django_docker_engine-0.1.4-py2.py3-none-any.whl.

File metadata

  • Download URL: django_docker_engine-0.1.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.7.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.6.3

File hashes

Hashes for django_docker_engine-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 345a9160d4064b45041628d64f1a0ac203faba4c4396863e60321139937643e2
MD5 b94e6c03e9dc7da96e09f966aa34a890
BLAKE2b-256 4be5f6c684627f0ed82f804bc41b013b0ecb6eeb8dba0bc70d6c1ccb92e72e66

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page