Join this webinar for a high level introduction to graph databases. This webinar demonstrates how graph databases fit within the NOSQL space, and where they are most appropriately used.
Join this webinar for a high level introduction to graph databases. This webinar demonstrates how graph databases fit within the NOSQL space, and where they are most appropriately used.
In this session you will learn:
Overview of NOSQL
Why graphs matter
Overview of Neo4j
Use cases for graph databases

Comments
I missed the live session, but I ended up watching the recorded video. I was hoping to see some hands-on example of transferring a simple model from the white-board into the database. Do you use the rest-api to insert the data, or write Java code?
Klaus Graefensteiner, 1 year, 1 month ago.
You can do either. Neo4j has a lovely RESTful api for manipulating the graph and executing Cypher queries, but can also be embedded directly in java code as a library. See the online Neo4j manual for comprehensive information about both approaches -- http://docs.neo4j.org/
Best,
Andreas
andreas.kollegger, 1 year, 1 month ago.