Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-03 Thread Tobias Ivarsson
uper useful to look at what that record looked like. Although I think that record was fine, more likely it was the reference to it that was faulty. -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Visualization options for graphs

2011-02-03 Thread Tobias Ivarsson
ght-bytes.blogspot.com/ > <http://thought-bytes.blogspot.com/> > Saba. Power Up Your People. > > > > _______ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Tec

Re: [Neo4j] neo4j 1.1 Download? -- for Use with Current Python Bindings

2011-02-03 Thread Tobias Ivarsson
the python bindings are > > updated? > > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 __

Re: [Neo4j] Lucene index commit rate and NoSuchElementException

2011-02-02 Thread Tobias Ivarsson
2, 2011 at 12:17 PM, Massimo Lusetti wrote: > On Tue, Feb 1, 2011 at 10:19 PM, Tobias Ivarsson > wrote: > > > For getting a performance boost out of writes, doing multiple operations > in > > one transaction will give a much bigger gain than multiple threads > though. &g

Re: [Neo4j] neo4j plugins

2011-02-01 Thread Tobias Ivarsson
on. Next, I followed documentation at > http://wiki.neo4j.org/content/Getting_Started_With_Neo4j_Server. After the > neo4j server is started successfully, when I try the curl command > >>>>>>> curl -H Accept:application/json http://localhost:7474/db/data/ > >&g

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-01 Thread Tobias Ivarsson
> Fra: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] på > vegne av Tobias Ivarsson [tobias.ivars...@neotechnology.com] > Sendt: 1. februar 2011 22:04 > Til: Neo4j user discussions > Emne: Re: [Neo4j] InvalidRecordException during traversal after unclean > shutdow

Re: [Neo4j] Lucene index commit rate and NoSuchElementException

2011-02-01 Thread Tobias Ivarsson
On Tue, Feb 1, 2011 at 10:59 PM, Massimo Lusetti wrote: > On Tue, Feb 1, 2011 at 10:50 PM, Tobias Ivarsson > wrote: > > > That is correct, the Isolation of ACID says that data isn't visible to > other > > threads until after commit. > > > > The CHM

Re: [Neo4j] Lucene index commit rate and NoSuchElementException

2011-02-01 Thread Tobias Ivarsson
ally insert the same data twice. > > Cheers > > Michael > > Am 01.02.2011 um 22:19 schrieb Tobias Ivarsson: > > > No, it means that you have to synchronize the threads so that they don't > > insert the same data concurrently. > > Perhaps a ConcurrentHashMap where you

Re: [Neo4j] Lucene index commit rate and NoSuchElementException

2011-02-01 Thread Tobias Ivarsson
gt; Massimo > http://meridio.blogspot.com > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 __

Re: [Neo4j] InvalidRecordException during traversal after unclean shutdown

2011-02-01 Thread Tobias Ivarsson
her.java:72) >at testing.Launcher.main(Launcher.java:32) > > Unfortunately I don't have a copy of the database at it's original corrupt > state, I do however have a copy of it after I deleted the the relationship.. > 788

Re: [Neo4j] Lucene index commit rate and NoSuchElementException

2011-02-01 Thread Tobias Ivarsson
w); >rowNode.setProperty("logRow", logRowArray); >md5Index.add(rowNode, "md5", rowMD5); > >tx.success(); >} > >tx.finish(); > > > Thanks for any clue...

Re: [Neo4j] Help with exception

2011-02-01 Thread Tobias Ivarsson
\lucene.log.1 > graph.WikiTalk\lucene-fulltext\lucene.log.active > > Thanks, > -Paul > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] > On Behalf Of Tobias Ivarsson > Sent: Tuesday, February 01, 2011 10:58 AM > T

Re: [Neo4j] Help with exception

2011-02-01 Thread Tobias Ivarsson
tion > at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:88) > at sun.nio.ch.FileChannelImpl.size(FileChannelImpl.java:299) > at > org.neo4j.kernel.impl.nioneo.store.PersistenceRow.readPosition(PersistenceRow.java:80) > ... 12 more > > > Thanks, > -Paul > __

Re: [Neo4j] neo4j 1.1 Download? -- for Use with Current Python Bindings

2011-02-01 Thread Tobias Ivarsson
g/content/Getting_Started_With_Python), where can > you download neo4j 1.1 in the meantime until the python bindings are > updated? > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > --

Re: [Neo4j] Calculating shortest paths in a large graph

2011-01-31 Thread Tobias Ivarsson
gt; > > > > >> said "large graph". How many relationships? > > > > > > >> > > > > > > >> I really cant see a way this could run into heap space issues, > > > what > > > > > does > > > > > > >> your heap configuration look like? > > > > > > &g

Re: [Neo4j] Neo4j is moving to git

2011-01-31 Thread Tobias Ivarsson
the end git was even more helpful than we had hoped, and I believe our experiences will be useful to others as well. Happy hacking! -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User

Re: [Neo4j] Calculating shortest paths in a large graph

2011-01-31 Thread Tobias Ivarsson
; your > > > graph > > > > >> only contains 100 nodes, then could you please provide me with a > heap > > > dump > > > > >> so that I can analyze where heap is being wasted, because OOM on > such > > > a > > > > >> small graph would be a bug

Re: [Neo4j] Calculating shortest paths in a large graph

2011-01-31 Thread Tobias Ivarsson
; > > >>> > > >>> Hi Folks,I'm working on a little route planning spring based neo4j > service > > >>> where I initially load up all my data into neo4j and have about a > 100 > > >>> nodes, however it seems that I am running into h

Re: [Neo4j] About relation

2011-01-30 Thread Tobias Ivarsson
__ > > Neo4j mailing list > > User@lists.neo4j.org > > https://lists.neo4j.org/mailman/listinfo/user > > _______ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsso

Re: [Neo4j] Calculating shortest paths in a large graph

2011-01-30 Thread Tobias Ivarsson
. > Best Regards > > > > _______ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Neo4j version 1.3 "Abisko Lampa" milestone 1 released

2011-01-27 Thread Tobias Ivarsson
* Bug fixes in the Lucene indexes For more detailed information, check out the release announcement blog post: http://blog.neo4j.org/2011/01/neo4j-13-abisko-lampa-m01-ha-growing-up.html As usual, this release can be downloaded here: http://neo4j.org/download Happy hacking, -- Tobias Ivarsson

Re: [Neo4j] Neo4j is moving to git

2011-01-27 Thread Tobias Ivarsson
; > make snapshot builds *with source* available for download as ZIPs or TARs > > as > > well. For those of us on Windows, there are practical limitations to how > > many shell add-ins we can install (right now, I have to use CVS with > > Mozilla > > stuff, SVN with o

[Neo4j] Neo4j is moving to git

2011-01-27 Thread Tobias Ivarsson
ork us! The repositories should be fully available on Github at some point during the day tomorrow. Those of you who have signed our contributed license agreement will get a separate e-mail, where I'll ask you for your github username to add you to the list of contributors. Happy hacking, --

Re: [Neo4j] Neo Disk Storage Question/Issue Re: String Properties

2011-01-18 Thread Tobias Ivarsson
mechanism. For example on the file system. Cheers, Tobias On Tue, Jan 18, 2011 at 6:34 PM, Tobias Ivarsson < tobias.ivars...@neotechnology.com> wrote: > That space will be recovered after the store has been shut down. So the > next time you start up those blocks will be reused. Note howe

Re: [Neo4j] Neo Disk Storage Question/Issue Re: String Properties

2011-01-18 Thread Tobias Ivarsson
> > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 _

Re: [Neo4j] Trouble with neo4j.py - Ubuntu 10.10

2011-01-12 Thread Tobias Ivarsson
raise KeyError(path) > > KeyError: 'project.artifactId' > > > > Tim McNamara > > @timClicks > > http://timmcnamara.co.nz/ > > http://people.sugarlabs.org/~tim/ > > ___ > > Neo4j mailing list >

Re: [Neo4j] neo4j 1.2 python

2011-01-05 Thread Tobias Ivarsson
> I'll probably give up on the more integrated neo4j-python approach for now > and try REST client calls from (plain old) Python instead. Eventually > I'd like to be able to leverage my old scripts though, so any tips you can > give me for getting this latest version to in

Re: [Neo4j] Neo4j 1.2 is released

2011-01-04 Thread Tobias Ivarsson
d database engine? > > Thanks, > --- > balazs > > > On 12/30/10 10:30 PM, Tobias Ivarsson wrote: > > Happy new year — happy new Neo4j version! > > > > The Neo4j team is happy to announce version 1.2 of the Neo4j graph > database. > > Building on the line of

Re: [Neo4j] Using Neo4J server- API and HA

2011-01-04 Thread Tobias Ivarsson
using the REST API you send JSON representations describing what you want to traverse. This is then transformed to a TraversalDescription by the server that runs these against its EmbeddedGraphDatabase. -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___

Re: [Neo4j] Summary of Index API changes in 1.2?

2011-01-04 Thread Tobias Ivarsson
ares them with 1.0/1.1? > > > > Many thanks, > > > > Rick > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker

[Neo4j] Neo4j 1.2 is released

2010-12-30 Thread Tobias Ivarsson
py hacking, and a happy new year 2011! - the Neo4j team, through -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Run neo4j on IBM websphere 6 (JDK 1.5)

2010-12-28 Thread Tobias Ivarsson
FIG in rev 8111. Neo4j should however function properly even when this message is written. You should thus be able to run Neo4j even with the neo4j-management jar present. Cheers, -t On Tue, Dec 28, 2010 at 10:41 AM, Tobias Ivarsson < tobias.ivars...@neotechnology.com> wrote: > Hi Ron, &g

Re: [Neo4j] Run neo4j on IBM websphere 6 (JDK 1.5)

2010-12-28 Thread Tobias Ivarsson
nitialize(J9VMInternals.java:196) >at > > sun.management.ConnectorAddressLink.importFrom(ConnectorAddressLink.java:81) >... 13 more > > Are there some people with experience on running the NEO4J project on the > IBM JDK 1.5? > > Thanks a lot in advance, >

Re: [Neo4j] Flushing Cache

2010-12-27 Thread Tobias Ivarsson
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://lists.neo4j.org/mailman/listinfo/user > -- Tob

Re: [Neo4j] neo4j-python Database Connection Pooling

2010-12-22 Thread Tobias Ivarsson
me. > > Thank you. > > James > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j ma

[Neo4j] Neo4j 1.2 Milestone 6 is released

2010-12-21 Thread Tobias Ivarsson
solstice celebration, happy hacking! -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] RemoteGraphDatabase

