Python interface to Titan Database

How can I connect to Titan database from Python ?

What I understand is that Titan (Graph database) provides an interface (Blueprint) to Cassandra (Column Store) and bulb is a python interface to graph DB.

Now how can I start programming in python to connect with titan DB? Is there any good documentation/tutorial available ?

Topic python nosql databases

Category Data Science


You can use Rexster to expose a REST api and then you can use this api via Requests module (there are many other modules to do this task - though Requests is what I prefer)


I have had success using Mogwai Python Library which is more actively maintained than Bulbs at this point.

Though I agree that this belongs on stack overflow.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.