e28fc6ed41
Reviewers: teon.banek, buda Reviewed By: teon.banek, buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D471
17 lines
485 B
Markdown
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)
|
|
|