1
0
Fork 0
arangodb/Documentation/Books/Manual/DataModeling
jsteemann 75481b4299 issue #2289 2017-01-30 09:02:35 +01:00
..
Collections issue #2289 2017-01-30 09:02:35 +01:00
Databases Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Documents Fixed a typo in the documentation. A code-snipped in a graph example was hidden by accident 2017-01-05 13:20:57 +01:00
NamingConventions Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Concepts.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
GraphsVerticesEdges.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
README.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00

README.mdpp

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](../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.