Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Jean-Pierre Bergamin
ax:tinybundles:jar:1.0.0-SNAPSHOT". Which snapshot repository does contain the tinybundles jar? Best regards, James 2011/7/20 Peter Neubauer : > Yup, > have pulled and can see it. Thanks! Will ask the Toni for a way to > cleanly shut down the framework so we can get both tests working.

Re: [Neo4j] Max De Marzi's Neo4j Server Ruby bindings

2010-11-21 Thread Peter Neubauer
#x27;ll add that to the readme. > > > On Sat, Nov 20, 2010 at 3:30 PM, Andreas Ronge > wrote: >> Hi >> >> That's interesting ! >> Would be cool to try to use the same API as neo4j.rb. >> But I think only a small part of the neo4j.rb API would b

Re: [Neo4j] API Questions and a bit more

2010-09-05 Thread Paddy
robably two ways to integrate the two: > > - using the same approach as the IndexService > - use the Neo4j events framework for automatically index/update ElasticSearch > (unfortunately I don't know much about the event framework to say if > this would work or not though) > > Best

Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Peter Neubauer
ent from my phone. >>> >>> On Jul 18, 2011 9:43 PM, "Nicolas Jouanin" >>> wrote: >>>> Hi Peter, >>>> >>>> I've comited a new test case which work with a pre-built bundle. >>>> It currently fails because in OSGiTe

Re: [Neo4j] Index Performance(Was: Event framework has landed)

2010-06-28 Thread Atle Prange
quite interesting. Or as a >> b-tree or some other ??-tree. >> > >> > atle >> > >> > >> > >> > >> > On Wed, Jun 23, 2010 at 11:04 AM, Mattias Persson >> > wrote: >> > > I think the lucene test is flawed

Re: [Neo4j] Index Performance(Was: Event framework has landed)

2010-06-29 Thread Mattias Persson
; >> > Any thoughts on a Trie implementation? Would it be able to compete? > >> > > >> > I have no idea on performance or what would be the best approach. I > though > >> your alphabet-relationship-types approach sounded quite interesting. Or >

Re: [Neo4j] Index Performance(Was: Event framework has landed)

2010-06-30 Thread Atle Prange
;>        } >> } >> >> >> On Thu, Jun 24, 2010 at 11:29 AM, Atle Prange >> wrote: >> > I guess i have to brush the dust of my tree knowledge then... >> > >> > -atle >> > >> > On Thu, 2010-06-24 at 09:43 +0200, Mattias Persson wrote: &g

Re: [Neo4j] Index Performance(Was: Event framework has landed)

