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 ?
Category Data Science