memgraph/docs/user_technical
florijan ca8fb55ac5 Collect Map added
Summary:
Tests are on the way. Please first comment if you're OK with this implementation, some points are discussable.

What works now:
```
bash:MEMGRAPH_ROOT/build/>./tests/manual/console 10
MG>MATCH (n) RETURN COLLECT("age_" + n.age, n.height)

+-----------------------------------------------------------------------------------------------------------------------------------+
| COLLECT("age_" + n.age, n.height)                                                                                                 |
+-----------------------------------------------------------------------------------------------------------------------------------+
| {age_10: 176, age_13: 180, age_24: 172, age_25: 179, age_32: 123, age_33: 186, age_37: 147, age_43: 162, age_49: 126, age_6: 170} |
+-----------------------------------------------------------------------------------------------------------------------------------+
```

Reviewers: mislav.bradac, teon.banek, buda

Reviewed By: mislav.bradac, buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D695
2017-08-25 12:51:18 +02:00
..
bundle Added alpha documentation bundle script. 2017-06-14 15:54:15 +02:00
couscous.yml Setup a basic skeleton for Technical Documentation 2017-06-07 11:08:45 +02:00
data-types.md Property storage now supports Map 2017-08-24 10:29:49 +02:00
installation.md Add a way to stop query execution 2017-07-14 14:36:44 +02:00
open-cypher.md Collect Map added 2017-08-25 12:51:18 +02:00
quick-start.md Temporary IDs now sent to Bolt client. Documentation updated. 2017-08-09 14:45:09 +02:00
README.md Add a chapter in user documentation on data types 2017-07-19 17:30:40 +02:00
run Bug fix because cd working_dir hasn't been correct. 2017-05-31 16:06:44 +02:00
upcoming-features.md Plan variable length expand 2017-07-26 12:36:47 +02:00

Technical Documentation

About Memgraph

Memgraph is an ACID compliant high performance transactional in-memory graph database management system featuring highly concurrent data structures, multi-version concurrency control and asynchronous IO.

Contents