Persistent Graphs in Python with Neo4j (#140)

Tobias Ivarsson bio
30min ◊ Beginner
Saturday 04:55pm, Regency V
categories: databases, django, open source, web

Databases that employ a data model other than the relational model are increasingly a hot topic. Neo4j is an open source database where the data model is a graph. Data in Neo4j is stored as Nodes and Relationships in between nodes. A lot of the data we model in applications every day is actually graph oriented, having a database that persists such data natively is a huge benefit. In this presentation we will see how to use Neo4j in Python, and demonstrate this with a web application in Django.


files Files:
slides
filesizeuploadedcomment
Neo4j_in_Python.pdf 6.7 MB Sun, Feb. 21st, 1:50 p.m. Presentation slideshow
Neo4j_in_Python_.pdf 7.3 MB Sun, Feb. 21st, 2:58 p.m. Presentation slideshow


video video:


  
# Permalink