1
0
Fork 0
arangodb/Documentation/Books/Manual/GettingStarted
sleto-it eb0b48c52b
Doc - kube-arangodb docs integration (#5014)
2018-04-05 12:57:24 +02:00
..
Arangosh.md
Authentication.md Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
ComingFromSql.md
DatabasesCollectionsDocuments.md
Installation.md
NextSteps.md
QueryingTheDatabase.md Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01:00
README.md
WebInterface.md

README.md

Getting Started

This beginner's guide will make you familiar with ArangoDB. We will introduce core concepts and cover how to

  • install and run a local ArangoDB server
  • use the web interface to interact with it
  • store example data in the database
  • query the database to retrieve the data again
  • edit and remove existing data