1
0
Fork 0
arangodb/Documentation/Books/Manual/GettingStarted
Simran cbfc317430
Doc - Fix typo in GettingStarted/QueryingTheDatabase.md
2019-03-07 01:50:52 +01:00
..
Authentication.md
ComingFromSql.md
DatabasesCollectionsDocuments.md
Installation.md
NextSteps.md
QueryingTheDatabase.md Doc - Fix typo in GettingStarted/QueryingTheDatabase.md 2019-03-07 01:50:52 +01:00
README.md
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