Re: [Neo4j] Open Data Sets?

2011-09-29 Thread René Pickhardt
I recently made a blog article on a data source for 119 network graphs. http://www.rene-pickhardt.de/download-network-graph-data-sets-from-konect-the-koblenz-network-colection/ I also post new data sets in the dataset category of my blog: http://www.rene-pickhardt.de/cat/data/data-sets/ Have

Re: [Neo4j] Neo4J Rest server support SPARQL??

2011-09-29 Thread Peter Neubauer
Good call, I will add a ticket to add a SparQL extension for the server, sounds like a number of users are requesting it. Thanks for bringing it up - let me know if you want to chip in, Andrew/Marko! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46

Re: [Neo4j] Neo4J Rest server support SPARQL??

2011-09-29 Thread Peter Neubauer
Ticket created, https://github.com/neo4j/community/issues/37 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              

[Neo4j] SNAPSHOTS now available via http://neo4j.org/download/

2011-09-29 Thread Peter Neubauer
Everyone, there is a lot of features going into the project all the time, so I updated the http://neo4j.org/download/ page to even include the SNAPSHOT version downloads that come directly from the build pipeline. Hope that will make testing out new stuff much easier for all! Cheers, /peter

Re: [Neo4j] REST, Transactions and Uniqueness

2011-09-29 Thread Peter Neubauer
Tony, If you use the SNAPSHOT versions of neo4j (or build the community version yourself) thinks should be working. This is a bug and was fixed in a similar issue, https://github.com/neo4j/community/issues/29 See this for further hints: Plugin:

Re: [Neo4j] Open Data Sets?

2011-09-29 Thread Peter Neubauer
Rene, that would be very cool to make available, thanks for sharing! 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       

Re: [Neo4j] SNAPSHOTS now available via http://neo4j.org/download/

2011-09-29 Thread Anders Nawroth
And for those using dependency management to get the jars, this is where the snapshot artifacts are hosted: http://m2.neo4j.org/snapshots/ That has been around for quite some time now, so just a tip for those who didn't know about it already. /anders On 09/29/2011 10:02 AM, Peter Neubauer

Re: [Neo4j] Forward slashes in index values

2011-09-29 Thread Peter Neubauer
Had a few minutes and implemented this, see https://github.com/neo4j/community/issues/35 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

[Neo4j] indexquery 12times faster than cypher

2011-09-29 Thread st.pa
hi. when i use a cypher query to get the queued nodes associated via queue-relationships to a repository-node which has several million other relationships then it takes about six minutes to fill that result list: pre ListNode list = new ArrayListNode(); StringBuffer s = new StringBuffer();

[Neo4j] Adding index items via REST

2011-09-29 Thread neilalbrock
Hi there, I'm trying to use the REST batch method to add data to Neo. However, when I try to add anything to the index I've created, I get a '400 Bad Request' error. I tried individual index calls but they return a '405 Method not allowed' error. I'm a little lost as to why this is happening, as

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread Peter Neubauer
Neil, could you submit the full curl command with URL that is failing you? Can then run it locally and see what might be wrong ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread neilalbrock
Hi Peter, I'm getting the 405 response on: POST /db/data/index/node/tiploc {key:crs,value:DFE,uri:http://localhost:7474/db/data/node/906} using the web HTTP console. I was able to use the batch import to add nodes (~3000) without problems. It's just when I roll in the index operations that

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread Peter Neubauer
Neil, What server version are you using? /peter Sent from my phone. On Sep 29, 2011 5:09 PM, neilalbrock n...@atomised.coop wrote: Hi Peter, I'm getting the 405 response on: POST /db/data/index/node/tiploc {key:crs,value:DFE,uri:http://localhost:7474/db/data/node/906} using the web HTTP

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread neilalbrock
Hi Peter, I knew you were going to ask me that, right around the time I didn't include the information in my last two posts /facepalm. I'm using 1.5.M01 downloaded just a week or so ago. Too bleeding edge? Neil -- View this message in context:

Re: [Neo4j] neo4j-ha and spring-data-graph

2011-09-29 Thread Toby O'Rourke
D'oh! My mistake... I had set pull_interval not ha.pull_interval so updates were not propagated to other slaves. Changing my spring context to be entry key=ha.pull_interval value=1 / Made everything work. Cue serious contributions to the curse box ;) Cheers, Toby. On 29/09/2011 10:07,

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread Jim Webber
Hi Neil, No, in this case not bleeding edge enough :-) Can you try this with the latest snapshot? The request payload you're using was only pushed earlier this week in response to https://github.com/neo4j/community/issues/25 Jim ___ Neo4j mailing

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread neilalbrock
Hi Jim, Thanks for that, I'll try the snapshot and let you know how it goes. Reading the issue it seems likely that will be the solution, fingers crossed. Neil -- View this message in context:

