[Neo4j] zero fromDepth and toDepth

2011-11-02 Thread Alex
Alex -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/zero-fromDepth-and-toDepth-tp3474825p3474825.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. ___ Neo4j mailing list User

Re: [Neo4j] zero fromDepth and toDepth

2011-11-02 Thread Alex
modify the code for the sake of consistency. For the same reason, atDepth(0) should also return the start node. Cheers Alex -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/zero-fromDepth-and-toDepth-tp3474825p3476040.html Sent from the Neo4j Community

Re: [Neo4j] zero fromDepth and toDepth

2011-11-02 Thread Alex
That sounds a bit bizarre: in my code, fromDepth(n) toDepth(n) seems to be working like atDepth(n) if n0 (that's what should be happening, isn't it?) Alex -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/zero-fromDepth-and-toDepth-tp3474825p3476058.html

Re: [Neo4j] zero fromDepth and toDepth

2011-11-02 Thread Alex
Done: http://neo4jdb.lighthouseapp.com/projects/77609-neo4j-community/tickets/17-consisnte-behavior-of-fromdepth-todepth-and-atdepth there's a typo in the title... time to get some sleep :) Alex -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/zero

[Neo4j] Scala, SBT and Neo4J

2011-08-23 Thread Alex
have all dependencies at the same time. What's the problem? Thank you. Cheers Alex -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Scala-SBT-and-Neo4J-tp3277895p3277895.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com

[Neo4j] Problem starting up Neo4J on Red Hat 5

2011-07-05 Thread Alex Bilbie
Alex Bilbie Online Services Team ICT Services University of Lincoln t: 01522 886542 e: abil...@lincoln.ac.uk ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Neo4j Neo Technology logos in vector format?

2011-04-07 Thread Alex Averbuch
will participate, so it's a opportunity to advertise. Cheers, Alex ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Neo4j Neo Technology logos in vector format?

2011-04-07 Thread Alex Averbuch
Thanks Will! On Thu, Apr 7, 2011 at 6:08 PM, Will Holcomb w...@dhappy.org wrote: I did this a bit ago and it might help start you off: http://will.tip.dhappy.org/image/logo/Neo4j/ On Thu, Apr 7, 2011 at 11:59 AM, Alex Averbuch alex.averb...@gmail.com wrote: Hey, As subject

Re: [Neo4j] How to copy a complete database?

2011-03-03 Thread Alex Averbuch
You could use GraphMigrator from Blueprints: https://github.com/tinkerpop/blueprints/blob/master/src/main/java/com/tinkerpop/blueprints/pgm/util/graphml/GraphMigrator.java Check out *testMigratingTinkerGraphExample3()* in this test case for usage:

Re: [Neo4j] Forums ?

2011-02-28 Thread Alex Averbuch
regarding google groups: (1) you can use it as a mailing list. with google groups you can choose to use the web interface, or just reply to emails... so you would lose nothing from what's currently being used. (2) re problems with depending on a centralized point of control like google: this may

Re: [Neo4j] Forums ?

2011-02-27 Thread Alex Averbuch
google groups please! On Sun, Feb 27, 2011 at 1:12 PM, Andreas Kollegger andreas.kolleg...@neotechnology.com wrote: Hi Emilio, That has come up in conversations before, but we've stuck with just using the mailing list. While not a forum, google-groups is a good compromise because it is

Re: [Neo4j] Forums ?

