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.

yyakovson613
Node Clone
since ‎08-26-2018
‎06-01-2022

User Statistics

  • 33 Posts
  • 0 Solutions
  • 5 Kudos given
  • 15 Kudos received

User Activity

I just published a node package neo-forte to simplify using the neo4j-driver for beginners. The goal is to provide the simplicity of the data browser. You just need to know cypher. But it might be appealing to experienced driver users as well for ma...
What is the recommended way to mock a database session in a node unit test? It needs to be very light weight to work with CI.
I want to get data from one neo4j instance A and create nodes based on it in another neo4j instance B. What’s the cleanest way to do that? I’d prefer not to have to deal with exporting and importing from files. I’m using neo4j-driver in node.js. So ...
I want to backup a database stored on an AWS EC2. [4.1 enterprise, ami-0afe90add2767a91c.] I understand that it is not recommended to backup from the same machine, and that we need a machine with neo4j installed. I'd really prefer not to dedicate an...
I'm running 4.1 enterprise using the latest EC2 AMI (ami-0afe90add2767a91c). When I ssh in, I'm unable to connect using cypher-shell locally: $ cypher-shell -u neo4j -p ----------- Unable to connect to localhost:7687, ensure the database is running ...