Re: [Neo4j] Modelling with neo4j

2011-09-28 Thread Peter Neubauer
Great Bryce, Let us know if it could work out! /peter Sent from my phone. On Sep 28, 2011 5:38 AM, Bryce bryc...@gmail.com wrote: Following up on the part of this discussion about moving the enhanced api out of the graph collections module, was meaning to get to this earlier but got side

Re: [Neo4j] Rebuilding Lucene index

2011-09-28 Thread Peter Neubauer
Good, thanks for reporting back Rama! 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 high performance

Re: [Neo4j] Some questions about design when using neo4j

2011-09-28 Thread Peter Neubauer
Gen, I guess there is nothing out of the box right now, but you could get inspiration from http://jung.sourceforge.net/doc/api/index.html, especially http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/algorithms/flows/EdmondsKarpMaxFlow.html and implement one or just use it on a toy graph to

Re: [Neo4j] REST API Base URI

2011-09-28 Thread Jacob Hansson
On Tue, Sep 27, 2011 at 11:29 PM, Nuo Yan yan@gmail.com wrote: Hi Jake, Thanks for your reply. Sorry if my previous email was misleading, but I don't absolutely need key-based authentication; that just turned out to be the what I first thought of. I was trying to figure out what

Re: [Neo4j] cypher variable relationships

2011-09-28 Thread F. De Haes
Hi Michael, I'm not using the latest snapshot but neo4j-community-1.5.M01, and neither * or ^ work there. I thought maybe it was because my relationship contains a blank space and thus is within ``. Anyway, it's not a big deal at the moment. Thanks anyway, Filip 2011/9/28 Michael Hunger

Re: [Neo4j] cypher variable relationships

2011-09-28 Thread Peter Neubauer
Ok, 1.5 is coming out in some week, so stay tuned, things will work then as seen in the appropriate manual edition. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

[Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
hey everyone I got a strange error message that a record is not in use if I call hasRelationship() function even though I checked against null before! My real purpose was to start the traverser but it exited with the same error message. That is why I put the n.hasRelationship which also would not

[Neo4j] RBAC implementation using neo4j

2011-09-28 Thread Dharmendra Kumar
Hi All, Was little curious if there is already any RBAC implementation using neo4j? Any pointers/links would be really helpful. Regards, Dharmendra. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Current Geoserver integration instructions

2011-09-28 Thread handloomweaver
Hi Another install question. I was wanting to test Neo4J as a backend for Geoserver. The Neo4J Spatial docs at: seem a little out of date. They say copy ..the following JAR files into the in the GeoServer directory webapps/geoserver/WEB-INF/lib: json-simple-1.1.jar

Re: [Neo4j] Creating a graph database with BatchInserter and getting the node degree of every node

2011-09-28 Thread Johan Svensson
On Thu, Sep 22, 2011 at 2:15 PM, st3ven st3...@web.de wrote: Hi Johan, I changed the settings as you described, but that changed the speed not really significantly. The previous configuration would make the machine use swap and that will kill performance. To store the degree as a property

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Mattias Persson
Which version of neo4j did you use to import your data, was it a downloadable package, from maven or building yourself from a branch? 2011/9/28 René Pickhardt r.pickha...@googlemail.com hey everyone I got a strange error message that a record is not in use if I call hasRelationship()

Re: [Neo4j] Current Geoserver integration instructions

2011-09-28 Thread Peter Neubauer
Al, Andreas has a working GeoServer integration with the current Neo4j Spatial and is just automating this with aWAR version of GeoServer. Give me some day and I will get back to you with an updated installation instruction of that is ok? Cheers, /peter neubauer GTalk:      neubauer.peter Skype 

[Neo4j] threads on embeddedGraphDb

2011-09-28 Thread st.pa
hi, while i was not trying to use threads, everything went fine. now i need concurrent java threads to access the same (embedded?) graph database. neo4j-manual.pdf for 1.4.1 says in section 1.1.2. that i should use HighlyAvailableGraphDatabase, which is no longer there in 1.5.1 as it seems. i

Re: [Neo4j] RBAC implementation using neo4j

2011-09-28 Thread Peter Neubauer
Dharmendra, does something like http://docs.neo4j.org/chunked/snapshot/examples-acl-structures-in-graphs.html point you in the right direction? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer

Re: [Neo4j] RBAC implementation using neo4j

2011-09-28 Thread Dharmendra Kumar
Thanks Peter! I also came across this page after making the post. It is indeed very helpful and sets a proper direction. -Dharmendra. On Wed, Sep 28, 2011 at 5:57 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Dharmendra, does something like

Re: [Neo4j] threads on embeddedGraphDb

2011-09-28 Thread Peter Neubauer
Hi there, Neo4j in itself is thread safe, so you can pass it around as a singleton and access it from different Java threads. The HighlyAvailableGraphDatabase for scaling over multiple machines is part of neo4j-enterprise, so you need to update your maven dependencies to change community for

Re: [Neo4j] threads on embeddedGraphDb

2011-09-28 Thread Mattias Persson
Having multiple threads accessing a neo4j graph database concurrently is what it's built for. This looks to be an issue with a lucene index. java.nio.* is very sensitive to thread interrupts, but I've never seen this exception before. Are you using Thread.interrupt() or some library that might do

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
Neo1.4.M04 community edition no self build. 2011/9/28 Mattias Persson matt...@neotechnology.com Which version of neo4j did you use to import your data, was it a downloadable package, from maven or building yourself from a branch? 2011/9/28 René Pickhardt r.pickha...@googlemail.com hey

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Rick Bullotta
Why are you running a beta version? On Sep 28, 2011, at 9:03 AM, René Pickhardt r.pickha...@googlemail.com wrote: Neo1.4.M04 community edition no self build. 2011/9/28 Mattias Persson matt...@neotechnology.com Which version of neo4j did you use to import your data, was it a downloadable

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Chris Gioran
Hi Rene, According to git log, 1,4.M04 was tagged 10/06/2011, while the fix for a bug in the BatchInserterImpl that caused corrupted stores which gave the message you are seeing is https://github.com/neo4j/community/commit/71fbe4ac1174fad16a7bb154c9f78d3f1b377248 which has a date of 04/07/2011.

Re: [Neo4j] Forward slashes in index values

2011-09-28 Thread Jim Webber
Hi Tatham, I've closed off this issue in Github now: https://github.com/neo4j/community/issues/25 For all you Neo4j REST API client maintainers, this means there *WILL BE BREAKING CHANGES* to the Neo4j REST API in the 1.5 release. I'll try to ensure they're all very well documented in the

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Mattias Persson
I'm curious to know how you found that old milestone also :) you picked the one out of extremely few having some kind of data problems. Den onsdagen den 28:e september 2011 skrev Chris Gioran chris.gio...@neotechnology.com: Hi Rene, According to git log, 1,4.M04 was tagged 10/06/2011, while

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

2011-09-28 Thread Toby O'Rourke
Hi, I'm trying to do a POC using neo4j and spring-data-graph. I have configured 3 VMs running zookeeper and deployed a simple webapp to tomcat on each instance. I've run into a bit of a problem with replication though. I can only see data being replicated when I restart each tomcat instance –

Re: [Neo4j] threads on embeddedGraphDb

2011-09-28 Thread st.pa
(inline response.) Am 28.09.2011 14:40, schrieb Peter Neubauer: Hi there, Neo4j in itself is thread safe, so you can pass it around as a singleton and access it from different Java threads. knowing that it should work helped me to make it work. my mistake probably was to pass the instance of

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
Hey guys, I don't know how I found the old milestone. I was downloading it once I started using neo4j. I will just migrate to the current stable version and tell you afterwards if I still have problems. by your comments I guess the problem will be solved. Thanks so far! best regards René

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Rick Bullotta
Hi, René. I recognized your error almost immediately, since we encountered it in an early 1.4 beta. ;-) I think you'll have a good result if you can switch to the 1.4.1 release! Best, Rick -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On

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

2011-09-28 Thread Michael Hunger
Could you also share the property files of the 3 vm's ? Thanks Michael Am 28.09.2011 um 15:59 schrieb Toby O'Rourke: Hi, I'm trying to do a POC using neo4j and spring-data-graph. I have configured 3 VMs running zookeeper and deployed a simple webapp to tomcat on each instance. I've run

Re: [Neo4j] Some questions about design when using neo4j

2011-09-28 Thread Marko Rodriguez
Hey, If you want to play with JUNG over Neo4j, you can do it via TinkerPop. Graph g = new Neo4jGraph(/tmp/neo4j); GraphJung jung = new GraphJung(g); That GraphJung object is a implementation of the JUNG Interfaces and can be processed by the JUNG algorithms package.

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

