1
0
Fork 0
arangodb/Documentation/Books/Manual/GettingStarted
Simran 915512647f
Doc - Fix typo in GettingStarted/QueryingTheDatabase.md
2019-03-07 01:50:10 +01:00
..
Authentication.md
ComingFromSql.md
DatabasesCollectionsDocuments.md
Installation.md Doc - Forwardports to devel - 2018-12-27 (#7858) 2018-12-27 17:12:50 +01:00
NextSteps.md
QueryingTheDatabase.md Doc - Fix typo in GettingStarted/QueryingTheDatabase.md 2019-03-07 01:50:10 +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