memgraph/docs/user_technical/reference_guide/01_reference-overview.md
Ivan Paljak f53343a415 Fix naming conventions in user_technical
Summary:
* Prefix filenames with order in which they should appear in the sidebar.
* Fix links

Reviewers: buda

Reviewed By: buda

Differential Revision: https://phabricator.memgraph.io/D1618
2018-09-28 11:40:32 +02:00

22 lines
930 B
Markdown

## Reference Overview
[*openCypher*](http://www.opencypher.org/) is a query language for querying
graph databases. It aims to be intuitive and easy to learn, while
providing a powerful interface for working with graph based data.
*Memgraph* supports most of the commonly used constructs of the language. The
reference guide contains the details of implemented features. Additionally,
not yet supported features of the language are listed.
Our reference guide currently consists of the following articles:
* [Reading Existing Data](02_reading-existing-data.md)
* [Writing New Data](03_writing-new-data.md)
* [Reading and Writing](04_reading-and-writing.md)
* [Indexing](05_indexing.md)
* [Graph Algorithms](06_graph-algorithms.md)
* [Graph Streams](07_graph-streams.md)
* [Dynamic Graph Partitioner](08_dynamic-graph-partitioner.md)
* [Other Features](09_other-features.md)
* [Differences](10_differences.md)