memgraph/docs/user_technical/README.md
Teon Banek 46581bfc94 Setup a basic skeleton for Technical Documentation
Reviewers: buda, dtomicevic

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D427
2017-06-07 11:08:45 +02:00

18 lines
532 B
Markdown

# Technical Documentation
## About Memgraph
Memgraph is an ACID compliant high performance transactional distributed
in-memory graph database featuring runtime native query compiling, lock free
data structures, multi-version concurrency control and asynchronous IO.
## Contents
* [About Memgraph](#about-memgraph)
* [Installation](installation.md)
* [Quick Start](quick-start.md)
* [openCypher Query Language](open-cypher.md)
* [Interfacing with Memgraph](interfaces.md)
* [Upcoming Features](upcoming-features.md)