cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Graphs and the abstraction of geography

A project related to voting patterns in NC USA. There are 100 counties in NC and each has a board of commissioners composed of a very small number (five to nine) of elected persons. Interest has arisen in some chapters of CodeForAmerica (such as (Cod...

Exploring approaches to Graphs + Machine Learning

Hi, Thanks Karin for welcoming me to the community! My name's David, I'm the co-founder of https://octavian.ai, a research project into new approaches to machine learning on graphs. My background is from running a tech startup ( SketchDeck) and study...

1X_8c7390150cd0078e967a18c7663581b9b334d239.png 2X_0_0baa989d04067427c92aa3b647c74ed3b8d68f5e.jpeg 2X_9_94798e1a9df30969ad543454c3583d7e145e6d5c.jpeg 2X_6_6f6691a614681ba6b29e1d4f63cceec6eda8589d.jpeg
david1 by Node Link
  • 1996 Views
  • 0 replies
  • 4 kudos

JCypher 4.1.0 has been released

Hi everybody, JCypher 4.1.0 has been released. New in this release: Collections in the Query API are now aware of their component type This allows expressions like: WHERE.valueOf(path.relations().last().type()).EQUALS("Some_Type") or: WHERE.has(p...

GraphX / Mazerunner

Hi! What is the status of Mazerunner? It hasn't had any changes in a very long time. Is it superceded by something else? I'm very interested in leveraging Spark GraphX to process subgraphs.

clark by Node
  • 1887 Views
  • 3 replies
  • 0 kudos

Graphileon - Your App is a Graph

Graphileon is a platform to build applications that are, as we call it, graphy . This means that applications are built using graphs : (:Function)-[:TRIGGER]->(:Function) Functions Functions are the building blocks of any Graphileon application. We...

Resolved! Tracking Legislative Conflicts with Neo4j

Greetings everyone, just wanted to share how I am currently utilizing Neo4j. At the Indiana General Assembly, legislators create proposed legislation called Bills. These Bills target the Indiana Code (Indiana Law). The Indiana code is a hierarchic...

1X_919334bedb8e025853db3143312963e87250b1a2.jpeg
vkarmo by Node Link
  • 2498 Views
  • 6 replies
  • 9 kudos

Neo4j Bolt driver wrapper for Angular

Let me introduce the module I created for using Neo4j Bolt driver for JavaScript from the Angular application. A special browser version of the driver supports connecting to Neo4j over WebSockets. https://www.npmjs.com/package/angular-neo4j On GitHub...

webmaxru by Node Link
  • 3773 Views
  • 2 replies
  • 6 kudos

Graph Theory with Neo4j

This workshop was inspired by the book Introduction to Graph Theory by Richard J. Trudeau. The challenge is to implement graph theory concepts using pure Neo4j Cypher query language, without the help of any libraries such as Awesome Procedures On Cyp...