Skip to content

OspreyX/pgcontents

 
 

Repository files navigation

pgcontents

A PostgreSQL-backed implementation of IPEP 27.

This repository is under development as part of the Quantopian Research Environment, currently in Alpha.

Getting Started

Prerequisites:

Installation:

  1. Install pgcontents from PyPI via pip install pgcontents.
  2. Run pgcontents init to configure your database. You will be prompted for a database URL for pgcontents to use for storage.
  3. Configure IPython Notebook to use PostgresContentsManager as its storage backend. This can be done from the command line or by modifying your ipython_notebook_config.py file. See examples/example_ipython_notebook_config.py for an example config file.
  4. Enjoy your filesystem-free IPython experience!

About

A Postgres-backed ContentsManager implementation for IPython

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Mako 0.4%