Re: [Neo4j] Published Clean-DB REST-Server Extension

2011-03-26 Thread Mark Nijhof
end Which took 227.13 seconds to run, with the plugin it takes only 1.38 seconds to run for 24 tests. This makes TDD fun again :) Thanks, -Mark On Wed, Mar 2, 2011 at 5:54 PM, Michael Hunger < michael.hun...@neotechnology.com> wrote: > Hey guys, > > whoever of you used the ser

Re: [Neo4j] Published Clean-DB REST-Server Extension

2011-03-02 Thread Mark Nijhof
Sorry for not yet having provided feedback, will do but other things came-up :( -Mark On Wed, Mar 2, 2011 at 6:29 PM, Javier de la Rosa wrote: > Really useful! > Thank you. > > On Wed, Mar 2, 2011 at 11:54, Michael Hunger > wrote: > > Hey guys, > > > > whoe

Re: [Neo4j] Cache sharding blog post

2011-02-24 Thread Mark Harwood
> That's a really fantastic and useful design metric. Can paraphrase it a bit > and write it up on the Neo4j blog/my blog? I'd be honoured. ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Cache sharding blog post

2011-02-24 Thread Mark Harwood
ding potentially a network hop and related issues of the traversal state must now be exchanged between server processes. Cheers Mark ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Cache sharding blog post

2011-02-23 Thread Mark Harwood
d there is no overarching idea of locality that you have with the geo example to organise the graph into logical shards? Are you not left with the partitioning problem in these cases? Cheers Mark On 24 Feb 2011, at 00:17, Jim Webber wrote: > Hi folks, > > I've written up

Re: [Neo4j] Index question (ReST API)

2011-02-21 Thread Mark Nijhof
ind a node where property name is Mark? And for that I actually have to create an index /index_name/name/mark? - Would I create an index users/dummy/dummy to get all users or this should just go through a relation? -Mark On Sat, Feb 19, 2011 at 11:37 PM, Max De Marzi Jr. wrote: > The indexing

Re: [Neo4j] Batch Inserter - db scaling issue (not index scaling issue)

2011-02-21 Thread Mark Harwood
lated edges. Cheers, Mark On Mon, Feb 21, 2011 at 2:30 PM, Johan Svensson wrote: > Mark, > > I had a look at this and you try to inject 130M relationships with a > relationship store configured to 700M. That will not be an efficient > insert. If your relationships and data are

Re: [Neo4j] Root Node

2011-02-20 Thread Mark Nijhof
Ah right, so I could connect via a relationship my type nodes to this reference node (atm I was using an index to get to them). -Mark On 20. feb. 2011, at 22:24, Michael Hunger wrote: > One purpose of the reference not is that you don't have to rely on indexing > for getting

[Neo4j] Root Node

2011-02-20 Thread Mark Nijhof
Hi, Silly question perhaps, but what is the purpose of the root node? Why would I want to get it? -Mark -- Mark Nijhof m: 0047 95 00 99 37 e: mark.nij...@cre8ivethought.com b: cre8ivethought.com/blog/index "Walking on water and developing software from a specification are easy if bot

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
I think I got confused because neography has node classes that contain properties. So key didn't make much sense to me. I actually think I'll drop neography and start using actual ReST command to get a better understanding. -Mark On Sat, Feb 19, 2011 at 9:21 PM, Peter Neubauer <

Re: [Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
Hmm ok, is it this? Key is the property name Value is the property value ? -Mark On Sat, Feb 19, 2011 at 8:09 PM, Mark Nijhof wrote: > Hi, > > I have a question about indexes, when looking at neography I see a method: > add_node_to_index(index, > key, value, node) > >

[Neo4j] Index question (ReST API)

2011-02-19 Thread Mark Nijhof
Hi, I have a question about indexes, when looking at neography I see a method: add_node_to_index(index, key, value, node) I can understand that index is the name of the index that I want to put the node into, what I don't understand is the key value part of it. -Mark -- Mark Nijhof m:

Re: [Neo4j] webadmin failed to show full page in ubuntu Java

2011-02-19 Thread Mark Nijhof
I noticed that the feedback module that gets loaded from a different domain actually halts rendering of the web admin page. So if this doesn't respond (or have no access to) then the web admin page doesn't load. -Mark On Sat, Feb 19, 2011 at 12:17 PM, Peter Neubauer <

Re: [Neo4j] FYI: Digest of our late night discussion (around domain modeling) with Mark Nijhof

2011-02-18 Thread Mark Nijhof
). -Mark On Fri, Feb 18, 2011 at 12:21 PM, Michael Hunger < michael.hun...@neotechnology.com> wrote: > Feel free to skim it or not, just don't want it to get lost so that no one > else can learn from that or contribute alternative solutions. > > Cheers > > Michael > &

[Neo4j] Batch Inserter - db scaling issue (not index scaling issue)

2011-02-17 Thread Mark @ Gmail
onveniently located in the same batch and will therefore need an index service to add any edges - but as I say this is fixed in my implementation andindexing is not the remaining issue - the database is. I do encourage you to try run it. Cheers, Mark _

[Neo4j] Help with exception using BatchInserter

2011-02-16 Thread Mark Harwood
s of RAM to throw at the problem. Cheers, Mark ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Mark
It was a couple of years ago when I used openlayers gwt and geoserver to render heat maps of the uk - even geoserver, and the postgis for the data store ran fine on a laptop. On 15 January 2011 20:29, Jacob Hansson wrote: > Using a pre-made layout solution would indeed be optimal, no reason to >

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Mark
Yep. I slippy graph like google maps - with details an different zoom levels! Awesome! On 15 January 2011 15:58, Peter Neubauer wrote: > Mhh, > interesting! I wonder if there is any support for using e.g. GeoTools > to render arbitrary layouts apart from spatial. Would be worth to > investigate.

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Mark
I worked on a similar map project a couple of years ago where we rendered a heat map over parts of the UK, very detailed - in the end we use openlayers and geoserver. Geoserver was really performant. On 15 January 2011 10:24, Peter Neubauer wrote: > Jacob, > yes, spatial visualization based on O

Re: [Neo4j] Neo4j_and_SpringOne

2010-12-03 Thread Mark
... 659 movies parsed and injected. Actors: 18396 added including 27929 characters parsed and injected. Actresses: 42 added including 93 characters parsed and injected. Regards Mark On 3 December 2010 13:15, Peter Neubauer wrote: > Mark, > I was just on this yesterday, and it seems thin

[Neo4j] Neo4j_and_SpringOne

2010-12-03 Thread Mark
I followed the details on: http://wiki.neo4j.org/content/Neo4j_and_SpringOne git clone git://github.com/neo4j-examples/spring-datastore-graph-imdb.git cd spring-datastore-graph-imdb mvn clean install jetty:run then: http://localhost:8080/imdb/setup.html then java.lang.NoClassDefFoundError: o

Re: [Neo] Usage questions

2010-05-07 Thread Mark Nijhof
Hi Peter, I was planning on doing exactly that, but wanted some input before doing so :) If everybody would say Nay, then ... -Mark On Fri, May 7, 2010 at 2:31 PM, Peter Neubauer wrote: > Mark, > yes, I would imagine that for the more networked part of your data > Neo4j is a

