An open API service indexing awesome lists of open source software.

https://github.com/jexp/blog

my blog posts about Neo4j written in AsciiDoc
https://github.com/jexp/blog

Last synced: 12 months ago
JSON representation

my blog posts about Neo4j written in AsciiDoc

Awesome Lists containing this project

README

          

:base: http://jexp.github.io/blog
These are simple blog posts by me, Michael Hunger http://twitter.com/mesirii[@mesirii] about all things http://neo4j.org[Neo4j]

Here is a list of the https://github.com/jexp/blog/tree/gh-pages/adoc[AsciiDoc source files].

You find the posts on http://jexp.github.io/blog

== Latest (2017)

* link:{base}/html/compiled-runtime-32.html[Queries covered by the Cypher Compiled Runtime in Neo4j 3.2]
* link:{base}/html/twitter-women-graphql-gender-graph.html[Finding Awesome Women Tweeting about GraphQL using Gender-API]
* link:{base}/html/onnx2graph-store-and-visualize-machine-learning-models.html[onnx2graph - Store and Visualize Machine Learning Models]
* link:{base}/html/better-data-import-with-graphql-introducing-graphql-load.html[Better Data Import with GraphQL: Introducing graphql load ]
* link:{base}/html/mapping-metaphor-neo4j.html[Importing Mapping Metaphor into Neo4j]
* link:{base}/html/memegraph.html[The Meme Graph]
* link:{base}/html/neo4j-script-procedures-allow-running-javascript-from-cypher.html[Fullstack JavaScript - Neo4j Script Procedures]
* link:{base}/html/user_defined_functions.html[User Defined Functions in Neo4j 3.1.0-M10]
* link:{base}/html/neo4j-charts.html[Charting Neo4j 3.0]
* link:{base}/html/efficient-graph-updates-with-cypher.html[5 Tips & Tricks for Fast Batched Updates of Graph Structures with Neo4j and Cypher]

== Previous - 2016

* link:{base}/html/index_lookup_performance_map.html[Property Lookup Performance, and what we can do about it]
* link:{base}/html/fast-node-by-label-counts-in-neo4j.html[Quick Node by Label Counts in Neo4j 2.x and 3.x]
* link:{base}/html/apoc_data_integration_import_export.html[Export and Import Procedures in APOC]
* link:{base}/html/cypher_map_projections_pattern_comprehensions.html[GraphQL inspired Map Projecitons and Pattern Comprehensions]
* link:{base}/html/fast-node-by-label-counts-in-neo4j.html[Fast Node by Label Counts in Neo4j]

== Learning & Teaching

* link:{base}/html/teaching_skills.html[Teaching Skills inspired by "Badass", Kathy Sierra]

== Procedures & Functions

* link:{base}/html/apoc_data_integration_import_export.html[Export and Import Procedures in APOC]
* link:{base}/html/neo4j_stored_procedures.html[Neo4j 3.0 Stored Procedures]

== Import

* link:{base}/html/simple_csv_export_import.html[Quick Neo4j Export - Import Roundtrip via CSV (WIP)]
* link:{base}/html/load_json.html[LOAD JSON with Cypher]
* link:{base}/html/relational_to_neo4j_import_tool_weekend.html[Import Relational Database directly into Neo4j]
* link:{base}/html/simplest_import_example.html[Simplest LOAD CSV Import Example]

* link:{base}/html/load_csv_with_success.html[Load CSV with Success]
* link:{base}/html/flexible-batch-import.html[Flexible Neo4j Batch Import with Groovy]
* link:{base}/html/load_csv_tips.html[LOAD CSV into Neo4j quickly and successfully]
* link:{base}/html/load_csv_git.html[Importing Git History into Neo4j]
* link:{base}/html/timetree.html[Importing Forests into Neo4j]

== Data Generation

* link:{base}/html/the_story_of_graphgen.html[The Story of GraphGen]
* link:{base}/html/create_random_data.html[Quickly create a 100k Neo4j graph data model with Cypher only]
* link:{base}/html/sampling_a_graph.html[Sampling A Neo4j Database]

== Cypher

* link:{base}/html/fast-node-by-label-counts-in-neo4j.html[Fast Node by Label Counts in Neo4j]
* link:{base}/html/full-text-and-spatial-search-in-neo4j-3.html[Full Text & Range Search with Schema Indexes and Spatial Functions in Neo4j 3.0 (WIP)]
* link:{base}/html/cypher_map_projections_pattern_comprehensions.html[GraphQL inspired Map Projecitons and Pattern Comprehensions]
* link:{base}/html/java_security_vulnerability_graph.html[Finding Security Vulnerabilities with Cypher and Neo4j (WIP)]
* link:{base}/html/simple_nlp_with_graphs.html[Natural Language Analytics made simple and visual with Neo4j]
* link:{base}/html/cleaning_up_cypher.html[Cleaning Out Your Graph]

== Neo4j

* link:{base}/html/store_copy.html[Neo4j Store Copy & Cleanup Tool]
* link:{base}/html/neo4j_indexes_match_and_merge.html[On Neo4j Indexes, MATCH and MERGE]
* link:{base}/html/xrebel_with_neo4j.html[Using XRebel 2 with Neo4j]

* link:{base}/html/styling_neo4j_server_visualisation.html[Styling Neo4j Server Visualisation]

== Visualization

* link:{base}/html/neo4j_web_extension.html[Neo4j Server Extension to serve small Web-UI]

* link:{base}/html/ubigraph.html[Rendering a Neo4j Database in UbiGraph]

== Spring Data Neo4j

* link:{base}/html/improving_remote_spring_data_neo4j_performance.html[Spring Data Neo4j 3.3.0 - Improving Remoting Performance]
* link:{base}/html/sdn_config.html[Spring Data Neo4j 3.0 - Configuration Changes]

//* link:{base}/html/impermanent_server.html[]