Re: [Neo4j] C# REST binding / wrapper

2011-10-09 Thread Romiko Derbynew
: Monday, 10 October 2011 4:33 AM To: Romiko Derbynew Subject: RE: [Neo4j] C# REST binding / wrapper That makes a lot of sense. I guess my follow up question is a more generic Neo4j/graph question; in your schema below, would you have N links from the root to N CompanyNodes or one line

Re: [Neo4j] C# REST binding / wrapper

2011-10-09 Thread Romiko Derbynew
Message- From: Romiko Derbynew Sent: Monday, 10 October 2011 10:14 AM To: 'Bill Baker' Cc: Tatham Oddie; user@lists.neo4j.org Subject: RE: [Neo4j] C# REST binding / wrapper Hi Bill, Indeed, it makes sense to have the relationships stemming from the root node. There is a nice tool you can

Re: [Neo4j] C# REST binding / wrapper

2011-10-04 Thread Peter Neubauer
] C# REST binding / wrapper Hey Romiko, http://romikoderbynew.com/2011/07/30/neo4jclient-primer/ That is really cool how you build a Gremlin expression in C# using a fluent pattern and then, I suspect, transform it to the appropriate Gremlin string representation for transport over the wire

Re: [Neo4j] C# REST binding / wrapper

2011-10-03 Thread Bill Baker
...@lists.neo4j.org] On Behalf Of Tatham Oddie Sent: Sunday, October 02, 2011 4:49 PM To: Neo4j user discussions Subject: Re: [Neo4j] C# REST binding / wrapper Thanks for the mention Peter. Bill - we're currently building a mission critical system using ASP.NET MVC + Neo4j. We are developing

Re: [Neo4j] C# REST binding / wrapper

2011-10-03 Thread Romiko Derbynew
knows of any examples of using it, that would be cool too. -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Tatham Oddie Sent: Sunday, October 02, 2011 4:49 PM To: Neo4j user discussions Subject: Re: [Neo4j] C# REST binding

Re: [Neo4j] C# REST binding / wrapper

2011-10-03 Thread Marko Rodriguez
Hey Romiko, http://romikoderbynew.com/2011/07/30/neo4jclient-primer/ That is really cool how you build a Gremlin expression in C# using a fluent pattern and then, I suspect, transform it to the appropriate Gremlin string representation for transport over the wire to Neo4j REST Server. Is that

Re: [Neo4j] C# REST binding / wrapper

2011-10-03 Thread Tatham Oddie
: Tuesday, 4 October 2011 3:21 AM To: Neo4j user discussions Subject: Re: [Neo4j] C# REST binding / wrapper Hey Romiko, http://romikoderbynew.com/2011/07/30/neo4jclient-primer/ That is really cool how you build a Gremlin expression in C# using a fluent pattern and then, I suspect, transform

Re: [Neo4j] C# REST binding / wrapper

2011-10-02 Thread Tatham Oddie
are getting published almost daily. -- Tatham -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Peter Neubauer Sent: Friday, 30 September 2011 2:13 AM To: Neo4j user discussions Subject: Re: [Neo4j] C# REST binding / wrapper Bill, I think

[Neo4j] C# REST binding / wrapper

2011-09-29 Thread Bill Baker
I checked the FAQ but didn't see this item. (http://wiki.neo4j.org/content/FAQ) I've downloaded and used two of the wrappers out there, Neo4RestNet and Neo4jRestSharp. I haven't been able to convince myself they are complete; but I'm still very new at Neo4j so my issues may be more my

Re: [Neo4j] C# REST binding / wrapper

2011-09-29 Thread Bill Baker
Thanks! I will check it out. Connected by DROID on Verizon Wireless -Original message- From: Peter Neubauer peter.neuba...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Thu, Sep 29, 2011 16:13:18 GMT+00:00 Subject: Re: [Neo4j] C# REST binding / wrapper Bill

Re: [Neo4j] C# REST binding / wrapper

2011-09-29 Thread Romiko Derbynew
it out. Connected by DROID on Verizon Wireless -Original message- From: Peter Neubauer peter.neuba...@neotechnology.com To: Neo4j user discussions user@lists.neo4j.org Sent: Thu, Sep 29, 2011 16:13:18 GMT+00:00 Subject: Re: [Neo4j] C# REST binding / wrapper Bill, I think