JazminSchroeder.github.io
  • "It always seems impossible until it's done"

A random collection of things I have learned

Neo4j-notes

Find number of nodes

MATCH (n)
RETURN count(*)
as count;

Get all labels

START n=node(*) RETURN labels(n)

Posted by Jazmin Schroeder Feb 25th, 2014   neo4j

Tweet
  • « Mongo: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:145
  • Cucumber Scenario Outlines »

Recent Posts

Hello Gopher Mysql Query From Binary to Uuid Ruby and Statsd Dyld: Library Not Loaded: /usr/local/lib/libevent-2.0.5.dylib RabbitMQ From the Command Line

GitHub Repos

Status updating...

@jazminschroeder on GitHub

Copyright © 2015 - Jazmin Schroeder
Powered by Octopress, customized with octostrap3.