platinummonkey / pytexas_2014

PyTexas 2014 Talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTexas 2014 Talk: Mogwai

This talk covers the basic GraphDB introduction and simple introduction to Mogwai, an opinionated object graph mapper (OGM) for python.

To get started (assuming Linux/Mac, Windows users modify as necessary):

git clone https://github.com/platinummonkey/pytexas_2014.git
cd pytexas_2014
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./setup_titan.sh  # This will take a while

To view the notebook:

ipython notebook

and select Mogwai.ipynb

About

PyTexas 2014 Talk


Languages

Language:Python 65.5%Language:Groovy 27.1%Language:CSS 5.5%Language:Shell 1.9%