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
ComingFromSql.md Doc - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01: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 - Getting Started refactor - Part 1 (#4749) 2018-03-12 09:33:31 +01: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