intake / intake-postgres

ARCHIVED. See README for details. Use https://github.com/intake/intake-sql instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intake-postgres

Build Status Documentation Status

PostgreSQL Plugin for Intake

This repo depends upon postgresdapter, which is currently unmaintained. We therefore suggest you use intake-sql instead.

User Installation

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

conda install -c intake intake-postgres

Developer Installation

  1. Create a development environment with conda create. Then install the dependencies:

    conda install -c intake intake
    conda install -n root conda-build
    git clone https://github.com/ContinuumIO/PostgresAdapter.git
    conda build PostgresAdapter/buildscripts/condarecipe
    conda install --use-local postgresadapter
    conda install pandas psycopg2 sqlalchemy postgresql pytest shapely
    
  2. Development installation:

    python setup.py develop --no-deps
    
  3. Running tests:

    pytest -v tests
    

About

ARCHIVED. See README for details. Use https://github.com/intake/intake-sql instead.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%