46581bfc94
Reviewers: buda, dtomicevic Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D427
18 lines
532 B
Markdown
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)
|
|
|