And here are some links that could be useful info to go with each of the questions:
- What are Graph Databases?
- See the Learn-Section of Neo4j.org for an even better explantation
- Look at my beer posts to see how even non-technical folks can get started with Graphs
- How do Graph Databases work?
- Look at the Cypher Intro-Tutorial for more info around traversals
- What are Graph Databases good for?
- Read some of these great use cases.
- What are Graph Databases bad for?
- How do Graph Databases perform?
- The neo4j manual has some good tips and tricks
- How do Graph Databases scale?
- Take a look at this excellent whitepaper.
- Look at Jim Webber’s cache sharding page.
- How do I model my Graph Database?
- Look at some of these examples
- Look at Alistair’s Skillsmatter talk.
- How do I ensure data integrity in my Graph Database?
- How to fit a Graph Database into my enterprise architecture?
- Look at how this GraphConnect Panel does it.
- How do I fit a Graph Database in with other DB tech?
- Look at how it stacks up in a NOSQL world.