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

Graph Database Patterns in Python

Description

Creating and using models from a graph database can be quite different to the ones used for row/column/document-oriented databases, in the sense that the same query patterns could differ significantly in structure and performance. This session will present how to create models in Python for Titan property graphs, that allow you to manipulate graphs as if you were querying with Gremlin DSL.

Details

Improve this page