I am having a use case of mapping user availability in neo4j where user can mark his availability on a calendar or some task in which he is going to participate.
How to capture and model this in Neo4j?
The main concern is to limit number of nodes.
I found a blog regarding timeline
http://neo4j.com/blog/modeling-a-multilevel-index-in-neoj4/
Is this data model suitable?