1
0
Fork 0
arangodb/Documentation/Books/Manual/GettingStarted
Simran ef6e5dd8df Doc - do not wrap links in Markdown, unclutter page ToC (#5820) 2018-07-11 19:34:38 +02:00
..
Authentication.md Feature/auth context (#2704) 2017-07-02 23:15:57 +02:00
ComingFromSql.md Doc - do not wrap links in Markdown, unclutter page ToC (#5820) 2018-07-11 19:34:38 +02:00
DatabasesCollectionsDocuments.md Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01:00
Installation.md Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01:00
NextSteps.md Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01:00
QueryingTheDatabase.md Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01:00
README.md Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01:00
WebInterface.md Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00

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