1
0
Fork 0
arangodb/Documentation/Books/Manual/GettingStarted
sleto-it 099fd6d2db
Doc - Forwardports to devel - 2018-12-27 (#7858)
2018-12-27 17:12:50 +01:00
..
Authentication.md
ComingFromSql.md Doc - do not wrap links in Markdown, unclutter page ToC (#5820) 2018-07-11 19:34:38 +02:00
DatabasesCollectionsDocuments.md
Installation.md Doc - Forwardports to devel - 2018-12-27 (#7858) 2018-12-27 17:12:50 +01:00
NextSteps.md
QueryingTheDatabase.md
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