2017-06-06 18:03:45 +08:00
|
|
|
# Technical Documentation
|
|
|
|
|
|
|
|
## About Memgraph
|
2017-05-31 21:20:20 +08:00
|
|
|
|
2017-07-11 20:29:16 +08:00
|
|
|
Memgraph is an ACID compliant high performance transactional in-memory graph
|
|
|
|
database management system featuring highly concurrent
|
2017-05-31 21:20:20 +08:00
|
|
|
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)
|
2017-07-19 20:48:20 +08:00
|
|
|
* [Storable Data Types](data-types.md)
|
2017-06-06 18:03:45 +08:00
|
|
|
* [openCypher Query Language](open-cypher.md)
|
|
|
|
* [Upcoming Features](upcoming-features.md)
|
2017-05-31 21:20:20 +08:00
|
|
|
|