mirror of https://gitee.com/bigwinds/arangodb
442 B
442 B
layout | description |
---|---|
default | This beginner's guide will make you familiar with ArangoDB |
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