1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling
Simran 3df86129e8 Doc - Use proper terms for editions (esp. shardingStrategy) (#8014) 2019-02-23 23:11:36 +01:00
..
Collections Doc - Use proper terms for editions (esp. shardingStrategy) (#8014) 2019-02-23 23:11:36 +01:00
Databases
Documents Doc - _rev warning (#8044) 2019-02-19 00:14:39 +01:00
NamingConventions Doc - ArangoSearch documentation update (#6323) 2018-09-05 18:17:45 +02:00
Views Doc - Fix link to ArangoSearch main chapter (#6929) 2018-10-17 00:08:06 +02:00
Concepts.md Doc - fixes link (#8043) 2019-02-05 00:23:14 +01:00
GraphsVerticesEdges.md Doc - Training material links (#6683) 2018-10-17 23:52:35 +02:00
OperationalFactors.md Documentation/rdb exclusive options (#7548) 2018-11-29 15:18:41 +01:00
README.md

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.