Re: [Neo4j] Meet-up in Zurich

2011-10-05 Thread Jean-Pierre Bergamin
2011/10/4 Andreas Kollegger andreas.kolleg...@neotechnology.com: Or, with an umlaut... Cool. :-) ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Embedded neo4j in Python up to date again

2011-10-05 Thread Jacob Hansson
Hey everybody, a few hundred of you have already noticed that we snuck out a release of Neo4j embedded for python a few weeks back, but for those of you that haven't, there is now a first stable release of the new neo4j-embedded python package available from PyPi. Read all about it here:

[Neo4j] trying to delete all reletionships but only got some

2011-10-05 Thread st.pa
Hi. I tried to delete several million relationships of certain types from the reference node of an embedded graphdb, where there were several other relationshiptypes that were not to be affected. The Javadoc of Node#getRelationships(RelationshipType...) says that it returns all

[Neo4j] Fastest way to load large dataset using new python embedded mode

2011-10-05 Thread Sean Davis
I have a few datasets that contain about 70M nodes. Relationships between these sets will be sparse and will be added over time. What is the fastest way to load these nodes into neo4j? I can work with java (http://wiki.neo4j.org/content/Batch_Insert) if necessary, but I'd be interested to hear

Re: [Neo4j] Fastest way to load large dataset using new python embedded mode

2011-10-05 Thread Jacob Hansson
Hey Sean, we haven't added support for the batch inserter in the python bindings yet, I can think of two things you can do: a) Use the batch inserter in java land like you say to create your db, and then just set embedded python to use that db location. b) Just use the normal API, depending on

[Neo4j] nightly or milestone builds of spring-data-neo4j

2011-10-05 Thread Toby O'Rourke
Hi, Since version 2.0 is due out in a few weeks I wanted to start a new project using the latest and greatest – are there any builds available in a maven repos somewhere – or should I download the source and build my own for now? Any idea when milestone builds might be available? Cheers,

[Neo4j] Neo4j Internals

2011-10-05 Thread Alexandre de Assis Bento Lima
Hi, I couldn't find any information about Neo4j storage system and other internal details on its website. Searching the web, I found: http://nosql.mypopescu.com/post/1396301953/neo4j-internals which gives many details and seems to be very good material. My question is: as the articles were

[Neo4j] Cypher queries on full text indexes?

2011-10-05 Thread tpp+neo4j
Looks like Cypher queries with index lookups are only matching nodes with the exact field value. Is this by design? This is with 1.1.0.RELEASE version of Spring Data Graph, and using the Neo4J console with v1.4.1. I'm running Neo4J in the REST server setup. I have a field called name on an

Re: [Neo4j] Cypher queries on full text indexes?

2011-10-05 Thread Peter Neubauer
For more docs, see http://docs.neo4j.org/chunked/snapshot/query-start.html#start-node-by-index-query Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

[Neo4j] Cypher: other Cypher functions other than node IDs

2011-10-05 Thread boltr
Hi Peter, I tried to use the ANY, ALL and other Cypher functions in Webadmin console but discovered that I got errormessages like: Error: MatchError - (((id~()~function1)~)) (of class scala.util.parsing.combinator.Parsers$$tilde) Does that mean that these functions are not implemented yet? If

Re: [Neo4j] Spring Data Neo4j 2.0 Roadmap

2011-10-05 Thread Jean-Pierre Bergamin
Hello everyone I'm really glad to see that SDG or SDN (as it will be called on from now on) is actively maintained and that new ideas are followed to solve the day to day problems when working with graphs. I'm not really sad to hear that the AspectJ mapping will not be in main focus for the

[Neo4j] neo4j looks in wrong directories (befuddled newbie about to crack under weirdness)

2011-10-05 Thread simulacron3
Had been using 1.4.1 and 1.4.2 Community with happy results, but tried to install 1.5M01 and failed. Tried to reinstall 1.4.2 and that also failed. Now nothing seems to work. My attempt at shell install/start looks like this: Joe:bin Joe$ sudo ./neo4j install ./neo4j: line 297:

Re: [Neo4j] neo4j looks in wrong directories (befuddled newbie about to crack under weirdness)

2011-10-05 Thread Mattias Persson
Could tou try standing in the base dir so that you execute: ./bin/neo4j ? I think that should work. Den torsdagen den 6:e oktober 2011 skrev simulacron3 simulacr...@wavecable.com: Had been using 1.4.1 and 1.4.2 Community with happy results, but tried to install 1.5M01 and failed. Tried to

Re: [Neo4j] neo4j looks in wrong directories (befuddled newbie about to crack under weirdness)

2011-10-05 Thread simulacron3
Thanks much, Mattias. I got it up and running, but I'm not clear on what caused the problem. For anyone who might be interested this is what I did: Joe:neo4j-community-1.4.2 Joe$ ./bin/neo4j start ## according to helpful suggestion by Mattias Joe:neo4j-community-1.4.2

Re: [Neo4j] Cypher: other Cypher functions other than node IDs

2011-10-05 Thread Peter Neubauer
Rolf, Do you have your full cypher query so I can test it? /peter Sent from my phone. On Oct 5, 2011 11:22 PM, boltr rolf.b...@caerleon.nl wrote: Hi Peter, I tried to use the ANY, ALL and other Cypher functions in Webadmin console but discovered that I got errormessages like: Error: