memgraph/docs/user_technical/README.md
florijan e28fc6ed41 FLAG 'snapshot_on_destruction' renamed to 'snapshot_on_exit'
Reviewers: teon.banek, buda

Reviewed By: teon.banek, buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D471
2017-06-16 16:25:26 +02:00

17 lines
485 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)
* [Upcoming Features](upcoming-features.md)