This Week in Neo4j – 29 April 2017


Welcome to this week in Neo4j where we round up what’s been happening in the world of graph databases in the last 7 days.

But before we begin, a quick announcement from us, the Neo4j Developer Relations team.

Developer Zone at GraphConnect Europe 2017


To provide the best developer experience at our GraphConnect conference in London, on May 11th 2017, we will open a dedicated Developer Zone.

We will all be joined by Neo4j engineers, eager to answer your questions and talk about cool stuff you can do with Neo4j.

So if you can make it to London for GraphConnect, don’t miss out for the best experience of the show – the Developer Zone. You can register with the DEVZONE30 discount for 30% off, or send an email to devrel@neo4j.com to get one of the few free or 50% off tickets.


This Week in Neo4j - 29 April 2017

This week’s featured community member – Michael Moussa

Michael has been active for quite a while in the Neo4j community, presenting introductions to Neo4j at multiple PHP conferences. Last week he presented at the Lone Star PHP Conference in Dallas, TX.

He’s also contributed to PHP related projects in the Neo4j community and answered questions in our open channels.

Last few days of APOC Awareness Month


We’re in the last days of the APOC Awareness Month so if you haven’t published your article, you have until Monday evening (May 1st might be a good day off to work on this).

Tomaz Bratanic continued his APOC algorithm series and wrote this time about similarities, cluster finding and visualizing them with virtual nodes and relationships. A very interesting read!

Python, PyData, Flask, NeoModel, and Neo4j


Nigel Small, author of py2neo and tech lead of the drivers team visited Amsterdam a couple of weeks ago to present “A Pythonic Tour of Neo4j and the Cypher Query Language” at the PyData conference.

Mostafa Moradian published gRest, a quickstart repository to build applications with Python, Flask, and NeoModel – a Django-like OGM for Neo4j.

The GraphConnect schedule is a graph


GraphConnect Schedule Graph

The GraphConnect Europe 2017 Schedule

Besides interviewing our community for the Graphistania Podcast and creating Graph-Karaokes, Rik van Bruggen also loves to recreate event schedules in Neo4j, for easy querying and recommendations.

GraphConnect is no exception and you can now view the schedule as a graph.

Wikipedia Knowledge Graph, GraphQL, Causal Clustering


    • As a follow up to last week’s online meetup my colleague Jesús Barrasa published a blog post explaining how to create the Wikipedia Knowledge Graph in Neo4j. He loads pages and categories and enriches them by querying dbpedia. You can follow along by running the Neo4j-Browser Guide Jesús created in the blank Neo4j Sandbox.
    • Rik also published parts 2 , 3, and 4 of his series of explaining common questions about Neo4j. You get very detailed answers on the questions of scale, usage of Lucene, Solr and transactions and the Gremlin support of Neo4j.
    • If you love to extend Neo4j you will like this article by Igor Borojevic, who shows as part of the security series with Neo4j how to build a custom security plugin, to chose your own way of doing Authentication and authorization
    • Chris Skardon explains step by step how to manually set up a causal cluster with Neo4 3.1.3 on Microsoft Azure. Enjoy his funny observations and comments in his blog post: So you want to go Causal Neo4j in Azure? Sure we can do that
    • Magnus Wallberg wrote up the PhUSE conference where he attended a workshop led by Tim Williams comparing RDF and graphs.
    • If you’re looking for a job where you can work with Neo4j full time, Matt Andrews at the Financial Times is hiring:

The Mattermark GraphQL API Graph


GraphQL has been on our minds, lately. So, when the Mattermark GraphQL API became available, Will Lyon looked into it and created this insightful blog post on analysing local startup ecosystems based on their data.

He uses ApolloClient to access the API and turn the data of startups based in his home state of Montana into a graph in Neo4j.

Will then goes on to use Cypher queries to answer questions such as:

    • What are the companies in Montana that are raising venture capital?
    • Who are the founders?
    • Who is funding them and what industries are they in?_

Online Meetup: Learning Chinese with Neo4j


In this week’s online meetup Fernando Izquierdo showed us how to learn Chinese using Neo4j.

Even if you’ve got no interest in learning Chinese this is still worth watching because it’s such an innovative use of graphs.

From The Knowledge Base


This week from the Neo4j Knowledge Base:

On GitHub: Rust, Spring Data Neo4j, The Bible


Here are some of the most interesting projects I found on my GitHub travels:

    • If you like to work in Rust, this Crate can help you to access Neo4j natively. It uses Cypher via the HTTP protocol and is well documented in the readme. It even offers a Macro based approach for less clutter in your code.
    • Marco Falcier created a quick Spring Data Neo4j example project for managing forests of trees, that gives you a good starting point. It runs on a temporary in-memory database and comes with an Angular frontend and provides Mockito based tests.
    • The MetaV viz.bible is an online and mobile site publishing detailed connections between bible verses and provides a lot of insights and charts. Olin Blodgett took the CSV data which is available under a CC license and transforms it into a graph in Neo4j. You can also see the underlying data model and some example queries. Would be interesting to build an app on top of that graph data which could augment viz.bible with deeper insights based on graph queries and analytics.
    • If you are into life-sciences research and want to work with Snomed data in Neo4j, Pradeep created a Docker based workflow using the official containers for Neo4j and Snomed and a Groovy script to load the data into a graph.

Tweet of the Week


My favorite tweet this week was by Christos Delivorias:

That’s all for this week. Have a great weekend.

Cheers, Michael & Mark