[Neo4j] Rest API requests

2010-11-23 Thread Max De Marzi Jr.
Hello, I started adding "fake" bulk operations to neography ( https://github.com/maxdemarzi/neography ) but ran into issues when trying to create or get more than 100 nodes at a time. ubuntu ~/forks/neography: bundle exec rspec spec/integration/rest_bulk_spec.rb No Extensions Found: /home/max/.ne

Re: [Neo4j] Rest API requests

2010-11-23 Thread Peter Neubauer
Will see if I can reproduce it tonight... /peter - From my cellphone, please excuse typos and brevity... On Nov 23, 2010 9:23 AM, "Max De Marzi Jr." wrote: > Hello, > > I started adding "fake" bulk operations to neography ( > https://github.com/maxdemarzi/neography ) but ran into issues when > tr

Re: [Neo4j] Rest API requests

2010-11-23 Thread Peter Neubauer
Max, did you install bundler to do the "bundle exec"? Are you running Ruby or JRuby, and where is the "bundle" binary installed after I do gem install bundler? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin

Re: [Neo4j] Rest API requests

2010-11-23 Thread Max De Marzi Jr.
Yup, just run: gem install bundler Assuming you have a forks\neography directory: cd forks\neography git pull upstream master bundle install bundle exec rspec spec/integration/rest_bulk_spec.rb I'm on JRuby 1.6.0.dev (2010-08-30 3040e75) (a bit old...) On Tue, Nov 23, 2010 at 10:57 AM, Peter N

Re: [Neo4j] Rest API requests

2010-11-23 Thread Peter Neubauer
Mmh, to start with, I am stuck with some OpenSSL error when trying to run rspecs: bundle exec rspec spec/integration/rest_node_spec.rb JRuby limited openssl loaded. gem install jruby-openssl for full support. http://jruby.kenai.com/pages/JRuby_Builtin_OpenSSL JRuby limited openssl loaded. gem inst

Re: [Neo4j] Rest API requests

2010-11-23 Thread Max De Marzi Jr.
Hum... not sure try just: rspec spec/integration/rest_experimental_spec.rb On Tue, Nov 23, 2010 at 3:20 PM, Peter Neubauer wrote: > Mmh, > to start with, I am stuck with some OpenSSL error when trying to run rspecs: > > bundle exec rspec spec/integration/rest_node_spec.rb > JRuby limited openss

Re: [Neo4j] Rest API requests

2010-11-26 Thread Peter Neubauer
Ok, Andreas helped me to get RVM set up and things working. When are you getting the problem? My testing ran good ... /peter On Wed, Nov 24, 2010 at 5:26 AM, Max De Marzi Jr. wrote: > Hum... not sure try just: > >  rspec spec/integration/rest_experimental_spec.rb > > On Tue, Nov 23, 2010 at 3:2

Re: [Neo4j] Rest API requests

2010-11-26 Thread Max De Marzi Jr.
Try upping the number of nodes created. Try 200, 500, 1000. On Fri, Nov 26, 2010 at 9:30 AM, Peter Neubauer wrote: > Ok, > Andreas helped me to get RVM set up and things working. > > When are you getting the problem? My testing ran good ... > > /peter > > On Wed, Nov 24, 2010 at 5:26 AM, Max De

Re: [Neo4j] Rest API requests

2010-11-30 Thread Peter Neubauer
Max, with my neo4j server 1.2.M04, I am getting quite ok results for 10.000 nodes threaded: [~/code/ruby/neography] $rspec spec/integration/rest_bulk_spec.rb No Extensions Found: /Users/peterneubauer/.neography created neo4j REST can crate many nodes .created neo4j REST user system

Re: [Neo4j] Rest API requests

2010-11-30 Thread Max De Marzi Jr.
I still can't get more than 100 to work on jruby 1.5.5 for some reason. 1.8.7 and 1.9.2 finished just fine, although much slower than your numbers. Is your neo4j server configured different from the basic install? My numbers are below. Ubuntu 10.04.1 LTS Dual Six-Core AMD Opteron(tm) Processor 2

Re: [Neo4j] Rest API requests

2010-11-30 Thread Peter Neubauer
Mmh, I am running on OSX with SSD, on a un-tweaked neo4j-1.2.M04 instance. Kinda hard to know what the difference is, and if it is JRuby parts or the server being slow. Maybe you could test going against a dummy webservice and see what happens? Cheers, /peter neubauer GTalk:      neubauer.peter