Re: [Neo4j] Boston meet-up

2011-10-11 Thread Peter Neubauer
Argh, most of the Neo team are in Chicago at that time. Anyone else around to talk Bio, Genes and Graphs? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

Re: [Neo4j] Embedded neo4j in Python up to date again

2011-10-11 Thread Jacob Hansson
Agreed. It was Tobias that came up with that solution, I quite like it as well, clean and simple. /Jake On Tue, Oct 11, 2011 at 6:00 AM, Tim McNamara paperl...@timmcnamara.co.nzwrote: This is great news. I love that it uses context managers for transactions. On 7 October 2011 02:06, Jacob

Re: [Neo4j] Importing data from oracle to neo4j

2011-10-11 Thread Peter Neubauer
Hi there, yes, the utility is converting m:n into relationships, see https://github.com/peterneubauer/sql-import and https://github.com/peterneubauer/sql-import/blob/master/src/test/java/com/neo4j/sqlimport/InsertTest.java fro an eample. Let me know if that helps! Cheers, /peter neubauer

Re: [Neo4j] count(distinct) with Cypher?

2011-10-11 Thread Andres Taylor
On Mon, Oct 10, 2011 at 9:42 PM, Andres Taylor andres.tay...@neotechnology.com wrote: On Mon, Oct 10, 2011 at 9:10 PM, Tero Paananen tpp+ne...@iki.fi wrote: Does Cypher support count(distinct) type of queries? Tero, No, it doesn't yet. It's planned for, but won't make it into 1.5. I

[Neo4j] [Announcement] Neo4j 1.5.M02 released

2011-10-11 Thread Peter Neubauer
Hi all, finally we could release Neo4j 1.5.M02 after some intensive QA run. A big thanks to everyone that has given input to the issues at https://github.com/neo4j/community/issues?milestone=1state=closed and helped making this a good last test before 1.5 GA! For more details, see

[Neo4j] way to combine search and traversal

2011-10-11 Thread dieter_frej
Hi, in my database I have different types of data (e.g. addresses, projects, activities, milestones, documents) that are connected via relationships. Now, I want to give the user of my application the possibilites to find parts of the graph which entirely fits the criteria. The criteria

Re: [Neo4j] MUST_NOT in Index.query leads to NPE

2011-10-11 Thread Peter Neubauer
Dieter, Could you please raise an issue so we can improve on the exception, maybe with a test to do this against? /peter Sent from my phone. On Oct 11, 2011 9:39 PM, D. Frej dieter_f...@gmx.net wrote: I wrote a small app that entirely uses Lucene and MUST_NOT works fine. On the other hand I

Re: [Neo4j] way to combine search and traversal

2011-10-11 Thread Andres Taylor
On Tue, Oct 11, 2011 at 10:00 PM, dieter_f...@gmx.net wrote: Hi, in my database I have different types of data (e.g. addresses, projects, activities, milestones, documents) that are connected via relationships. Now, I want to give the user of my application the possibilites to find parts of

Re: [Neo4j] Neo4J + ThingWorx Presentation from QCon...

2011-10-11 Thread Marko Rodriguez
I thoroughly enjoyed the presentation. Well done. Marko. http://markorodriguez.com On Oct 11, 2011, at 2:01 PM, Rick Bullotta wrote: ...is now online. http://www.infoq.com/presentations/Graph-Database-Power-Web-of-Things Enjoy. ___ Neo4j

Re: [Neo4j] Transparent Distributed Queries?

2011-10-11 Thread Alexander Smirnov
You can try to implement Google Pregel http://dl.acm.org/citation.cfm?id=1807167.1807184 algorithm on top of Neo4j or use existing implementation http://www.goldenorbos.org/ On Tue, Oct 11, 2011 at 3:26 PM, amitp amit.port...@gmail.com wrote: Hey, - I'm designing a P2P application in which

Re: [Neo4j] Transparent Distributed Queries?

2011-10-11 Thread amitp
Hey thanks, I've just read goldenOrb wiki, it's seem related BUT if I understand correctly it's helps just with the distribution. I'm looking for a more complete graph package that can be easily distributed (I don't want to implement my own query engine). So I think I'll need to get into the