Re: [Neo4j] Neo4j 1.3 GA Released!

2011-04-14 Thread Balazs E. Pataki
Great job, thank you! Will you also update this page http://neotechnology.com/price-list to make it clear what is included in which release and with what license (Neo4j Community is still marked as AGPLv3 here)? Regards, --- balazs On 4/13/11 6:18 PM, Jim Webber wrote: Hello fellow

Re: [Neo4j] Neo4j 1.3 GA Released!

2011-04-14 Thread Peter Neubauer
Yes, sorry, I was busy yesterday, will do it today! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your

[Neo4j] [neo4j] Exposing Webadmin

2011-04-14 Thread Georg Summer
Hi there, My setup is that I have a server in a subnet protected by relative strict port policy, so I can not access the 7474 port of the server where by default neo4j is running. I have an Apache Server running as well serving some websites. I am accessing it remotely from a different part of

Re: [Neo4j] [neo4j] Exposing Webadmin

2011-04-14 Thread Peter Neubauer
Georg, mmh! I could try setting this up on my local machine, but is anyone else having input here? Seems like we should examine the Webadmin Javascript requests. Can you access the data REST endpoint with curl? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone 

Re: [Neo4j] [neo4j] Exposing Webadmin

2011-04-14 Thread Georg Summer
Yeah Curl works fine; as well as from a Browser; curl http://server-ip/neo4jdb/db/manage/ { services : { console : http://server-ip/db/manage/server/console, jmx : http://1server-ip/db/manage/server/jmx, monitor : http://server-ip/db/manage/server/monitor } } what I just noticed

Re: [Neo4j] [neo4j] Exposing Webadmin

