1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling
sleto-it c744b7b055
Doc - compact, version number (#8522)
2019-03-22 12:20:43 +01:00
..
Collections Doc - compact, version number (#8522) 2019-03-22 12:20:43 +01:00
Databases Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Documents Doc - _rev warning (#8204) 2019-02-21 23:37:14 +01:00
NamingConventions Doc - cherry pick arangosearch & other docs commits from devel (#6402) 2018-09-05 23:28:32 +02:00
Views Doc - Fix link to ArangoSearch main chapter (#6930) 2018-10-17 00:07:07 +02:00
Concepts.md Doc - fixes link (#8043) (#8106) 2019-02-05 10:45:52 +01:00
GraphsVerticesEdges.md Doc - Training material links (#6957) 2018-10-18 21:36:54 +02:00
OperationalFactors.md Document RocksDB exclusive option (#7517) (#7538) 2018-11-29 18:42:43 +01:00
README.md Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00

README.md

Data models & modeling

This chapter introduces ArangoDB's core concepts and covers

  • its data model (or data models respectively),
  • the terminology used throughout the database system and in this documentation, as well as
  • aspects to consider when modeling your data to strike a balance between natural data structures and great performance

You will also find usage examples on how to interact with the database system using arangosh, e.g. how to create and drop databases / collections, or how to save, update, replace and remove documents. You can do all this using the web interface as well and may therefore skip these sections as beginner.