2017-06-06 18:03:45 +08:00
|
|
|
# Technical Documentation
|
|
|
|
|
|
|
|
## About Memgraph
|
2017-05-31 21:20:20 +08:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2017-06-06 18:03:45 +08:00
|
|
|
## Contents
|
|
|
|
|
|
|
|
* [About Memgraph](#about-memgraph)
|
|
|
|
* [Installation](installation.md)
|
|
|
|
* [Quick Start](quick-start.md)
|
|
|
|
* [openCypher Query Language](open-cypher.md)
|
|
|
|
* [Upcoming Features](upcoming-features.md)
|
2017-05-31 21:20:20 +08:00
|
|
|
|