top | item 7751569

Show HN: Cadet, a jRuby wrapper for Neo4j

6 points| dinosomething | 11 years ago |github.com

also, checkout https://github.com/karabijavad/congress-graph for an example of its usage.<p>congress-graph utilizes cadet's ability to do neo4j batch insert mode to insert tons of data re: legislators, committees, etc into a graph database in a matter of minutes.<p>cadet also has its own DSL which allows for easy creation of nodes via the following statement: Person_by_name("Javad").lives_in_to City_by_name("Chicago")<p>feel free to ask me any questions.<p>thanks!

3 comments

order

dinosomething|11 years ago

...or is it a neo4j wrapper for jruby?

also, checkout https://github.com/karabijavad/congress-graph for an example of its usage.

congress-graph utilizes cadet's ability to do neo4j batch insert mode to insert tons of data re: legislators, committees, etc into a graph database in a matter of minutes.

cadet also has its own DSL which allows for easy creation of nodes via the following statement: Person_by_name("Javad").lives_in_to City_by_name("Chicago")

feel free to ask me any questions.

thanks!