|
|
|
|
|
by jsteemann
2658 days ago
|
|
ArangoDB is a multi-model database so it tries to target several use cases. It provides functionality working with key-values, documents, graphs and fulltext indexing/searching. It provides some flexibility in the sense that it does not force you into a specific way of working with the data. For example, it does not force you to treat each use case as a graph use case.
This is in contrast to some other specialized databases, which excel at their specific area, but also force you to completely adopt the type of data-modeling they support. |
|