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.

jstarnes
Node
since ‎12-01-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm using the latest version of Neo4j.Driver.Reactive nuget in C# project. However, the examples don't provide a full working example. The session API - Neo4j .NET Driver Manual has the following: public IObservable GetPeople() { var session = Driv...
To start Neo4j, I run the following command: docker run --name testneo4j -p7474:7474 -p7687:7687 -d -v $HOME/neo4j/data:/data -v $HOME/neo4j/logs:/logs -v $HOME/neo4j/import:/var/lib/neo4j/import -v $HOME/neo4j/plugins:/plugins --env NEO4J_AU...