2010-11-11 Thread Tobias Ivarsson
ture (a lot of modules) and each module > (separate process) has to make separate connection to the neo4j database. > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/m

Re: [Neo4j] Neo4j-rdf and Jpype

2010-10-19 Thread Tobias Ivarsson
ondering what I am doing wrong (or if there is a standard / known way of > doing this using JPype). > > > > Thanks much! > > Karen > > > > > > Karen Joy Nomorosa > > Semantic Analyst > > REARDEN COMMERCE > > 1051 E Hillsdale Blvd, Sixth Fl

Re: [Neo4j] Exception when adding a "Comment" property to a node

2010-10-11 Thread Tobias Ivarsson
java:411) >at > org.neo4j.index.lucene.LuceneDataSource.getDirectory(LuceneDataSource.java:326) >at > org.neo4j.index.lucene.LuceneDataSource.getIndexWriter(LuceneDataSource.java:385) >... 19 more > > Is "Comment" as re

Re: [Neo4j] neo4j.py configuration settings

2010-10-01 Thread Tobias Ivarsson
__ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo

Re: [Neo4j] Groovy and Unable to lock store..this is usually a result of..

2010-09-24 Thread Tobias Ivarsson
ful). In > > development this would be useful, it would be an over-ride and not normal > > operation > > > > cheers, > > Andrew > > > > > > > > ___ > &g

Re: [Neo4j] Memory increasing for subsequent transactions

2010-09-22 Thread Tobias Ivarsson
st regards, > >Johann > > > > > >___ > >Neo4j mailing list > >User@lists.neo4j.org > >https://lists.neo4j.org/mailman/listinfo/user > > > >___ > >Neo4j mailing list > >User@lists.neo4j.org > >https://lists.neo4j.org/mailman/listinfo/user > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Meet the Neo4j team at JavaOne

2010-09-20 Thread Tobias Ivarsson
also have two sessions that you might be interested in checking out. On Tuesday at 11:30am Tobias Ivarsson is giving a talk entitled "Choosing the Right NoSQL Database" in the Yosemite B room at Hilton San Francisco Union Square. On Wednesday at 2:15pm Emil Eifrem is giving a talk entitled

Re: [Neo4j] Traversal filters don't add up but replace each other

2010-09-13 Thread Tobias Ivarsson
o4j/graphdb/traversal/TraversalDescription.html#breadthFirst() > [7] > http://components.neo4j.org/neo4j-kernel/apidocs/org/neo4j/graphdb/traversal/TraversalDescription.html#depthFirst() > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/li

Re: [Neo4j] Neo4j.py OS X issues

2010-08-19 Thread Tobias Ivarsson
For some strange reason I am unable to get the body of this message through to the mailing list. I'm now giving up and including Dan directly as a recipient so that at least he gets a response. On Fri, Aug 20, 2010 at 8:45 AM, Tobias Ivarsson wrote: > Hi Dan, > > From the segfault

Re: [Neo4j] Neo4j.py OS X issues

2010-08-19 Thread Tobias Ivarsson
installed) > - OS X 10.6.3 > - Java Version "1.6.0_20"; Java(TM) SE Runtime Environment (build > 1.6.0_20-b02-279-10M3065); Java HotSpot(TM) 64-Bit Server VM (build > 16.3-b01-279, mixed mode) > > (I can also get a segfault if wr

Re: [Neo4j] Neo4j.py OS X issues

2010-08-19 Thread Tobias Ivarsson
d) > - OS X 10.6.3 > - Java Version "1.6.0_20"; Java(TM) SE Runtime Environment (build > 1.6.0_20-b02-279-10M3065); Java HotSpot(TM) 64-Bit Server VM (build > 16.3-b01-279, mixed mode) > > (I can also get a segfault if writing outside a transaction.) >

Re: [Neo4j] Rest Api, How to access relationship property inside return filter?

2010-07-24 Thread Tobias Ivarsson
position.endNode().getProperty('date') > > Thanks, > Bartosz Królikowski > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacke

Re: [Neo4j] Question about labelling all connected components

2010-07-22 Thread Tobias Ivarsson
.3GHz CPU, 4GB RAM (Java 1.6 update 21 and Neo4J 1.0). > > Is this normal? Or is the code I'm using faulty? Is there any other > way to label the connected components? > > Regards > Arijit > > -- > "And when the night is cloudy, > There is still a light that shin

Re: [Neo4j] neo4j-spatial and jython

2010-07-20 Thread Tobias Ivarsson
27.n3.nabble.com/Neo4j-neo4j-spatial-and-jython-tp970428p983205.html > Sent from the Neo4J User List mailing list archive at Nabble.com. > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Node attributes as multiple lucene fields

2010-07-17 Thread Tobias Ivarsson
, CA | 93117 > Phone: 805.617.2167 | Fax: 805.968.0646 > andrew.m...@appfolio.com > www.appfolio.com > > - > "Web-Based Property Management Software Made Easy." > ______

Re: [Neo4j] neo4j-spatial and jython

2010-07-15 Thread Tobias Ivarsson
> Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] getProperty returning wrong value

2010-07-13 Thread Tobias Ivarsson
> > // the Route class: > public static final String COUNT = "count"; > public Integer getCount() >{ >return (Integer)node.getProperty(COUNT); >} > > > //

Re: [Neo4j] Changes in Traversal-API: Predicate -> Predicate?

2010-07-12 Thread Tobias Ivarsson
t; any more, just an Iterable? How can > I > determine the node I'm supposed to look at when filtering during traversal? > > Thanks, > Christian > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/ma

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

2010-07-09 Thread Tobias Ivarsson
Thanks for all the input guys! As of revision 4717 these methods no longer exist in trunk. Since this was just a tentative API. I will continue experimenting with this API in a branch and it will likely make it back into the core API in a later release. Cheers, Tobias -- Tobias Ivarsson Hacker

Re: [Neo4j] CPython, Pylons, and threading

2010-07-07 Thread Tobias Ivarsson
ead issues. > > > > Is there a way to ensure the threads detach from the JVM before dying or > > something similar to avoid this problem? Right now it is more annoying > than > > anything because it fills up the project's main directory with logs (we > are

Re: [Neo4j] Querying Neo4j

2010-07-06 Thread Tobias Ivarsson
utdown(); >} > } > > So Traverser is using the node previously created, in order to iterate over > database. > But, how can I perform (simple example), to save user's data when he > register, and after 10 days when he log in again, to retrieve that data? > And >

Re: [Neo4j] memory consumption

