Operations on a Graph Database (Part 4 – Properties)
Graph Database Tutorial Part 1: Nodes Part 2: Edges Part 3: Types Part 4: Properties Part 5: Identifiers Part 6: Traversals Part 7: Sets Part 8: Events Today we’re looking at properties. There are a...
View ArticleOperations on a Graph Database (Part 5 – Identifiers)
Graph Database Tutorial Part 1: Nodes Part 2: Edges Part 3: Types Part 4: Properties Part 5: Identifiers Part 6: Traversals Part 7: Sets Part 8: Events Well, “identifiers” aren’t much of an...
View ArticleOperations on a Graph Database (Part 7 – Sets)
Graph Database Tutorial Part 1: Nodes Part 2: Edges Part 3: Types Part 4: Properties Part 5: Identifiers Part 6: Traversals Part 7: Sets Part 8: Events Sets are a core concept of most databases. For...
View ArticleRequired vs. Optional Property Values
InfoGrid distinguishes between properties that must have a non-null value, and properties that may or or may not be null. When creating an InfoGrid model, a developer has to specify which by using the...
View Article