Learning the code way
A small step towards sharing what I have learned.
Saturday, 5 May 2018
Neo4j - extracting some schema information using Cypher queries
›
Since schema is not a compulsion with Neo4j, I was looking at ways to get information on the type of nodes and relationships in the databas...
Neo4j - Extracting relationship properties
›
Neo4j relations can also have their own properties. In the sample movie database, the ACTED_IN relationship has a roles property, which can...
2 comments:
Neo4j - Identifying a Nodes Label and a Relations Type
›
I wanted to find out which all person nodes are associated to a given Movie and in what roles. Consider that my Movie database has several ...
3 comments:
Monday, 27 March 2017
Neo4j - Traversing along the directions of a Relation
›
Neo4j Relationships are what connect any two nodes in the graph. To copy paste from the Neo4j guide: Relationships organize nodes into ar...
1 comment:
Friday, 3 June 2016
Neo4j - Retrieve records via Cypher
›
I had the chance to do a project in big data using Graph databases. Then we had used Neo4j and managed to learn quite some stuff - through ...
306 comments:
‹
›
Home
View web version