mirror of https://gitee.com/bigwinds/arangodb
12 lines
346 B
Markdown
12 lines
346 B
Markdown
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
|