Groups
Groups
Sign in
Groups
Groups
Neo4jClient
Conversations
About
Send feedback
Help
Neo4jClient
1–30 of 66
Mark all as read
Report group
0 selected
Paddi Mate
,
Chris Skardon
2
12/29/19
JsonProperty not being used when I switch to bolt?
That shouldn't be the case, if you add an issue to the Github with an example that fails I can
unread,
JsonProperty not being used when I switch to bolt?
That shouldn't be the case, if you add an issue to the Github with an example that fails I can
12/29/19
Simen Endsjø
,
Toby Miller
2
11/12/19
Async code becoming synchronous with Bolt?
I'm having the same problem. I didn't find this group before I raised an issue for it: https:
unread,
Async code becoming synchronous with Bolt?
I'm having the same problem. I didn't find this group before I raised an issue for it: https:
11/12/19
srinivas....@scribestar.com
,
Chris Skardon
2
11/24/18
nuget package stable version
Hi Sri, The most recent version will do you fine! All the best Chris From: srinivas.suravarapu@
unread,
nuget package stable version
Hi Sri, The most recent version will do you fine! All the best Chris From: srinivas.suravarapu@
11/24/18
Hemant Athavale
, …
Chris Skardon
7
7/2/18
Any way to concatenates multiple sequence of cypherfluentquery
Not directly no, as you are returning an array of complex types, you would need to use a
unread,
Any way to concatenates multiple sequence of cypherfluentquery
Not directly no, as you are returning an array of complex types, you would need to use a
7/2/18
Michael Hunger
,
Emad H.Panah
3
1/31/18
Use-Cases for Neo4j and .Net ?
Hello Michael, I hope that you are fine and have good time, We have plan to make our CMS open source
unread,
Use-Cases for Neo4j and .Net ?
Hello Michael, I hope that you are fine and have good time, We have plan to make our CMS open source
1/31/18
Anderson Nichele
6/28/16
Visual Studio solution architecture with neo4j
Hello everyone What kind of .net projects architecture do you uses to build a aplication with Neo4J?
unread,
Visual Studio solution architecture with neo4j
Hello everyone What kind of .net projects architecture do you uses to build a aplication with Neo4J?
6/28/16
nguyễn thiện khiêm
5/29/16
help fix problem when delete note???
when delete node in node4jclient use neo4jclient 1. Create Guid nodeGuid = Guid.NewGuid(); System.
unread,
help fix problem when delete note???
when delete node in node4jclient use neo4jclient 1. Create Guid nodeGuid = Guid.NewGuid(); System.
5/29/16
Gleb Chermennov
,
Chris Skardon
4
5/17/16
Does Readify client support Neo4j Enterprise features (clustering, HA specifically)?
I think you'll be a lot better off asking Neo themselves about how the clustering side of things
unread,
Does Readify client support Neo4j Enterprise features (clustering, HA specifically)?
I think you'll be a lot better off asking Neo themselves about how the clustering side of things
5/17/16
Mohamad Zaher Abd Ulmaula
,
Chris Skardon
2
3/14/16
How to get type of relationship when the match return multi type
Hi, you're going to need to provide more information I'm afraid - Firstly, what is the
unread,
How to get type of relationship when the match return multi type
Hi, you're going to need to provide more information I'm afraid - Firstly, what is the
3/14/16
Benjamin Grabkowitz
,
Chris Skardon
2
9/8/15
Typed Relationships and Cypher
Hi, The docs are undergoing a bit of an overhaul - IRelationship shouldn't be used, it is legacy
unread,
Typed Relationships and Cypher
Hi, The docs are undergoing a bit of an overhaul - IRelationship shouldn't be used, it is legacy
9/8/15
Stanley Goldman
,
Chris Skardon
4
8/30/15
Querying inside of a transaction (C#)
Ace, well thank you both for the effort! I hope it works for you! On 30 August 2015 at 12:01, Stanley
unread,
Querying inside of a transaction (C#)
Ace, well thank you both for the effort! I hope it works for you! On 30 August 2015 at 12:01, Stanley
8/30/15
Ant P
,
Tatham Oddie
4
2/26/15
Avoiding string literals in Cypher queries
Just an update on this. I've gone down the route of creating an fluent/extension-method-based set
unread,
Avoiding string literals in Cypher queries
Just an update on this. I've gone down the route of creating an fluent/extension-method-based set
2/26/15
samrin shaikh
,
Chris Skardon
2
8/28/14
fetching Data & all the relationship
Hi, Please read the manual at: https://github.com/Readify/Neo4jClient/wiki/cypher There are some
unread,
fetching Data & all the relationship
Hi, Please read the manual at: https://github.com/Readify/Neo4jClient/wiki/cypher There are some
8/28/14
Ralph Tittensor
, …
samrin shaikh
28
8/25/14
Exception During Connect
Hi Romiko , Any update where I am going wrong ? still i am not able to figure out the solution .....
unread,
Exception During Connect
Hi Romiko , Any update where I am going wrong ? still i am not able to figure out the solution .....
8/25/14
James Kim
, …
Tatham Oddie
8
6/29/14
Deadlock Handling
The approach is correct. I can't guarantee the string though: that will just be whatever happens
unread,
Deadlock Handling
The approach is correct. I can't guarantee the string though: that will just be whatever happens
6/29/14
Mohammad Sarrami
,
Tatham Oddie
3
5/13/14
is there any updated sample project based on neo4jclient?
Thanks for the answare. is it possible for you to update the https://github.com/Readify/Neo4jClient/
unread,
is there any updated sample project based on neo4jclient?
Thanks for the answare. is it possible for you to update the https://github.com/Readify/Neo4jClient/
5/13/14
Tatham Oddie
5/13/14
RE: expander graphs is neo4j
Hello, I can see you've been sending the same types of emails to the main Neo4j list. You will
unread,
RE: expander graphs is neo4j
Hello, I can see you've been sending the same types of emails to the main Neo4j list. You will
5/13/14
Mohammad Sarrami
, …
Romiko van de dronker Derbynew
3
5/13/14
Frictionfree : Most of the code is obsoleted!
Perhaps I should shutdown FrictionFree.... On Tue, May 13, 2014 at 3:55 PM, Tatham Oddie <tatham@
unread,
Frictionfree : Most of the code is obsoleted!
Perhaps I should shutdown FrictionFree.... On Tue, May 13, 2014 at 3:55 PM, Tatham Oddie <tatham@
5/13/14
Mohammad Sarrami
,
Tatham Oddie
2
5/13/14
client.RootNode is obsolete!
In Neo4j 2.0, you would use labels. There are lots of examples on the project wiki at https://github.
unread,
client.RootNode is obsolete!
In Neo4j 2.0, you would use labels. There are lots of examples on the project wiki at https://github.
5/13/14
Laghmari Khalil
, …
Chris Skardon
4
4/1/14
RETURN MAX(person.Id) C#
That's very disappointing - I for one hoped to get a DancingUnicornException On another note, the
unread,
RETURN MAX(person.Id) C#
That's very disappointing - I for one hoped to get a DancingUnicornException On another note, the
4/1/14
Daniel Silva
, …
Tatham Oddie
6
2/17/14
Schema Index
If they're related to querying via Cypher, I can imagine they might be useful after Lucene
unread,
Schema Index
If they're related to querying via Cypher, I can imagine they might be useful after Lucene
2/17/14
Daniel Silva
, …
Tatham Oddie
6
2/17/14
Migrations
This looks cool! -- Tatham Oddie From: neo4j...@googlegroups.com [mailto:neo4jclient@googlegroups.
unread,
Migrations
This looks cool! -- Tatham Oddie From: neo4j...@googlegroups.com [mailto:neo4jclient@googlegroups.
2/17/14
Ilan Y
,
Daniel Silva
4
1/28/14
Neo4jClient Transactions
Yes, a single Cypher call run in a single batch. 2014-01-28 Ilan Y <ilan....@gmail.com> I
unread,
Neo4jClient Transactions
Yes, a single Cypher call run in a single batch. 2014-01-28 Ilan Y <ilan....@gmail.com> I
1/28/14
Chris Skardon
, …
Chris Skardon
8
1/16/14
Relationships
Well - let's have a stab and get the conversation rolling :) It's effectively a linked list
unread,
Relationships
Well - let's have a stab and get the conversation rolling :) It's effectively a linked list
1/16/14
marcelo...@gmail.com
, …
Tatham Oddie
4
1/14/14
Documentation and examples
The wiki is all focussed on Neo4j 2.0: https://github.com/Readify/Neo4jClient/wiki It is written with
unread,
Documentation and examples
The wiki is all focussed on Neo4j 2.0: https://github.com/Readify/Neo4jClient/wiki It is written with
1/14/14
Rajeev Nithiyananthan
,
Romiko van de dronker Derbynew
4
12/19/13
binary expression in return statement
Posted this question on stack overflow in hope of better response http://stackoverflow.com/questions/
unread,
binary expression in return statement
Posted this question on stack overflow in hope of better response http://stackoverflow.com/questions/
12/19/13
natalie Yosef
11/20/13
return nodes
hey, in all the examples i found the only option is to return the nodes as an object i built match
unread,
return nodes
hey, in all the examples i found the only option is to return the nodes as an object i built match
11/20/13
Tatham Oddie
,
Jacqui Read
3
11/6/13
Better Cypher Return Statements
Cool :) On Friday, 26 April 2013 10:38:07 UTC+1, Tatham Oddie wrote: And now also supports retrieving
unread,
Better Cypher Return Statements
Cool :) On Friday, 26 April 2013 10:38:07 UTC+1, Tatham Oddie wrote: And now also supports retrieving
11/6/13
Jacqui Read
11/6/13
Is this valid fluent cypher? (newbie code)
Hi all, I have just started with Neo4j, Cypher and Neo4jClient and I have created the following code.
unread,
Is this valid fluent cypher? (newbie code)
Hi all, I have just started with Neo4j, Cypher and Neo4jClient and I have created the following code.
11/6/13
Simon Smith
,
Tatham Oddie
2
7/30/13
ETA on label support
Hi Simon, The general direction with all of Neo4j is Cypher. In keeping with this, Neo4jClient's
unread,
ETA on label support
Hi Simon, The general direction with all of Neo4j is Cypher. In keeping with this, Neo4jClient's
7/30/13