GithubHelp home page GithubHelp logo

isabella232 / ingest-broker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from humancellatlas/ingest-broker

0.0 0.0 0.0 3.61 MB

Scripts for brokering spreadsheets to ingest API, staging files and pushing bundles to datastore

License: Apache License 2.0

Python 99.30% Dockerfile 0.70%

ingest-broker's Introduction

Build Status Maintainability Test Coverage Docker Repository on Quay

This repository was part of HCA DCP/1 and is not maintained anymore. DCP/2 development of this component continues in the forked repository at https://github.com/ebi-ait/ingest-broker.

HCA Ingest Broker

Web endpoint for submitting spreadsheets for HCA Ingest and basic admin UI.

To run scripts locally you'll need Python 3.6 and all the dependencies in requirements.txt.

pip install -r requirements.txt
pip install -r requirements-dev.txt

Web Application

Running with Python

Start the web application with

python broker/broker_app.py

Alternatively, you can build and run the app with Docker. To run the web application with Docker for build the Docker image with

docker build . -t ingest-broker:latest

then run the Docker container. You will need to provide the URL to the Ingestion API

docker run -p 5000:5000 -e INGEST_API=http://localhost:8080 ingest-broker:latest

or run against the development Ingest API

docker run -p 5000:5000 -e INGEST_API=http://api.ingest.dev.data.humancellatlas.org ingest-broker:latest

The application will be available at http://localhost:5000

ingest-broker's People

Contributors

aaclan-ebi avatar danielvaughan avatar daniwelter avatar justincc avatar malloryfreeberg avatar mightyax avatar prabh-t avatar rdgoite avatar rolando-ebi avatar simonjupp avatar tburdett 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.