memgraph/docs/user_technical/README.md

18 lines
532 B
Markdown
Raw Normal View History

# 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)