Code Monkey home page Code Monkey logo

arbor_nova's Introduction

arbor_nova

Arbor easy-mode apps for Girder 3.

Installation

This is descriptive rather than prescriptive, but it is what has been tested.

  • Do this work with Python3
  • Have two virtualenvs, one for girder named girder and one for girder-worker named gw.
  • Install mongo and rabbitmq
  • In virtualenv girder run the following commands, it doesn't matter where you run them from:
$ pip install --pre girder[plugins]
$ girder build
  • These commands need to be run in the girder virtualenv from specific locations.
$ cd arbor_nova/girder_worker_tasks
$ pip install -e .                     # install gw tasks for producer
$ cd ../../arbor_nova/girder_plugin
$ pip install -e .                     # install girder plugin
$ girder serve                         # start serving girder
  • In virtualenv gw run the following command, it doesn't matter where you run it from:
$ pip install --pre girder-worker
  • These commands need to be run in the gw virtualenv from a specific location
$ cd arbor_nova/girder_worker_tasks
$ pip install -e .                     # install gw tasks for consumer
$ girder-worker                        # start girder-worker

Features

Installs a REST endpoint for launching a GW job. The endpoint will take in a csv file id, and an output item id, then call the GW job. The GW job will download the csv file, append a new column to each line, then upload the resulting file to the output item.

TODO

  • Should we have to enable the jobs or other dependent plugins? how to get those enabled automatically?
  • Need to cleanup the output file on the GW task side. Is there a way to do that automatically?

arbor_nova's People

Contributors

curtislisle avatar dorukozturk avatar jeffbaumes avatar mgrauer avatar

Watchers

 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.