Contribute Media
A thank you to everyone who makes this possible: Read More

Mogwai: Graph Databases in your App

Description

Graph Databases can be very powerful when used correctly, unfortunately the landscape is still very young, let alone finding a python library to interface with your database. Here we will cover Titan (a highly scalable graph database) and Mogwai (a python OGM, maintained by me) to interface with the database in an intuitive and easy fashion.

We'll very quickly cover the concept of graph databases, and interacting with Titan via the Gremlin REPL. Following that we'll go headstrong into working with Mogwai and create a simple web API.

http://mogwai.readthedocs.org/ http://bitbucket.org/wellaware/mogwai

Improve this page