https://github.com/neo4j-examples/graphgists
Reference Graph Gists
https://github.com/neo4j-examples/graphgists
Last synced: about 2 months ago
JSON representation
Reference Graph Gists
- Host: GitHub
- URL: https://github.com/neo4j-examples/graphgists
- Owner: neo4j-examples
- License: cc0-1.0
- Created: 2015-05-28T21:20:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T22:33:24.000Z (over 4 years ago)
- Last Synced: 2025-05-08T01:44:12.788Z (about 2 months ago)
- Language: Shell
- Size: 13.3 MB
- Stars: 45
- Watchers: 18
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphgists
Reference Graph Gists== Basic Guidelines for Graph Gists
* Use neo4j-version: 2.3
* Use Neo4j 2.3 features, especially **Labels**
* Adhere to the Cypher style guide (WIP, but: capitalized labels, all-caps rel-types, camel-case properties, if possible consistent keyword casing e.g. all-caps)
* Use meaningful relationship types
* Include a data model between 20 and 150 nodes in size
* Explain the use case and be good read but not a novel
* Include a good domain picture, if possible other illustrating pictures
* Include meta-information about the author and topics
* Use the graphgist tools (//graph_result, //table, //setup, //hide, //output)
* Hide long long setup queries
* Use one line per sentence for easier versioning
* End with //console at the end== Basic Guidelines for Blog Posts
In order to maximize the impact of the graph gists, we should write and update them with future blog posts in mind.
* Posts should be 500+ words
* Posts should include at least one picture or graphic (more are always welcome)
* Posts should include at least one code example