Coder Social home page Coder Social logo

graphday2019's Introduction

Philly GraphDB - Graph Day April 15, 2019

Celebrating Leonhard Euler's birthday!

Event Details

Read more about what makes Graph Day Graph Day here

Excerpt from Karin Wolok:

"Join us and the global Neo4j community on April 15, 2019 to celebrate the birth of the inventor of graph theory, Leonhard Euler!. Help us lead this day of celebration, collaboration and advocacy around the topic of graph-thinking and those who have accelerated thought leadership in this space.

We invite our Neo4j community members around the world to participate by hosting a local event or gathering with friends and colleagues on this monumental day! We plan to build a big graph from the events and attendees on GlobalGraphCelebrationDay"

Also from Karin, a video for more information: Hello on Global Graph Celebration Day!

Graph Day Community Graph

Neo4j DB - user: events, password: events

Some templated queries:

/// Find any events in New York and who is attending:
MATCH path=(e:Event)<-[:ATTENDING]-(p:Person)
WHERE e.City CONTAINS "New York"
RETURN path

/// Which event has the most attendees interested in GraphQL?
MATCH (e:Event)<-[:ATTENDING]-(p:Person)-[:USES]->(:Tool {name: "GraphQL"})
RETURN e.City AS city, e.Description AS description, COUNT(p) AS num
ORDER BY num DESC LIMIT 10

Project Details

Example of what we are trying to do: Hardest puzzle Project Details: Realtime Board

graphday2019's People

Contributors

adamsma avatar jasocox avatar

Stargazers

Jess Mason avatar

Watchers

Jess Mason avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.