Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View cotedustin's full-sized avatar

Dustin Cote cotedustin

View GitHub Profile
@cotedustin
cotedustin / MOSES_2016_Conference_GraphGist.adoc
Last active February 21, 2016 08:37
MOSES 2016 Conference

Exploring A Conference

Taking a sneak peak at the MOSES 2016 Organic Conference. Their brochure has all of this year’s sessions organized by Category Type. Importing this into Neo4j’s graph database allows us to browse these sessions in different ways.

SIofen5
@cotedustin
cotedustin / gist:601da3f3950e18993a04
Last active January 24, 2016 07:27
Neo4J MOSES Conference 2015 Data load
Create (per1:Person {id:1, name:'David Bane', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per2:Person {id:2, name:'Dustin Kelly', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per3:Person {id:3, name:'Eric Bietila', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per4:Person {id:4, name:'Erin Silva', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per5:Person {id:5, name:'Jed Colquhoun', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per7:Person {id:7, name:'Jessica Davis', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per8:Person {id:8, name:'H.N. Storteboom', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per9:Person {id:9, name:'R. Barminski', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per10:Person {id:10, name:'A. Sukor', city:'', state:'', email1:'', email2:'', website:'', description:''}),
(per11:Per
@cotedustin
cotedustin / Conference_GraphGist.adoc
Last active April 10, 2017 08:57
Neo4j GraphGist - Explore A Conference

Exploring A Conference

Going to a Conference can be a lot of fun, an important networking opportunity, and a great learning experience. But it can also be hard to choose which workshops to attend. Conference workbooks can help you choose by providing long descriptions of the presentations offered and the biographies of the presenters. But they also can only provide one linear way to look at your options: by date & time. Neo4j and Graph Databases allow you to easily explore the conference by different category types, presenters, companies, vendors, room numbers, and more.

LpaP8IJ