1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling
m0ppers d52061a9d4 Missing documentation (#3699) 2017-11-14 17:13:54 +01:00
..
Collections Missing documentation (#3699) 2017-11-14 17:13:54 +01:00
Databases fixed issue #2977 (#2997) 2017-08-09 08:47:08 +02:00
Documents fix curd operation documentation for arrays (#2795) 2017-07-14 09:52:02 +02:00
NamingConventions rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Concepts.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
GraphsVerticesEdges.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
README.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +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.