Git Product home page Git Product logo
DIT4C photo

dit4c Goto Github PK

repos: 74.0 gists: 0.0

Name: DIT4C

Type: Organization

Bio: University of Melbourne ITS Research project - Data Intensive Tools for the Cloud

Location: Melbourne, Australia

DIT4C - Data Intensive Tools for the Cloud

Build Status Coverage Status

DIT4C is a scalable platform for providing containerized web-based programming and data analysis environments to researchers.

  • Client == Modern web browser
  • No local credentials: use your GitHub or AAF account
  • Based on rkt - run ACIs or Docker images on bare metal or cloud computing

All authentication is via federated identity providers - all a user needs is a modern web browser.

Some of the current environments available are:

Motivation

DIT4C is focused on meeting two needs:

  • Training sessions - having a working install right from the beginning means training participants start programming sooner, and do so in a consistent environment.
  • Reproducible research - container sharing and export allows complete working environments to be exchanged and archived.

Architecture

DIT4C separates the portal environment which manages user access and containers from the compute nodes that provide them.

Core services:

  • portal - user-facing UI and scheduler coordination
  • scheduler - manages compute clusters and schedules containers on individual nodes

Additional services:

Auxiliary "helper" container images:

See https://dit4c.github.io/ for further archtecture details.

Security

All container instances are issued an OpenPGP key prior to starting which is convertible to a JSON Web Key (JWK) or SSH key. This allows container helpers to independently contact the portal to update and retrieve information using a signed JSON Web Token (JWT).

The portal also provides keys via a public registry, which will allow future helpers to authenticate independently to other services or retrieve encrypted content. This is still a work in progress.

Installation Requirements

Servers

While DIT4C could be run on a single server for development purposes, a secure installation will attempt to segregate the portal, scheduler and compute onto separate physical or virtual machines.

A valid minimal configuration would include:

  • portal/image server (public ports exposed: HTTPS)
    • nghttpx/nginx as HTTPS reverse-proxy
    • portal
    • image server
    • Cassandra database for portal
  • scheduler (public ports exposed: none)
  • compute node (public ports exposed: none)
    • no installed software required
    • CoreOS recommended
    • SSH port must be accessible by scheduler

TLS Certificates

HTTPS should be used with the portal, image server (recommended, but optional) and routing server. Let's Encrypt is sufficient for the portal and image server, but all HTTPS routing server implementations require a wildcard certificate. While highly discouraged, a self-signed certificate can be used for the routing server if necessary (presumably while a valid wildcard certificate is being sourced).

Installing

See https://dit4c.github.io/ for installation instructions.

DIT4C's Projects

DIT4C doesnโ€™t have any public repositories yet.

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.