2011-02-27 Thread Alex Averbuch
besides the lack of edit (which isn't so important) what does a forum have the google groups doesn't? ps, google does no evil On Sun, Feb 27, 2011 at 4:13 PM, Cedric Hurst ced...@spantree.net wrote: +1 for google groups as well. Its a shame that google groups doesn't offer forums yet (or

Re: [Neo4j] Cache sharding blog post

2011-02-24 Thread Alex Averbuch
Cache sharding = super nice iterative/interim improvement. It makes use of aggregate resources (RAM CPU) across multiple servers (as would be the case with a truly sharded Neo4j) without bothering about partitioning (even basic consistent hashing) algorithms. You get a viable partitioning

[Neo4j] Flushing Cache

2010-12-27 Thread Alex Averbuch
Hey, I want to flush the Neo4j cache (for benchmarking reasons). If I shutdown the database and then reopen it will it do the trick, or is there something else I need to do? Cheers, Alex ___ Neo4j mailing list User@lists.neo4j.org https

Re: [Neo4j] Flushing Cache

2010-12-27 Thread Alex Averbuch
Hi Tobias, This is through 101 levels of abstraction (tinkerpop stack) so the Open/Close method will do as a first step. Thanks, Alex On Mon, Dec 27, 2010 at 2:56 PM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: Shutdown and reopen will work. If you also want to flush

Re: [Neo4j] [SPAM] Re: [SPAM] Re: [SPAM] Re: Reference node pains.

2010-12-17 Thread Alex Averbuch
used Neo4j a lot less than any of you so maybe I don't appreciate something here, but to me this reference node concept does seem like an artifact that provides little added value, and was a source of frustration during my thesis. Just my 2 cents. Cheers, Alex On Wed, Dec 15, 2010 at 5:31 PM, Rick

Re: [Neo4j] [SPAM] Re: [SPAM] Re: [SPAM] Re: Reference node pains.

2010-12-17 Thread Alex Averbuch
://www.computerworld.com/s/article/9101699/The_640K_quote_won_t_go_away_but_did_Gates_really_say_it_ ...) On Fri, Dec 17, 2010 at 12:29 PM, Alex Averbuch alex.averb...@gmail.com wrote: Given that Neo4j has a pretty powerful indexing system with Lucene, why can't users create their own reference node(s

Re: [Neo4j] Performance benchmarks of REST API vs embedded Neo4J

2010-12-04 Thread Alex Averbuch
/graphdb-bench can be used to compare performance of the two Graph implementations (Embedded vs REST). What type of graph operations would you like to test? I might be able to help by setting up the specific GraphDB-Bench benchmark for you. Cheers, Alex On Sat, Dec 4, 2010 at 3:22 PM, Rick Bullotta

Re: [Neo4j] Using JUNG framework over Neo4j.

2010-11-13 Thread Alex Averbuch
Real nice! Could you add a small example of using the visualization support in Jung, e.g. To produce the pic on the page? +1 On Sat, Nov 13, 2010 at 9:17 AM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Very cool Marko, Could you add a small example of using the visualization

Re: [Neo4j] LuceneIndexService: NoSuchMethodError

2010-08-09 Thread Alex D'Amour
, but it seems like it might come to this. Thanks, Alex On Fri, Aug 6, 2010 at 12:52 PM, Alex D'Amour adam...@iq.harvard.edu wrote: For future reference, if anybody else is in the situation I was in, once solution is to package up your library with dependency classes rolled up into the jar file

Re: [Neo4j] LuceneIndexService: NoSuchMethodError

2010-08-06 Thread Alex D'Amour
descriptorRefjar-with-dependencies/descriptorRef /descriptorRefs /configuration /plugin Alex On Thu, Aug 5, 2010 at 8:25 PM, Alex D'Amour adam...@iq.harvard.edu wrote: Hi all, I'm getting this same error in an environment where a class I implemented using Neo4j

[Neo4j] Attributes or Relationship Check During Traversal

2010-08-01 Thread Alex D'Amour
to be manually replicating something that the indexing service has already accomplished. Also, how efficiently would each of these two implementations exploit caching (or is this irrelevant?)? Finally, would your answer change if we generalized this to a larger number of categories? Thanks, Alex

[Neo4j] Stability of Iterators Across Transactions?

2010-07-30 Thread Alex D'Amour
transactions, or are they only supposed to be guaranteed within a transaction? Thanks, Alex ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Question about labelling all connected components

2010-07-24 Thread Alex D'Amour
One other option is to have a set of nodes, each of which represents a component. You can create a relationships of type OWNS (or whatever) to each of the nodes of a given component. This makes component lookup rather simple (just grab the node that represents the component, then traverse all of

Re: [Neo4j] neo4j question

2010-07-05 Thread Alex Averbuch
run times of over 10 seconds (entire graph exhausted), and in most cases it completes in between 0-4 seconds Cheers, Alex On Mon, Jul 5, 2010 at 5:05 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Paddy, posting on the user list - yes, I think you should add RAM to hold your

Re: [Neo4j] New tentative API in trunk: Expander/Expansion

2010-06-23 Thread Alex Averbuch
an ExpansionRelationship. Do you have any suggestions as to how to make this work again? Regards, Alex On Wed, Jun 23, 2010 at 11:14 AM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: Hi Neo4j enthusiasts! Yesterday I committed an API that Mattias and I have been working on for a few days

Re: [Neo4j] New tentative API in trunk: Expander/Expansion

2010-06-23 Thread Alex Averbuch
ability to monitor. Any suggestions would be great! Thanks, Alex On Wed, Jun 23, 2010 at 3:52 PM, Mattias Persson matt...@neotechnology.comwrote: Also, the latest graph-algo is 0.6-SNAPSHOT... so use that instead 2010/6/23 Anders Nawroth and...@neotechnology.com Hi! See: http

Re: [Neo4j] New tentative API in trunk: Expander/Expansion

2010-06-23 Thread Alex Averbuch
Sweet, Experiments are running fine again. Thanks for the quick help! Alex On Wed, Jun 23, 2010 at 4:17 PM, Mattias Persson matt...@neotechnology.comwrote: It works with graph-algo 0.6-SNAPSHOT and there's an AStar.java (which is the old version) and one ExperimentalAStar.java which uses

Re: [Neo4j] New tentative API in trunk: Expander/Expansion

2010-06-23 Thread Alex Averbuch
Hi, Personally I'd prefer and/not. It's intuitive to any programmer and has the bonus of being much shorter, so long complex expansions will appear less messy in practice. On Wed, Jun 23, 2010 at 5:45 PM, Tobias Ivarsson tobias.ivars...@neotechnology.com wrote: Did anyone have an opinion on

Re: [Neo4j] Compacting files?

2010-06-03 Thread Alex Averbuch
the size of a dataset to make it manageable for running computationally expensive graph algorithms over the entire graph. So, in my case I'm only deleting, never adding, giving Neo4j no opportunity to fix the holes I created. Alex On Thu, Jun 3, 2010 at 5:16 AM, Thomas Sant'ana maill...@gmail.com

[Neo4j] Compacting files?

2010-06-02 Thread Alex Averbuch
in this file at the moment. Would this be hurting lookup performance? Cheers, Alex ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Compacting files?

2010-06-02 Thread Alex Averbuch
, but might give an idea or two. Maybe some of that could be reused, although someone would definitely need to evaluate the quality of my code first. Blueprints has some import functionality too (.graphml format for example). Cheers, Alex On Wed, Jun 2, 2010 at 2:30 PM, Johan Svensson jo

Re: [Neo4j] Compacting files?

2010-06-02 Thread Alex Averbuch
to this though, and that is that you pollute the dataset with GID properties. Alex On Wed, Jun 2, 2010 at 5:53 PM, Craig Taverner cr...@amanzi.com wrote: I've thought about this briefly, and somehow it actually seems easier (to me) to consider a compacting (defragmenting) algorithm than a generic import

Re: [Neo4j] Compacting files?

2010-06-02 Thread Alex Averbuch
and values? I've not tried, but this way the graph is cleaner, and we can delete the lucene index afterwards! On Wed, Jun 2, 2010 at 6:12 PM, Alex Averbuch alex.averb...@gmail.com wrote: Hi Craig, Just a quick note about needing to keep all IDs in memory during an import/export operation

Re: [Neo4j] [Neo] Is neo4j a good soultion?

2010-06-01 Thread Alex Averbuch
I've done a fair bit of loading of Neo4j instances from different graph file formats recently, and I agree. For me, about 10,000 operations per Transaction worked well. On Tue, Jun 1, 2010 at 6:44 AM, Craig Taverner cr...@amanzi.com wrote: A quick comment about transaction size. I find a good

Re: [Neo4j] Efficient way to sparsify a graph?

2010-05-27 Thread Alex Averbuch
Hi Peter, Yeah it's under control now. Cheers, Alex On Thu, May 27, 2010 at 5:36 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Alex, not an expert on delete performance but that looks ok to me, and is workable for you now? Cheers, /peter neubauer COO and Sales, Neo

Re: [Neo4j] Efficient way to sparsify a graph?

2010-05-25 Thread Alex Averbuch
; random_relationship = get_relationship_by_id(index) random_relationship.delete() Performance is much better now. The first 1,000,000 deletions took ~4minutes Cheers, Alex On Mon, May 24, 2010 at 11:24 PM, Alex Averbuch alex.averb...@gmail.comwrote: Hey, I have a large (by my standards) graph and I would

Re: [Neo4j] [Neo] Neo4j Screencasts?

2010-05-25 Thread Alex Averbuch
Nice! This would've been really useful when I was first getting to grips with what Neo4j was I think a Neo4j + Blueprints/Pipes/Gremlin would be cool too, for those people that are worried about getting locked in On Tue, May 25, 2010 at 2:18 PM, Peter Neubauer peter.neuba...@neotechnology.com

Re: [Neo4j] [Neo] Neo4j Screencasts?

2010-05-25 Thread Alex Averbuch
knowledge. I use it by writing my Neo4j instance to a .gml file and then loading that file into iGraph, but I think a better approach would be writing a .graphml file (there's a parser/writer in Blueprints http://github.com/tinkerpop/blueprints I think) cheers, Alex On Tue, May 25, 2010 at 7:46 PM

[Neo] Efficient way to sparsify a graph?

2010-05-24 Thread Alex Averbuch
, Alex ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo] Batch inserter performance

2010-05-18 Thread Alex Averbuch
inserter with only 1 parameter (database directory). Cheers, Alex ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Indexing Relationships?

2010-05-16 Thread Alex D'Amour
to push researchers to explore the properties of more complex graphs that Neo4j is capable of representing. Thanks very much, Alex D'Amour On Sat, May 15, 2010 at 2:49 PM, Niels Hoogeveen pd_aficion...@hotmail.comwrote: I use relationships to encode paths in the graph based on the meta model

Re: [Neo] Community Program Review at FOSS4G 2010

2010-05-06 Thread Alex Averbuch
voted too On Thu, May 6, 2010 at 8:34 AM, Raul Raja Martinez raulr...@gmail.comwrote: voted for it 2010/5/4 Craig Taverner cr...@amanzi.com Hi guys, I've applied to present Neo4j Spatial (Neo4j as a true GIS database for mapping data) at the FOSS4G conference in September. To

Re: [Neo] Hiding properties in NeoClipse

2010-04-22 Thread Alex Averbuch
such a feature yet? Anders? 2010/4/22 Alex Averbuch alex.averb...@gmail.com Hey guys, Is there a way to stop specific properties on nodes/relationships from being displayed in NeoClipse? Hiding specific relationship types is really easy, but I haven't found a similar setting

[Neo] Iterator over Relationships?

2010-04-02 Thread Alex D'Amour
this might be a bad idea? If so, would simply iterating over the nodes, and getting edges that way be substantially faster despite touching each edge twice? Thanks, Alex ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Indexing on Doubles in Neo4j

2010-03-23 Thread Alex D'Amour
supported. However, we'll be dealing with network data that have real-valued covariates, and we'd prefer not to throw away information. Thanks, Alex On Mon, Mar 22, 2010 at 5:17 PM, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: Maybe this? http://components.neo4j.org/neo4j-graph-algo

Re: [Neo] Indexing on Doubles in Neo4j

2010-03-23 Thread Alex D'Amour
Craig, Please keep me (or just the list) updated on this. Thanks, Alex On Tue, Mar 23, 2010 at 5:43 AM, Craig Taverner cr...@amanzi.com wrote: Last year we wrote a multi-dimensional index for floats, similar in principle to the timeline index, but working on multiple floats (and doubles

[Neo] Indexing on Doubles in Neo4j

2010-03-22 Thread Alex D'Amour
this (besides multiplying by 10^n for sufficiently large n and then rounding)? Thanks, Alex D'Amour Harvard Institute for Quantitative Social Science ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo] Syntax error when using neo4j.py

2009-09-15 Thread Alex Stuart
the following syntax error: Syntax Error: 'with' will become a reserved word in Python 2.6 I've tried a bunch of different code and searched around for other people having this problem, but to no avail. All of my stuff is up to date, so why would the basic recommended code break on my system? --Alex