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-10-08 04:32:34 +08:00
|
|
|
[//]: # (When adding a new documentation file, please add it to the list)
|
|
|
|
|
2017-06-06 18:03:45 +08:00
|
|
|
## Contents
|
|
|
|
|
|
|
|
* [About Memgraph](#about-memgraph)
|
|
|
|
* [Quick Start](quick-start.md)
|
2017-12-14 19:56:00 +08:00
|
|
|
* [Examples](examples.md)
|
2017-11-24 20:06:47 +08:00
|
|
|
* [Drivers](drivers.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)
|
2017-12-21 21:06:36 +08:00
|
|
|
* [Import Tools](import-tools.md)
|
2017-06-06 18:03:45 +08:00
|
|
|
* [Upcoming Features](upcoming-features.md)
|
2017-05-31 21:20:20 +08:00
|
|
|
|
2017-10-08 04:32:34 +08:00
|
|
|
[//]: # (Nothing should go below the contents section)
|