2011-09-28 Thread Toby O'Rourke
Hi, I'm not quite sure which property files you're talking about. The configuration passed to HighlyAvailableGraphDatabase comes from the map specified as a constructor argument directly in the spring Context. database.path, server.id, ha.server.port, and zookeeper.servers are set by system

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

2011-09-28 Thread Michael Hunger
Could you also get the /home/ubuntu/db/messages.log of each of the 3 instances to see if there are any issues with the HA communication? Thanks so much, Michael Am 28.09.2011 um 18:11 schrieb Toby O'Rourke: Hi, I'm not quite sure which property files you're talking about. The

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread René Pickhardt
I used the current stable release and the problem did not arise anymore but I got new problems. for many nodes even though (according to the data set they should have relations) the function (n.hasRelationship(DynamicRelationshipType.withName( UPDATE ), Direction.BOTH)) does not stop. It just

Re: [Neo4j] REST, Transactions and Uniqueness

2011-09-28 Thread Linan Wang
Peter, I feel uniqueness has been a recurring theme in neo4j applications, especially when it's used heavily on algorithms traversing existing data. it would be great if it's supported in kernel level: interface NodeUniquenessConstraint { public Node getNode(); public void setupNode(Node

[Neo4j] See the graph in the Neo4J embedded db

2011-09-28 Thread andrew ton
Hello,  I have stored triples into the Neo4J embedded db, now I want to see the  graph or data in the db. How can I do it?  Thanks, ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] See the graph in the Neo4J embedded db

2011-09-28 Thread noppanit
You could use neoclipse to see it. Sent from my BlackBerry® wireless device -Original Message- From: tt6 [via Neo4j Community Discussions] ml-node+s438527n3377257...@n3.nabble.com Date: Wed, 28 Sep 2011 13:23:29 To: noppanitnoppani...@gmail.com Subject: [Neo4j] See the graph in the

Re: [Neo4j] Forward slashes in index values

2011-09-28 Thread jadell
Thanks for the heads up, Jim. On a tangentially related note, I filed this request: https://github.com/neo4j/community/issues/35 Basically, in the future, it would be useful to have a way to determine the server version via REST so the various clients can account for differences in the protocol

[Neo4j] Neo4J Rest server support SPARQL??

2011-09-28 Thread andrew ton
Hi, After adding nodes and relationships into Neo4J REST server using REST API. How do I read data from the database using SPARQL? Does the database support SPARQL? Regards, ___ Neo4j mailing list User@lists.neo4j.org

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

2011-09-28 Thread Marko Rodriguez
Hey, After adding nodes and relationships into Neo4J REST server using REST API. How do I read data from the database using SPARQL? Does the database support SPARQL? Neo4j is not an RDF database in its raw form. Its data model is a bit more complicated than RDF and as such, is not amenable

[Neo4j] Execute SPARQL on Neo4J REST database?

2011-09-28 Thread andrew ton
Hi, After adding nodes and relationships into Neo4J REST server using REST API. How do I read data from the database using SPARQL? Does the database support SPARQL? Regards, ___ Neo4j mailing list User@lists.neo4j.org

Re: [Neo4j] Forward slashes in index values

2011-09-28 Thread Peter Neubauer
Good call Josh, Valid and much appreciated! /peter Sent from my phone. On Sep 28, 2011 10:33 PM, jadell josh.ad...@gmail.com wrote: Thanks for the heads up, Jim. On a tangentially related note, I filed this request: https://github.com/neo4j/community/issues/35 Basically, in the future, it

Re: [Neo4j] REST, Transactions and Uniqueness

2011-09-28 Thread Peter Neubauer
Linan, It's high prio in the backlog for 1.6, so this WILL be taken care of. I believe there is also an issue on this on Github? If not, please raise one to track progress for the community. Thanks! /peter Sent from my phone. On Sep 28, 2011 10:02 PM, Linan Wang tali.w...@gmail.com wrote:

Re: [Neo4j] See the graph in the Neo4J embedded db

2011-09-28 Thread Mattias Persson
Or webadmin... 1) download the neo4j package 2) put your db in neo4j-dir/data/graph.db/ and start it 3) go to http://localhost:7474, click tab Data Browser and then the right most button for visualization mode there's you can see your graph. 2011/9/28 noppanit noppani...@gmail.com You could

Re: [Neo4j] REST, Transactions and Uniqueness