2010-07-04 Thread Tobias Ivarsson
g/mailman/listinfo/user > >> > > ___ > > Neo4j mailing list > > User@lists.neo4j.org > > https://lists.neo4j.org/mailman/listinfo/user > > > > > > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Neo4j newbie, REST traversing, rest JS debug, springs, neo4j.py and other questions.

2010-07-03 Thread Tobias Ivarsson
start, I think I messed up > something, may be you'll suggest to read some links, or simply help me > with some examples. > Looks to me like you're making pretty good progress :) Just shoot any questions you have to the mailing list and I'm sure you'll be fine :) > Q: Maybe it would wiser to learn Java and "Springs" instead of > tricking with Python, Django and REST Q: *Dummy question* If it would be a java, could somebody explain me > the bases work with "springs", the main question is: "Would be spring > web-application work as a single instance, or I'll need to start and > stop neo4j engine every request ? " > Never, under any circumstances, start and stop Neo4j with every request. That would kill performance. What you want to do with a web application is to tie the life cycle of Neo4j to the life cycle of your web server (or web container in the Java case). For an example of how to do this, see http://wiki.neo4j.org/content/Servlets_with_Neo4j This example does not deal with Spring, only with tying the life cycle of Neo4j to your container. I'm planning on writing an example that uses spring as well. Happy Hacking, -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Database performance difference between batch inserter and normal insert

2010-06-30 Thread Tobias Ivarsson
meaning that large portions of your graph will already be cached when you start doing queries. Whereas the EmbeddedGraphDatabase that started up cold will have to start caching as you perform your queries. The second time you run the queries (on the same GraphDatabase instance) both cases should report

Re: [Neo4j] Problem with Neo4j 1.1 Traversal API

2010-06-30 Thread Tobias Ivarsson
dthFirst() >.relationships(RelTypes.HAS_CHILD, Direction.OUTGOING) > .filter(getPredicateForTest(nodeTest)) > ; > > > but got the same InstantiationError. > > Thanks, > Christian > > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Iterating all nodes of a big graph

2010-06-26 Thread Tobias Ivarsson
rvizi. dal 24/7 al 31/7 SETTE giorni TUTTO > COMPRESO Euro 690 > * > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=10586&d=27-6 > ___ > Neo4j mailing list > User@lists.neo4j.org &

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

2010-06-23 Thread Tobias Ivarsson
ts > of the code below that would be disabled by a mutable builder? Is it the > final on 'friends'? That keyword should not stop modifying the contents of > friends. ANd you code below does not expose the friends instance to outside > influences, so no-one can

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

2010-06-23 Thread Tobias Ivarsson
quivalent. > > On Jun 23, 2010 6:41 PM, "Tobias Ivarsson" < > tobias.ivars...@neotechnology.com> wrote: > > On Wed, Jun 23, 2010 at 6:10 PM, Craig Taverner wrote: > > > > (I also noticed that r... > I get that feeling as well. Another feeling I ge

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

2010-06-23 Thread Tobias Ivarsson
the feeling that the above would expand LOVES, LIKES and KNOWS relationships, but it will in fact only expand KNOWS relationships. With and() I don't think that mistake would be as common. Cheers, -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphon

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

2010-06-23 Thread Tobias Ivarsson
) ) { doSomethingWith(node); } Expansion expansion = startNode.expand( KNOWS ); expansion = expansion.including( LIKES ); expansion = expansion.including( LOVES ); Cheers, Tobias On Wed, Jun 23, 2010 at 11:14 AM, Tobias Ivarsson < tobias.ivars...@neotechnology.com> wrote: > Hi Neo4j en

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

2010-06-23 Thread Tobias Ivarsson
, so please submit comments in this thread on what you think about this API. Happy Hacking, -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] DefaultExpander.java replacement?

2010-06-23 Thread Tobias Ivarsson
lExpander, costEval, estimateEval ); > Path path = sp.findSinglePath( NYC.getUnderlyingNode(), > SF.getUnderlyingNode() ); > > thanks > Paddy > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/list

Re: [Neo4j] help: got NotInTransactionException

2010-06-20 Thread Tobias Ivarsson
person = new Person (hit); > break; > } > } > } > } finally { > tx.finish(); > } > } > return person; > } > --- > > Anything wrong ? > > Appreciate any advice! > rgds, > canal > > > > >

