GithubHelp home page GithubHelp logo

00mjk / cloud-interop-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ga4gh/cloud-interop-ui

0.0 0.0 0.0 942 KB

Manage Cloud interoperability test plugins and schedules through web interface

License: Apache License 2.0

HTML 2.25% CSS 0.74% JavaScript 97.01%

cloud-interop-ui's Introduction

GA4GH Logo

GA4GH Testbed Orchestrator UI

This repository contains the UI-tier for the GA4GH Testbed Orchestrator. The UI allows users to create and modify:

  • Plugins: Reusable modules/blueprints that can be executed on different GA4GH services using different input parameters
  • Configurations: Runs Plugin code against a specific service (or set of services) at scheduled intervals, generating a Report each time.

Generated Reports can also be viewed via the UI.

Getting Started

Prerequisites

Currently, the Orchestrator UI requires the following to be installed on your system:

  • Node.js - Orchestrator UI is built with v10.16.3
  • npm - Orchestrator UI is built with 6.11.3
  • MongoDB - Orchestrator UI is built 4.0.3
  • Optional - consider using nvm (node virtual manager) to handle multiple versions of Node.js/npm

Installation and Usage

MongoDB

The Orchestrator UI connects to the mongo daemon (mongod) running locally on the default port 27017. Ensure that the daemon is running, and that the local user has write access to the ga4gh_testbed database.

Installation

With the above installed, issue the following commands to:

  1. Download Orchestrator UI source from Github
  2. Download dependencies from npm
  3. Build and Run web service
git clone https://github.com/ga4gh/cloud-interop-ui.git
npm install
npm run all

Usage

In a browser window, navigate to http://localhost:3000, you should see the Orchestrator UI home page.

Technology Stack

  • Node.js - JavaScript runtime
  • npm - dependency management
  • webpack - builds distribution code from source
  • MongoDB - database to store Plugins, Configurations, Reports
  • Express.js - JavaScript-based server-side web framework
  • React - front-end, user-interface framework

Issues

Please raise any issues on Github

cloud-interop-ui's People

Contributors

jb-adams 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.