09 Aug 2016
![](/public/img/spatial_query.png)
Updating legis-graph-spatial to make use of the new spatial procedures in Neo4j 3.0 and the official Neo4j Javascript driver. Procedures provide a new API for interacting with the Neo4j spatial extension and are callable from Cypher.
26 Jun 2016
![](/public/img/graph-of-thrones.png)
Using graphs to analyze character interactions in the popular Game of Thrones series. Social network analysis with Neo4j.
21 Mar 2016
![](/public/img/legis-graph-spatial.png)
Adding geospatial indexing and map visualizations to legis-graph
07 Jan 2016
![](https://developer.bestbuy.com/images/bestbuy-logo.png)
Finding real world text datasets to analyze can make playing around with NLP tasks much more interesting. This quick post shows how to build a word adjacency graph in Neo4j using product reviews from the Best Buy API.
14 Dec 2015
![](/public/img/swapi.png)
A common task when working with data from APIs is crawling the API and inserting the results in a database. In this example we'll import data into Neo4j by crawling a public API, building a graph in Neo4j as we go along. We'll use Neo4j as a queuing mechanism to store URLs for placeholder resources waiting to be fetched.