I am considering using Neo4j to manage project tasks and schedules and compute critical paths. Obviously tasks and milestones would be nodes, and dependencies would be relationships. Are there any best practices, resources, or implementations to which I can refer?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
migrated from stackoverflow.com Dec 6 '11 at 4:55
|
In general your approach sounds reasonable and should be quite straightforward. Unfortunately there are few public references. Some tips for the modeling:
|
|||
|
|
|
Maybe this project is interesting to have a look at: https://github.com/xan/NeoProjectManager |
|||
|
|