ContinuumIO/intake-mongo

Name: intake-mongo

Owner: Continuum Analytics, Inc.

Description: MongoDB Plugin

Created: 2018-01-29 20:48:03.0

Updated: 2018-03-18 07:32:15.0

Pushed: 2018-03-02 11:23:16.0

Homepage: null

Size: 37

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

intake-mongo

Intake-Mongo: Mongodb Plugin for Intake

User Installation

Note: the following command does not work yet, and the developer installation is recommended.

a install -c intake intake-mongo
Developer Installation
  1. Create a development environment with conda create. Then install the dependencies:

    a install -c intake intake
    a install -n root conda-build
    clone https://github.com/ContinuumIO/MongoAdapter.git
    a build MongoAdapter/buildscripts/condarecipe
    a install --use-local mongoadapter
    
  2. Development installation:

    on setup.py develop --no-deps
    
  3. Running tests requires pytest, run them using pytest from the base directory:

    a install pytest
    

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.