Live data from Hacker News

Show HN: Cadet, a jRuby wrapper for Neo4j

github.com

1–4 of 4 posts

Show HN: Cadet, a jRuby wrapper for Neo4j

#1
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!

Show HN: Cadet, a jRuby wrapper for Neo4j
github.com

Re: Show HN: Cadet, a jRuby wrapper for Neo4j

#2
...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!

Re: Show HN: Cadet, a jRuby wrapper for Neo4j

#4

We're using pacer-neo4j ( https://github.com/pangloss/pacer-neo4j ) at Uniiverse with great success embedding neo4j within a jruby 1.7 webapp. I'd definitely suggest checking it out as well!

whoa... how have i not seen this? this is cool! glad to see theres more neo4jruby love out there!

checkout: https://github.com/karabijavad/recommendations_example

for an example of using cadet with sinatra