[Neo4j] Self-referencing relationships anyone?

2010-06-18 Thread Tobias Ivarsson
t; Ticket URL: <https://trac.neo4j.org/ticket/239> > neo4j.org <http://trac.neo4j.org/> > The Neo4J.org Issue Tracker > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing

Re: [Neo4j] [Neo] Event framework has landed

2010-06-11 Thread Tobias Ivarsson
massive volumes and then doing lookup based on prefixLookup. -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] [Neo] Event framework has landed

2010-06-11 Thread Tobias Ivarsson
this work. The way I would design something like this is to let the key be a combination of index key and index value, then let the value be a list of ids. But I don't know what the concurrency aspects would be for BaduDB in this case. Is there a way to lock an entry while modifying it, or are

Re: [Neo4j] Online Backup : wich package?

2010-06-10 Thread Tobias Ivarsson
Because > if I understand, you mean that I need to use the code > "keepLogicalLogs( true )" in the same class where I do my backup? > Sorry for my misunderstanding, > > Best, > Bat > > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphon

Re: [Neo4j] Online Backup : wich package?

2010-06-10 Thread Tobias Ivarsson
up. > at org.neo4j.onlinebackup.Neo4jBackup > $Neo4jBackupTask.prepare(Neo4jBackup.java:362) > at > org.neo4j.onlinebackup.Neo4jBackup.runMultiBackup(Neo4jBackup.java: > 262) >at org.neo4j.onlinebackup.Neo4jBackup.doBackup(Neo4jBackup.java:196) > at util.BackupNeo4j.run(B

Re: [Neo4j] Online Backup : wich package?

2010-06-09 Thread Tobias Ivarsson
inebackup.Neo4jBackup.doBackup(Neo4jBackup.java:196) > at util.BackupNeo4j.run(BackupNeo4j.java:49) > > Thanks > > Le 09-juin-10 à 14:21, Tobias Ivarsson a écrit : > > > You could also use this code to print the classpath: > > > >//Get the System

Re: [Neo4j] Online Backup : wich package?

2010-06-09 Thread Tobias Ivarsson
j.run(BackupNeo4j.java:49) > > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Online Backup : wich package?

2010-06-09 Thread Tobias Ivarsson
> ___ > > Neo4j mailing list > > User@lists.neo4j.org > > https://lists.neo4j.org/mailman/listinfo/user > > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman

Re: [Neo4j] how to include neo4j package in java application

2010-06-08 Thread Tobias Ivarsson
> import org.neo4j.kernel.EmbeddedGraphDatabase; > ___ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 _

Re: [Neo4j] Get all node IDs with batch inserter

2010-06-07 Thread Tobias Ivarsson
_ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] NOSQL summer

2010-06-03 Thread Tobias Ivarsson
x27;s coolest Bring-a-Thing party. > > ___ > > Neo4j mailing list > > User@lists.neo4j.org > > https://lists.neo4j.org/mailman/listinfo/user > > ___ > Neo4j mailing list > User

Re: [Neo4j] Kernel 1.1-SNAPSHOT OSGI

2010-05-26 Thread Tobias Ivarsson
.neo4j.graphdb package which should be > exported from the kernel bundle. Poking around I can't really find a change > that would have mattered, but maybe someone else with more OSGI experience > can help out? > >>>>>> > >>>>>> Also

Re: [Neo] Lookup property range, was Lookup property name

2010-05-21 Thread Tobias Ivarsson
eo mailing list > >> User@lists.neo4j.org > >> https://lists.neo4j.org/mailman/listinfo/user > > > > _ > > Express yourself instantly with MSN Messenger! Download today it's FREE! > > http:/

Re: [Neo] Transactions in Neo4j REST Server

2010-05-20 Thread Tobias Ivarsson
010 at 9:05 PM, Rick Bullotta < rick.bullo...@burningskysoftware.com> wrote: > Sounds a lot like "code" ;-) > > Rick > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] > On > Behalf Of Tobias Ivarsson >

Re: [Neo] Transactions in Neo4j REST Server

2010-05-20 Thread Tobias Ivarsson
__ > > Neo mailing list > > User@lists.neo4j.org > > https://lists.neo4j.org/mailman/listinfo/user > > > > -- > Kevin Raison > Founder, CTO > > Chatsubo.net, LLC > 9708 1st Ave NW > Seattle, WA 98117 > rai...@chats