2010-06-30 Thread Mattias Persson
;return array; > >>} > >> > >>private static long fastToLong( byte[] array ) throws IOException > { > >>long value = 0; > >>for (int i = 0; i < array.length; i++) { > >>

Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Jean-Pierre Bergamin
m away for 2 days, will try it out after that. Thanks for chipping in! >>>> >>>> /peter >>>> >>>> Sent from my phone. >>>> >>>> On Jul 18, 2011 9:43 PM, "Nicolas Jouanin" >>>> wrote: >>>>> Hi Pete

Re: [Neo4j] Timeline index

2011-05-09 Thread Craig Taverner
do not see that as avoidable. I think (or hope) that for automatic indexes, the criteria for how a node qualifies for indexing would be defined by the developer, hopefully with code, so it can be very general and flexible. For example, I guess that whenever a node is added to the graph, an event

Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Peter Neubauer
ce. After doing this, this index provider can be found as an OSGi >>> service by the kernel. >>> We currently register this service within our application, which is >>> probaby not the right solution. I think the lucene-index bundle should >>> export the Lucen

Re: [Neo4j] Creating and managing external index

2011-11-22 Thread Peter Neubauer
Avi, we are in the process to get out a nicer base framework for transactional index creation, and an index provider for redis. Meanwhile, if you want, you could look into the BerkelyDB index that I tried to cook together (no guarantees there), https://github.com/peterneubauer/bdb-index and see if

Re: [Neo4j] Timeline index

2011-05-09 Thread Niels Hoogeveen
Mattias/Craig, Of course I don't want to deny people the opportunity to have easy indexing features, as long as it remains optional and doesn't lead to schema-creep into the Neo4j kernel. Having configurable event handlers that allow for automatic indexing, while maintaining the p

Re: [Neo4j] Timeline index

2011-05-09 Thread Craig Taverner
27;t lead to schema-creep > into the Neo4j kernel. > Having configurable event handlers that allow for automatic indexing, while > maintaining the possibility to manually maintain indices sounds like a > reasonable solution. > Over the last year I have dedicated many hours to create m

Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Peter Neubauer
x27;lucene' found" error with neo4j >>>> 1.4. With 1.3, the workaround was to export the org.neo4j.index.impl >>>> package, which is not working with 1.4. Instead I just registered an >>>> instance of LuceneIndexProvider from the lucene-index bundle as a

Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Toni Menzel
s index provider can be found as an OSGi > >>>> service by the kernel. > >>>> We currently register this service within our application, which is > >>>> probaby not the right solution. I think the lucene-index bundle should > >>>> export the

Re: [Neo4j] Max De Marzi's Neo4j Server Ruby bindings

2010-11-21 Thread Peter Neubauer
is limited (at this point) so there's only so much >>> we can do. >>> I think Neography can work for simple scenarios and be a gateway to >>> Neo4j.rb. >>> >>> I'll add that to the readme. >>> >>> >>> On Sat, Nov 20, 2010 at 3:3

Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-20 Thread Peter Neubauer
s://github.com/neo4j/community/commit/e8574e96315999ab04e1b484717bb2b1a3dfa9be#commitcomment-483325 >> >>>> I also had the "No index provider 'lucene' found" error with neo4j >> >>>> 1.4. With 1.3, the workaround was to export the org.neo4j.index.impl

Re: [Neo4j] OSGi and Neo4j - superbundle approach

2011-07-21 Thread Jean-Pierre Bergamin
>>  - >>> >>>> hurray - a running neo4j and Spring Data Graph setup in Virgo (based >>> >>>> on Equinox). >>> >>>> >>> >>>> Regarding the error with the missing lucene index Provider >>>

Re: [Neo4j] User Digest, Vol 56, Issue 16

2011-11-02 Thread Emil Dombagolla
Hi , Thanks Andreas Kollegger and Rick Bullotta, i am using vaadin framework. but the issue is.how to build a tree using nodes. becouse we are selecting nodes form different levels of the graph based on some conditions . then i have to merge child node with if the parent nodes are available in

Re: [Neo4j] Very Slow Transaction only on Windows

2011-08-14 Thread Michael Hunger
el\blueprints-graph-cytoscapeMaster\target\classes;C:\Users\Michael\workspace\api-parent\model-api\target\classes;C:\Users\Michael\.m2\repository\org\cytoscape\event-api\3.0.0-alpha6-SNAPSHOT\event-api-3.0.0-alpha6-SNAPSHOT.jar;C:\Users\Michael\.m2\repository\org\cytoscape\work-api\3.0.0-alpha

Re: [Neo4j] User Digest, Vol 56, Issue 16

2011-11-02 Thread Peter Neubauer
happens HERE. On Wed, Nov 2, 2011 at 5:18 PM, Emil Dombagolla wrote: > Hi , > > Thanks  Andreas Kollegger and Rick Bullotta, > > i am using vaadin framework. but the issue is.how to build a tree using > nodes. becouse we are selecting nodes form different levels of the gra

Re: [Neo4j] User Digest, Vol 56, Issue 16

2011-11-02 Thread Michael Hunger
rieb Emil Dombagolla: > Hi , > > Thanks Andreas Kollegger and Rick Bullotta, > > i am using vaadin framework. but the issue is.how to build a tree using > nodes. becouse we are selecting nodes form different levels of the graph > based on some conditions . then i have to

Re: [Neo4j] Very Slow Transaction only on Windows

2011-08-15 Thread Keiichiro Ono
rsasign.jar;C:\Java\jdk1.6.0_21\jre\lib\jsse.jar;C:\Java\jdk1.6.0_21\jre\lib\jce.jar;C:\Java\jdk1.6.0_21\jre\lib\charsets.jar;C:\Java\jdk1.6.0_21\jre\classes >> Thu Aug 11 12:05:17 PDT 2011: Class Path: >> C:\Users\Michael\blueprints-graph-cytoscapeMaster\target\test-classes;C:\Users\Michael

Re: [Neo4j] Very Slow Transaction only on Windows

2011-08-23 Thread Mattias Persson
on: 17.0-b17 > >> Thu Aug 11 12:05:17 PDT 2011: Boot Class Path: > C:\Java\jdk1.6.0_21\jre\lib\resources.jar;C:\Java\jdk1.6.0_21\jre\lib\rt.jar;C:\Java\jdk1.6.0_21\jre\lib\sunrsasign.jar;C:\Java\jdk1.6.0_21\jre\lib\jsse.jar;C:\Java\jdk1.6.0_21\jre\lib\jce.jar;C:\Java\jdk1.6.0_21\j

Re: [Neo] Starting pain with Neo4j

2008-12-02 Thread Emil Eifrem
> Secondly the property setting felt quite cumbersome, I would expect to > be able to set multiple Properties via a Map for > example. I also think it should be part of the Core API to retrieve > Nodes by Property although if I am reading the documentation correctly > I think that

Re: [Neo4j] Brainstorming on my project: neo4john

2011-07-31 Thread John cyuczieekc
I don't know make any system, like a program (which say i'd usually do in java) but make it on top of neo4john, that is neo4john would be my foundation on which I make and base my program, say make it networking chat program or something that would create a 3D object; the tooling should be able t

Re: [Neo4j] Brainstorming on my project: neo4john

2011-07-31 Thread Niels Hoogeveen
tly understand > it (almost)just by parsing it. > > > > > So my suggestion would be to first list a couple of real world scenarios > > you want to solve with your neo4john project and then look at your tooling > > to see what trade-offs you need to make to implement it. You

<    1   2