[Neo4j] C# REST binding / wrapper

2011-09-29 Thread Bill Baker
I checked the FAQ but didn't see this item. (http://wiki.neo4j.org/content/FAQ) I've downloaded and used two of the wrappers out there, Neo4RestNet and Neo4jRestSharp. I haven't been able to convince myself they are complete; but I'm still very new at Neo4j so my issues may be more my

Re: [Neo4j] C# REST binding / wrapper

2011-09-29 Thread Bill Baker
Thanks! I will check it out. Connected by DROID on Verizon Wireless -Original message- From: Peter Neubauer peter.neuba...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Thu, Sep 29, 2011 16:13:18 GMT+00:00 Subject: Re: [Neo4j] C# REST binding / wrapper Bill,

Re: [Neo4j] Open Data Sets?

2011-09-29 Thread Jacopo Farina
Thanks a lot for the datasets! I created a graph with English Wikipedia pages and category names and relationships, starting from the .sql files available on the wikimedia site http://dumps.wikimedia.org/backup-index.html The resulting graph is about 3GB of size, so I can't easily distribute it,

[Neo4j] Neo4j Spatial and GeoServer docs

2011-09-29 Thread Peter Neubauer
Hi all, in case you want to deploy Neo4j Spatial as a datasource in GeoServer, I have tested and updated the docs for the module, see https://github.com/peterneubauer/gt-neo4j-spatial . Want to set up integration testing for this and then move it into the neo4j repo. Thanks Andreas Wilhelm and

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread neilalbrock
Hi Jim, Latest snapshot worked a treat! I'm now running: Neo4j - Graph Database Kernel 1.5-SNAPSHOT (revision: 1.5.M01-422-g23f6c10-dirty) Thanks for all the help. Neil -- View this message in context:

Re: [Neo4j] Adding index items via REST

2011-09-29 Thread Jim Webber
No worries Neil - glad I could help. Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Meet-up in Zurich

2011-09-29 Thread Jean-Pierre Bergamin
Dear Graphistas Please join us for the first, spontaneous neo4j meet-up in Zurich on next Thursday 6/10. We meet at 17:00 in the Johanniter in the Niederdorf, drink a beer or two and exchange experiences with Neo4j. See you James ___ Neo4j mailing list

Re: [Neo4j] Meet-up in Zurich

2011-09-29 Thread Andreas Kollegger
That's great news James! We'd be happy to sponsor some beer for the meetup. Contact me directly for a chat about it. Cheers, Andreas On Sep 29, 2011, at 1:27 PM, Jean-Pierre Bergamin wrote: Dear Graphistas Please join us for the first, spontaneous neo4j meet-up in Zurich on next Thursday

Re: [Neo4j] C# REST binding / wrapper

2011-09-29 Thread Romiko Derbynew
Here is something to help you get started http://romikoderbynew.com/2011/07/30/neo4jclient-primer/ http://romikoderbynew.com/2011/08/28/lucene-full-text-indexing-with-neo4j/ Cheers Sent from my iPhone On 30/09/2011, at 3:03 AM, Bill Baker bill...@billbak.com wrote: Thanks! I will check it

[Neo4j] (no subject)

2011-09-29 Thread andrew ton
Hello, Is there any samples of executing SPARQL on Neo4j embedded db? I found a thread in the Neo4j Forums posted by Mattias Person-2 https://svn.neo4j.org/components/rdf-sparql/trunk/src/test/java/org/neo4j/rdf/sparql/Om2SampleQueriesTest.java However this link is not working any longer.

[Neo4j] Sample of SPARQL on Neo4J embedded database

2011-09-29 Thread andrew ton
Hello, Is there any samples of executing SPARQL on Neo4j embedded db? I found a thread in the Neo4j Forums posted by Mattias Person-2 https://svn.neo4j.org/components/rdf-sparql/trunk/src/test/java/org/neo4j/rdf/sparql/Om2SampleQueriesTest.java However this link is not working any longer.

Re: [Neo4j] Sample of SPARQL on Neo4J embedded database

2011-09-29 Thread Peter Neubauer
Andrew, look at https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation for an example with the Tinkerpop Sail implementation over Neo4j. Just switch the first statement Sail sail = new GraphSail(new TinkerGraph()); against Sail sail = new GraphSail(new Neo4jGraph(mystore)); I am