1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling
Simran Brucherseifer daf5d5b62d Add data model guide later 2016-06-23 12:23:49 +02:00
..
Collections Add documentation for synchronous replication. 2016-06-10 16:56:31 +02:00
Databases Documentation corrections (mostly AQL) 2016-05-24 18:46:02 +02:00
Documents cleanup 2016-06-17 17:34:11 +02:00
NamingConventions Documentation corrections (mostly AQL) 2016-05-24 18:46:02 +02:00
Concepts.mdpp Minor documentation improvements 2016-06-21 14:14:08 +02:00
GraphsVerticesEdges.mdpp cleanup 2016-06-17 17:34:11 +02:00
README.mdpp Minor documentation improvements 2016-06-21 14:14:08 +02:00

README.mdpp

!CHAPTER Data model & 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](../Administration/Arangosh/README.md), 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](../GettingStarted/WebInterface.md)
as well and may therefore skip these sections as beginner.