0324b61e0b
Reviewers: florijan, buda Reviewed By: florijan Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D564
18 lines
508 B
Markdown
18 lines
508 B
Markdown
# Technical Documentation
|
|
|
|
## About Memgraph
|
|
|
|
Memgraph is an ACID compliant high performance transactional in-memory graph
|
|
database management system featuring highly concurrent
|
|
data structures, multi-version concurrency control and asynchronous IO.
|
|
|
|
## Contents
|
|
|
|
* [About Memgraph](#about-memgraph)
|
|
* [Installation](installation.md)
|
|
* [Quick Start](quick-start.md)
|
|
* [Storable Data Types](data-types.md)
|
|
* [openCypher Query Language](open-cypher.md)
|
|
* [Upcoming Features](upcoming-features.md)
|
|
|