cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Thypari
Node
since ‎07-07-2020
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

I am reading in a directory tree from the disk. While I traverse the directories I am directly streaming them via IEnumerable to my asynchronous database methods. Since they are asynchronous I can't rely on the correct order (parent before child dire...
I am using the new Async driver and was wondering how to use it in conjunction with IAsyncEnumerable. Let's say I have 1million nodes and I want to stream them node by node, so it can be consumed by another methodA whenever this methodA is ready. ...
Kudos given to