Giter Club home page Giter Club logo

meteor-neo4j-visualization's Introduction

2 packages you need
meteor add ostrio:neo4jreactivity
meteor add d3js:d3
Neo4j initial data
CREATE (a1:METEOR {title: "Korea", body: "Make graph"})
CREATE (a2:METEOR {title: "Graph", body: "Make graph"})
CREATE (a3:METEOR {title: "Getting started", body: "Make graph"})
CREATE (a4:METEOR {title: "Neo4j", body: "Make graph"})
CREATE (a5:METEOR {title: "Meteor", body: "Make graph"})
CREATE (a6:METEOR {title: "Meteor Korea", body: "Make graph"})
CREATE (a7:METEOR {title: "Visualization", body: "Make graph"})
CREATE (a1)-[r1:Weight]->(a2)
CREATE (a1)-[r2:Weight]->(a3)
CREATE (a1)-[r3:Weight]->(a4)
CREATE (a2)-[r4:Weight]->(a3)
CREATE (a3)-[r5:Weight]->(a4)
CREATE (a3)-[r6:Weight]->(a5)
CREATE (a3)-[r7:Weight]->(a2)
CREATE (a3)-[r8:Weight]->(a1)
CREATE (a4)-[r9:Weight]->(a1)
CREATE (a5)-[r10:Weight]->(a4)
CREATE (a5)-[r11:Weight]->(a1)
When you delete all data on Neo4j
MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE n,r
Synchronization with MongoDB on Meteor and Neo4j is not completed yet.

meteor-neo4j-visualization's People

Contributors

hunjaejung avatar

Watchers

James Cloos 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.