2011-04-14 Thread Jim Webber
Hi guys, Jim, what is your RESTy expertise on this? Our JAX-RS plumbing will dispatch on very specific parts of the URI (that's just the way JAX-RS works). So if ultimately you send the server something that doesn't match, it's either going to cause a 404 or similar, or where we think it's

[Neo4j] 20 billion primitives machine

2011-04-14 Thread Jamie Stephens
Folks, I've got an application that has (will have) about 2 billion vertexes and maybe 8 billion edges (?).  Maybe an avg of 4 properties per vertex -- with maybe an avg of 32 bytes/value. So I guess that's 16 billion primitives. Let's round to 20 billion. My edges estimate is a relatively

Re: [Neo4j] [neo4j] Exposing Webadmin

2011-04-14 Thread Georg Summer
so in theory if I changed the proxy settings to: ProxyPass / http://ip:7474 ProxyPassReverse / http://ip:7474 and reverse the neo4j-server.properties to the original state should work out. (To answer that myself: yes it does) Any idea how I could configure these proxy settings in a nicer way so

[Neo4j] How to combine both traversing and index queries?

2011-04-14 Thread Ville Mattila
Hi there, I am somehow stuck with a problem of combining traversing and queries to indices efficiently - something like finding all people with a name starting with Vil* two steps away from a reference node. Traversing all friends within two steps from the reference node is trivial, but I find

[Neo4j] Washington DC Release Party

2011-04-14 Thread Andreas Kollegger
Graphistas of the greater Washington metro area, As mentioned in the release blog, we'll be getting together at The Front Page[1] next Tuesday at 7:00pm. The Front Page is right near the Dupont Circle metro stop on the red line. I'll be the guy wearing the black ball cap with a Neo4j logo.

Re: [Neo4j] Neo Server slow on frequent requests

2011-04-14 Thread David Montag
Hi Dario, I just had a peek at the thread dump, and it appear that it was not captured during the frozen period. Is that correct? If captured when the system appears frozen, it will show information about what the threads are doing or waiting for. Thanks, David On Wed, Apr 13, 2011 at 2:50 AM,

Re: [Neo4j] REST indexes questions

2011-04-14 Thread Peter Neubauer
Javier, great work with the Python bindings! I can't answer for all of the questions, but trying inline. I think the core guys might have some more insights here. On Wed, Apr 13, 2011 at 9:46 PM, Javier de la Rosa ver...@gmail.com wrote: Hi all, at first congratulations for the new GA release of

[Neo4j] How to connect Neoclipse remotely

2011-04-14 Thread sulabh choudhury
Hi, I just installed Neoclipse. I am trying to connect it to a graph remotely. I see an option to enter the Database Resource Uri but that box is not enabled and hence I do not know how to connect the database. I have both Neo4j-1.2 and Neoclipse-1.2. Also do I need to have Neo4j locally to use

Re: [Neo4j] How to connect Neoclipse remotely

2011-04-14 Thread Bhargav Gunda
As far as I know Neoclipse is a stand alone application. For connecting the database file in neoclipse, Goto- Preferences( left top corner) - Neo4j- browse the loaction for neo4j database file. For more details follow the link. And here is the wiki link which guides you to neoclipse.

Re: [Neo4j] REST indexes questions

2011-04-14 Thread Javier de la Rosa
Thank you, Peter. It's gonna be exciting the future version 1.4 :-) On Thu, Apr 14, 2011 at 16:33, Peter Neubauer peter.neuba...@neotechnology.com wrote: Javier, great work with the Python bindings! I can't answer for all of the questions, but trying inline. I think the core guys might have

Re: [Neo4j] How to connect Neoclipse remotely

2011-04-14 Thread Michael Hunger
At least for 1.3. webadmin has similar visualization appeal as neoclipse. Could you try to share the directory of the graph database with a network file system like samba or nfs? I don't know how fast/slow that is but it's worth a try. I also have another idea but I have to test that first.

Re: [Neo4j] REST indexes questions

2011-04-14 Thread Michael Hunger
1. Removing an index is not exposed, possible to add with a server plugin/extension. 2. One can easily store the index-names as node properties with the indexing operation - that's also something that could be automated via an server plugin. 3. Same goes for auto removal, btw. it is also

Re: [Neo4j] Groovy and Unable to lock store..this is usually a result of..

2011-04-14 Thread mindthief
Hi All, Just trying to get started with Neo4j, and I am seeing the issues reported above. Initially I was getting the IllegalStateException: Unable to lock store message, and now I'm getting the other message TransactionFailureException: Could not create data source. The code correctly created the

Re: [Neo4j] Groovy and Unable to lock store..this is usually a result of..

2011-04-14 Thread Michael Hunger
Hi, Perhaps you're not shutting down the db after usage and have some other process (or visualization like neoclipse in non-ro mode) running at the same datastore? But as this seems to be blueprints related you should perhaps cross-post this question on the tinkerpop/gremlin mailing list.

Re: [Neo4j] 20 billion primitives machine

2011-04-14 Thread Tobias Ivarsson
Hi Jamie, Very interesting use case you have there. If you could just provide a few more bits of information about your data, I'd be able to provide a better analysis. * Is the distribution of relationships uniform across the nodes. If not, how much does it vary? * What kind of operation you

Re: [Neo4j] REST indexes questions

2011-04-14 Thread Javier de la Rosa
Thank you very much for the aclarations, Michael. Regards! On Thu, Apr 14, 2011 at 18:55, Michael Hunger michael.hun...@neotechnology.com wrote: 1. Removing an index is not exposed, possible to add with a server plugin/extension. 2. One can easily store the index-names as node properties

[Neo4j] Question about REST interface concurrency

2011-04-14 Thread Stephen Roos
Hello Neo Team! Congrats on the recent release! I'm using 1.3 enterprise in my development environment. I noticed that in earlier versions there were some patches to allow setting the min/max thread pool size for the REST servlet container. Are there any similar options now? Under load

Re: [Neo4j] 20 billion primitives machine

2011-04-14 Thread Jamie Stephens
Tobias, Thanks very much for the response. I'll follow up with you privately, and then I can summarize here. --Jamie On Thu, Apr 14, 2011 at 6:24 PM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: Hi Jamie, Very interesting use case you have there. If you could just provide a

[Neo4j] Mac Pro Question ...

2011-04-14 Thread Rense Lange
Is there anyone who is running neo4j on their Mac? How did you do it? I have a Mac pro, and I can't seem to get it going. Right now, the installation methods provided on the web don't work. I hope there is a way around this. Help! Rense Lange ___

Re: [Neo4j] Mac Pro Question ...

2011-04-14 Thread Tim McNamara
Rense- You should explain what you have tried. Which commands have you used? What error messages have you received? Good luck Tim McNamara | @timClicks http://twitter.com/timClicks | timmcnamara.co.nz On 15 April 2011 16:19, Rense Lange rensela...@earthlink.net wrote: Is there anyone