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)
|
2018-09-27 20:43:32 +08:00
|
|
|
* [Quick Start](01_quick-start.md)
|
|
|
|
* [Tutorials](tutorials/02_tutorials-overview.md)
|
|
|
|
* [Analysing TED Talks](tutorials/03_analyzing-TED-talks.md)
|
|
|
|
* [Graphing the Premier League](tutorials/04_graphing-the-premier-league.md)
|
|
|
|
* [Exploring the European Road Network](tutorials/05_exploring-the-european-road-network.md)
|
2018-10-02 22:31:34 +08:00
|
|
|
* [How to](how_to_guides/01_how-to-guides-overview.md)
|
|
|
|
* [Import Data?](how_to_guides/02_import-data.md)
|
|
|
|
* [Query Memgraph Programmatically?](how_to_guides/03_query-memgraph-programmatically.md)
|
|
|
|
* [Ingest Data Using Kafka?](how_to_guides/04_ingest-data-using-kafka.md)
|
|
|
|
* [Manage User Privileges?](how_to_guides/05_manage-user-privileges.md)
|
2018-09-27 20:43:32 +08:00
|
|
|
* [Concepts](concepts/01_concepts_overview.md)
|
|
|
|
* [Storage](concepts/02_storage.md)
|
|
|
|
* [Graph Algorithms](concepts/03_graph-algorithms.md)
|
|
|
|
* [Indexing](concepts/04_indexing.md)
|
|
|
|
* [Reference Guide](reference_guide/01_reference-overview.md)
|
|
|
|
* [Reading Existing Data](reference_guide/02_reading-existing-data.md)
|
|
|
|
* [Writing New Data](reference_guide/03_writing-new-data.md)
|
|
|
|
* [Reading and Writing](reference_guide/04_reading-and-writing.md)
|
|
|
|
* [Indexing](reference_guide/05_indexing.md)
|
|
|
|
* [Graph Algorithms](reference_guide/06_graph-algorithms.md)
|
|
|
|
* [Graph Streams](reference_guide/07_graph-streams.md)
|
2018-10-02 22:31:34 +08:00
|
|
|
* [Security](reference_guide/08_security.md)
|
|
|
|
* [Dynamic Graph Partitioner](reference_guide/09_dynamic-graph-partitioner.md)
|
|
|
|
* [Other Features](reference_guide/10_other-features.md)
|
|
|
|
* [Differences](reference_guide/11_differences.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)
|