Re: [Neo] Usage questions

2010-05-07 Thread Mark Nijhof
. But I agree with using the right tool for the job premisses. -Mark On Fri, May 7, 2010 at 1:58 PM, Wouter De Borger wrote: > Disclainer: I'm not an expert, so please confirm or correct me if necessary > > It seems that a normal relation database would also work for the main &g

[Neo] Usage questions

2010-05-07 Thread Mark Nijhof
using JRuby in front of it to create a custom API for the Heroku app to use. Does that sound like a good fit? (our Java abilities are not great, and feel more comfortable with Ruby). I hope I have explained our situation well enough and am looking forward to see some discussion around it. Ch

[Neo] questions/comments about particular graph shape (this should be it :)

2008-06-13 Thread Mark W
nvolves 2 graph-based systems that may differ slightly (as I may need to insert a new layer of navigational nodes to speed traversal in NE04J). This is fine, i think it pays off massively in the end.. I greatly appreciate time/discussion.. nice work you all :) Mark __

[Neo] more questions on particular graph shapes

2008-06-12 Thread Mark W
ons that occurred in a given place.. maybe that's the trick.. i should send this now.. muse upon this if you wish :) If this list isn't the place for this kind of discussion, please let me know thx Mark ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo] Re: questions about particular graph shape, redux (msg #8)

2008-06-10 Thread Mark W
ormance tests yet I really like this neo4j model, and the object/domain philosophy underlying it, and want to see this work.. thanks :) Mark > -- > > Message: 8 > Date: Fri, 6 Jun 2008 11:32:25 +0200 > From: "Tobias Ivarsson" <[EMAIL PROTECTED]&g

[Neo] question about a particular graph shape

2008-06-05 Thread Mark W
tc.. but obviously performance is terrible when you get to large graphs (especially, i've noticed, when the joins start looping back on previously returned nodes) just curious.. answer at leisure.. I'm tinkering thx, Mark ___ Neo mailing lis