From e68c3f4e5f05c6d0e62025ec8e29f28a8f09ed57 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Wed, 14 Jun 2017 14:52:28 +0200 Subject: [PATCH] Graph gists. Summary: Add graph gists link to the documentation. Reviewers: teon.banek, dtomicevic Reviewed By: teon.banek Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D472 --- docs/user_technical/quick-start.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user_technical/quick-start.md b/docs/user_technical/quick-start.md index 73b375392..42e10e8a5 100644 --- a/docs/user_technical/quick-start.md +++ b/docs/user_technical/quick-start.md @@ -21,6 +21,12 @@ Memgraph is 100% Bolt compliant. That means every Bolt compliant driver should work. The following clients and drivers are tested `libneo4j-client` (C), `neo4j-driver` (Python), `neo4j-driver` (Javascript), `Neo4j Driver` (Java). +### Graph Gists + +A nice looking set of small graph examples could be found +[here](https://neo4j.com/graphgists/). You can take any use-case and try to +execute the queries against Memgraph. We welcome your feedback! + ### neo4j-client Example Please take a look [here](https://neo4j-client.net) for the installation details