Skip to content

Graph DB

illyfrancis edited this page Aug 1, 2013 · 3 revisions

Why choose a graph db?

  • You need to access data through multi-step traversals (find data in a network or hierarchy)
  • You need flexibility on how to access the data in the future (a graph database is easier to change than other models)

Clone this wiki locally