Re: [Neo] A new and improved Traversal framework

2010-05-19 Thread Tobias Ivarsson
ly in memory, but I'm really excited > about neo4j's support for persistence and transactions. > > Thanks for any input you have on this. Best, > > JP > _______ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4

Re: [Neo] A new and improved Traversal framework

2010-05-19 Thread Tobias Ivarsson
t lost here. I would greatly appreciate any pointers on how to do this > with a SourceSelector or whatever is the right weapon of choice for this > problem. > > Thanks and best regards, > Georg > > > On 30.03.2010 15:48, Tobias Ivarsson wrote: > >> It seems a lot o

Re: [Neo] A new and improved Traversal framework

2010-05-18 Thread Tobias Ivarsson
end up being C=1, D=2,B=3 and A=4. I'd like to > >> generate random traversals, so that in the DFS the traverser chooses > >> the children in random order. By this way I will get many valid > >> post-order labelings. > >> > >> Is this possible in the cu

Re: [Neo] Fwd: The results of your email commands

2010-05-17 Thread Tobias Ivarsson
t; > > > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 __

Re: [Neo] Fwd: Node not in use exception when using tx event handler

2010-05-15 Thread Tobias Ivarsson
erCompletion > WARNING: Caught exception from tx > syncronization[org.neo4j.kernel.impl.core.transactioneventssynch...@edf3f6 > ] > afterCompletion() > > Code details: > > URL: https://svn.neo4j.org/components/kernel/trunk > Repository Root: https://svn.neo4j.org &

Re: [Neo] Indexing Relationships?

2010-05-15 Thread Tobias Ivarsson
nd > only one type of relationship since they are the structures that social > network researchers are the most interested in. > > Thanks, > Alex > _______ > Neo mailing list > User@lists.neo4j.org > http

Re: [Neo] How to efficiently query in Neo4J?

2010-05-14 Thread Tobias Ivarsson
} >} >} > return false; >} > } > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] tx.success() for read only transactions

2010-05-14 Thread Tobias Ivarsson
#x27;t call tx.success() at the end of a transaction that > just read data, thus triggering a rollback. Is there any downside to > doing this? > > Garrett > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/

Re: [Neo] Sending a JSON null value in Neo4j REST Server

2010-05-14 Thread Tobias Ivarsson
hope you can say anything about that. > > -- > Javier de la Rosa > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Ne

Re: [Neo] Performance of Graph Matching, was Re: Graph matching and PatternNode

2010-05-11 Thread Tobias Ivarsson
rstand now, you must say where the > match should happen, that's why the size of the graph doesn't matter, > right? > right. > > Great explanation, Tobias! > Thank you :) -- Tobias Ivarsson Hacker, Neo Technology www.

Re: [Neo] Performance of Graph Matching, was Re: Graph matching and PatternNode

2010-05-11 Thread Tobias Ivarsson
> Hi, > > Just curious, anyone has numbers about the performance of pattern matching > in neo4j? Is it possible to use with thousands or millions of nodes? > > []s > Gutemberg > > > > On Mon, May 10, 2010 at 7:36 AM, Tobias Ivarsson < > tobias.ivars...@neotechn

Re: [Neo] license

2010-05-10 Thread Tobias Ivarsson
in the LICENSE.txt file I see Apache license. > > So which is it? > > > -- > > Regards, > mk > > -- > Premature optimization is the root of all fun. > ___ > Neo mailing list > User@lists.neo4j.org > https://

Re: [Neo] Graph matching and PatternNode

2010-05-10 Thread Tobias Ivarsson
rnNode instances can match the same > node if the constraints are ok. > > How could I precise that the node matched by the first PatternNode has to > be different from the node matched by the second PatternNode? > > Thank you very much > > Fabrice > > > > > > > > > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Neo4j Traverser feature question

2010-05-10 Thread Tobias Ivarsson
mething? > > Thanks. > > _______ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Using BatchInserter and ReadOnlyService

2010-05-03 Thread Tobias Ivarsson
> ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo] Neo4j management and JMX

2010-05-03 Thread Tobias Ivarsson
getBranchId() { ... } } There is also a dynamic MBean for getting all the configuration parameters Neo4j was started with. It has the ObjectName: org.neo4j:instance=*,name=Configuration -- Tobias Ivarsson Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857 ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

<    1   2   3   4   5   >