Re: [Neo4j] Two new milestones: Neo4j 1.3.M03 and Spring Data Graph 1.0.0.M3 Released

2011-02-26 Thread rick.bullo...@burningskysoftware.com
Any update on compatibility of the new index subsystem with the old one? The particular issue was with removing full text indexed nodes (method signature with only node and key was missing in the new index system). Also, I assume the new string storage system works with existing neo databases

Re: [Neo4j] Neoclipse Wish List

2011-03-06 Thread rick.bullo...@burningskysoftware.com
terpreted) On Sat, Mar 5, 2011 at 10:38 PM, Rick Bullotta < rick.bullo...@burningskysoftware.com> wrote: > Neoclipse is an awesome tool, but here are a few items that would greatly > increase the utility and usability: > > > > 1) Provide a limit on the # of nodes/relation

Re: [Neo4j] New index framework questions...

2011-03-17 Thread rick.bullo...@burningskysoftware.com
Thanks. In your example, how would you add the "profession" key to a fulltext index? Would it also be put through the analyzer? - Reply message - From: "Mattias Persson" Date: Thu, Mar 17, 2011 4:50 am Subject: [Neo4j] New index framework questions... To: "Neo4j user discussions" 2011

Re: [Neo4j] Lucene index: Too many open files

2011-03-30 Thread rick.bullo...@burningskysoftware.com
Sounds like a bug to me. - Reply message - From: "Axel Morgner" Date: Wed, Mar 30, 2011 1:23 pm Subject: [Neo4j] Lucene index: Too many open files To: "Neo4j user discussions" Hi, during stress tests, I got a "Too many open files" message (see detailed stack trace below). Server is a

Re: [Neo4j] Attributes or Relationship Check During Travers al

2010-08-01 Thread rick.bullo...@burningskysoftware.com
My instinct says a boolean property would be easier and faster, but ymmv. - Reply message - From: "Alex D'Amour" Date: Sun, Aug 1, 2010 2:32 pm Subject: [Neo4j] Attributes or Relationship Check During Traversal To: "Neo user discussions" Hello all, I have a question regarding traversal

Re: [Neo4j] Oracle suing open source product developers usi ng Java

2010-08-14 Thread rick.bullo...@burningskysoftware.com
The legal basis of the lawsuit with Google has nothing to do with "open source projects using java", and there is no reason for concern relative to neo4j. - Reply message - From: "suryadev vasudev" Date: Sat, Aug 14, 2010 4:03 am Subject: [Neo4j] Oracle suing open source product develope

Re: [Neo4j] Oracle suing open source product developers usi ng Java

2010-08-14 Thread rick.bullo...@burningskysoftware.com
Precisely, Arjen. The likely outcome is one of the many cross licensing agreements that exist between the big software companies. Phone manufacturers who use Java ME have been doing this for a while. - Reply message - From: "Arjen van der Meijden" Date: Sat, Aug 14, 2010 5:57 am Subje

Re: [Neo4j] Meet the Neo4j team at JavaOne

2010-09-22 Thread rick.bullo...@burningskysoftware.com
Can't be there, but i'll buy a round of beers for those that are... Sent from my Verizon Wireless Phone - Reply message - From: "Anders Nawroth" Date: Wed, Sep 22, 2010 10:22 pm Subject: [Neo4j] Meet the Neo4j team at JavaOne To: "Neo4j user discussions" Hi! For those not reading the

Re: [Neo4j] [SPAM] Using EmbeddedGraphDatabase in Tomc at

2010-11-11 Thread rick.bullo...@burningskysoftware.com
We avoid hot deployment for a whole body of reasons...not just neo. - Reply message - From: "Wilson, Kalin" Date: Wed, Nov 10, 2010 7:52 pm Subject: [SPAM] [Neo4j] Using EmbeddedGraphDatabase in Tomcat To: I am trying to learn Neo4J and prototype a simple web app using a simple servlet/

Re: [Neo4j] [SPAM] Re: [SPAM] Re: Datetimes in Neo4j REST Server

2010-11-25 Thread rick.bullo...@burningskysoftware.com
+1. - Reply message - From: "Javier de la Rosa" Date: Thu, Nov 25, 2010 10:58 am Subject: [SPAM] Re: [Neo4j] [SPAM] Re: Datetimes in Neo4j REST Server To: "Neo4j user discussions" On Thu, Nov 25, 2010 at 07:11, Craig Taverner wrote: > My vote is to keep the REST API as close as possib

Re: [Neo4j] [SPAM] Re: Performance benchmarks of RES T API vs embedded Neo4J

2010-12-04 Thread rick.bullo...@burningskysoftware.com
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 < rick.bullo...@burningskysoftware.com> wrote: > Has anyone done any rough performa

Re: [Neo4j] Big index solutions?

2010-12-21 Thread rick.bullo...@burningskysoftware.com
That should fit in RAM just fine, except for the effect of the string block/page size probably. What about a btree backed by neo relationships? Not fast enough? - Reply message - From: "Peter Neubauer" Date: Mon, Dec 20, 2010 3:54 pm Subject: [Neo4j] Big index solutions? To: "Neo4j use

Re: [Neo4j] [SPAM] Re: Neoclipse Remote access

2011-01-12 Thread rick.bullo...@burningskysoftware.com
Same here, on neo 1.2 on Windows. - Reply message - From: "Kalin Wilson Development" Date: Tue, Jan 11, 2011 8:51 am Subject: [SPAM] Re: [Neo4j] Neoclipse Remote access To: "Neo4j user discussions" Thanks Anders, I changed the connection mode in Neoclipse to read only embedded but I sti

Re: [Neo4j] GSoC ideas?

2011-02-08 Thread rick.bullo...@burningskysoftware.com
Neo running on app engine would be an interesting project... - Reply message - From: "Peter Neubauer" Date: Tue, Feb 8, 2011 1:35 am Subject: [Neo4j] GSoC ideas? To: "Neo4j user discussions" , "neo4jrb" , "General OPS4J" Hi all, this years Google Summer of Code is coming up, and we wou

Re: [Neo4j] Onlineback up Error on 1.3M02

2011-02-15 Thread rick.bullo...@burningskysoftware.com
Lots of things can be very different on Windows! I definitely encourage the neo team to run its tests on both Linux and Windows, to help uncover any platform specific issues. - Reply message - From: "Brendan Cheng" Date: Tue, Feb 15, 2011 4:57 am Subject: [Neo4j] Onlineback up Error on

Re: [Neo4j] embedded vs standalone server

2011-02-15 Thread rick.bullo...@burningskysoftware.com
I can help with some compression and performance ideas. When we control both ends of the pipe we can do some great optimizations. Avoid serialization of any kind at all costs, stream binary tokens with protocol markers, and we can make it crazy fast. - Reply message - From: "Marko Rodr