2011-09-28 Thread Tony Wooster
Peter, Thanks for replying. That's great to hear (the last I heard was just that it wasn't going to make it into 1.5), elsewhere on the forums. I know there's an issue tracking uniqueness in indices somewhere -- I think on GitHub already. In the meantime, you mentioned that maps are available as

Re: [Neo4j] InvalidRecordException: Record[1983624] not in useRecord[1983624] not in use

2011-09-28 Thread Mattias Persson
So maybe you've hit yet another BatchInserter bug... will have to run a similar test and try to reproduce it. Can it be reproduced consistently and with varying data sets/sizes? Can you reproduce it if not using BatchInserter? 2011/9/28 René Pickhardt r.pickha...@googlemail.com I used the

[Neo4j] Neo4J support Android platform??

2011-09-28 Thread andrew ton
Hello, I'm playing around with Neo4J (both embedded and REST server). I have a question that can we use Neo4J on mobile platforms, e.g. Android?  Regards, ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Open Data Sets?

2011-09-28 Thread McKinley
I want to create some demos of relational database extraction into Neo4j but I cannot share the data I use with the public. I know there are several resources for open data sets on the net, but has anyone on the list already found a nice, large data set that you are happy with? Thanks, McKinley

Re: [Neo4j] See the graph in the Neo4J embedded db

2011-09-28 Thread andrew ton
Hi noppanit, Thank you for your quick reply! I have checked http://wiki.neo4j.org/content/Neoclipse#Configuration about Neoclipse.  Where can I find Neoclipse? The donwload page just show neo4j packages. I am using neo4j-community-1.5.M01 as REST server. In eclipse I use neo4j API to store

Re: [Neo4j] Neo4J support Android platform??

2011-09-28 Thread noppanit
I think if you can use REST then it won't be a problem. And I think most mobile platforms support REST and HTTP. -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4J-support-Android-platform-tp3377564p3377651.html Sent from the Neo4j Community

Re: [Neo4j] Neo4J support Android platform??

2011-09-28 Thread tt6
Hi noppanit, I meant that if I have an Android application then can my Android application stores data in a Neo4J database in the device? Thanks -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Neo4J-support-Android-platform-tp3377564p3377666.html

Re: [Neo4j] REST, Transactions and Uniqueness

2011-09-28 Thread Linan Wang
peter, a quick implementation is submitted. pull request sent. my naming ability is probably not the best part. see if the codes make sense. thanks. On Wed, Sep 28, 2011 at 10:10 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Linan, It's high prio in the backlog for 1.6, so this

Re: [Neo4j] REST, Transactions and Uniqueness

2011-09-28 Thread Tony Wooster
Scratch that question... Got it working. I didn't realize that Map parameters wasn't available in stable 1.4.1. On the other hand, I also found what I believe to be a bug? I have an extension with the following signature: @PluginTarget( GraphDatabaseService.class ) public Node

Re: [Neo4j] See the graph in the Neo4J embedded db

2011-09-28 Thread Adriano Henrique de Almeida
Andrew, check out the download page: http://neo4j.org/download/, you can find Neoclipse at the bottom of the page. Regards 2011/9/28 andrew ton andrewt...@yahoo.com Hi noppanit, Thank you for your quick reply! I have checked http://wiki.neo4j.org/content/Neoclipse#Configuration about

Re: [Neo4j] See the graph in the Neo4j embedded db

2011-09-28 Thread Reza Ameri
Hi, I think you should use graph viewers like jung. On Wed, Sep 28, 2011 at 11:50 PM, tt6 andrewt...@yahoo.com wrote: Hello, I have stored triples into the Neo4J embedded db, now I want to see the graph or data in the db. How can I do it? Thanks, -- View this message in context:

Re: [Neo4j] Open Data Sets?

2011-09-28 Thread Peter Neubauer
Dbpedia is good in RDF. We should start making a list. /peter Sent from my phone. On Sep 29, 2011 12:09 AM, McKinley mckinley1...@gmail.com wrote: I want to create some demos of relational database extraction into Neo4j but I cannot share the data I use with the public. I know there are

Re: [Neo4j] Open Data Sets?

2011-09-28 Thread Michael Hunger
and put them as ready to use neo4j databasen on http://example-data.neo4j.org Cheers M mobile mail please excuse brevity and typos Am 29.09.2011 um 07:17 schrieb Peter Neubauer peter.neuba...@neotechnology.com: Dbpedia is good in RDF. We should start making a list. /peter Sent from my