[Neo] Heresy

2010-02-05 Thread Rick Bullotta
Yes, yes, I know Microsoft is pure evil and all (though not as evil as Apple or Google these days), but has anyone considered the feasibility of a C#/.NET port of Neo? Just a curiosity more than anything else. ___ Neo mailing list User@lists.neo4j.or

Re: [Neo] Heresy

2010-02-05 Thread Jeremy Day
I would be interested in a .NET port, or some sort of .NET driver. Jeremy On Fri, Feb 5, 2010 at 10:23 AM, Rick Bullotta < rick.bullo...@burningskysoftware.com> wrote: > Yes, yes, I know Microsoft is pure evil and all (though not as evil as > Apple > or Google these days), but has anyone conside

Re: [Neo] Heresy

2010-02-05 Thread Peter Neubauer
Hi there, I know of some minor attempts to do that, and some major that might be underway, but never heard back from the persons involved. Not sure on the status of such thinking. We would love to do such a bridge, but it seems it is still after all these years not trivial to either run the Java co

Re: [Neo] Heresy

2010-02-05 Thread Peter Neubauer
On the driver part, with the forthcoming REST support in neo4j, that might be a good option. Not quite as performant as native Java, but maybe good to start with? Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 1069

Re: [Neo] Heresy

2010-02-05 Thread Rick Bullotta
er Sent: Friday, February 05, 2010 11:35 AM To: Neo user discussions Subject: Re: [Neo] Heresy Hi there, I know of some minor attempts to do that, and some major that might be underway, but never heard back from the persons involved. Not sure on the status of such thinking. We would love to do such a bridg

Re: [Neo] Heresy

2010-02-05 Thread Taylor Cowan
From: Rick Bullotta To: Neo user discussions Sent: Fri, February 5, 2010 10:41:23 AM Subject: Re: [Neo] Heresy Hi, Peter. Having ported big applications and libraries to and from .NET and Java, in general, a "rewrite" is the best approach. The code looks surprisingly similar, but

Re: [Neo] Heresy

2010-02-05 Thread Rick Bullotta
ds" or non-browser clients. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Taylor Cowan Sent: Friday, February 05, 2010 11:51 AM To: Neo user discussions Subject: Re: [Neo] Heresy Rick is correct in highlighting this. A lot of pe

Re: [Neo] Heresy

2010-02-05 Thread Dennis Peterson
oosely coupled" consumers, and binary and/or streaming formats > for > "close friends" or non-browser clients. > > -Original Message- > From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] > On > Behalf Of Taylor Cowan > Sent: Friday, F

Re: [Neo] Heresy

2010-02-17 Thread Michael Ludwig
Am 05.02.2010 um 19:51 schrieb Dennis Peterson: > Maybe something like Google's Protocol Buffers? They use it internally, > efficient binary protocol, java bindings from google and a third-party c# > library. > http://code.google.com/apis/protocolbuffers/docs/encoding.html Another one: Hessian