1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling
Simran 2080c81e80 Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
..
Collections Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
Databases
Documents Doc - fix doc build + remove unsupported option for graph traversals (#5470) 2018-05-28 13:22:49 +02:00
NamingConventions
Views Doc - Add ArangoSearch as top-level chapter in Manual and AQL docs (#5702) 2018-07-04 14:46:26 +02:00
Concepts.md Doc - single link per line (#5904) 2018-07-20 10:46:27 +02:00
GraphsVerticesEdges.md
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.