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.

npatel
Node Clone
since ‎04-03-2019
‎06-01-2022

User Statistics

  • 15 Posts
  • 2 Solutions
  • 4 Kudos given
  • 7 Kudos received

User Activity

Hi, I have a flask based python microservice. I added neo4j python driver to it to retrieve results from neo4j database. Now I was looking to see how the over application performs and individulal elements in a request. For that we have dataog integra...
command: ./bin/neo4j-etl export \ --mapping-file "D:\orchardws/mysql_neo4j_mapping2.json" \ --rdbms:password "" --rdbms:user "root" --rdbms:schema neo4j_mapping --rdbms:url "jdbc:mysql://localhost:3306/neo4j_mapping?autoReconnect=true&useSSL=false&us...
Hi, I am following https://neo4j.com/developer/neo4j-etl/ and got the app to install and install for one of the project But when I launch Neo4j ETL tool it shows me blank screen. No error in console either to debug. Please provide the following inf...
Hi, I have some CYPHER queries that are executed using neo4j-driver. Things works fine in real, but I want to also write unit tests for this class so all possible scenarios are verified. With mysql etc we can use use sqllite and let the queries run o...
Hi, I have a mutation createaAccess that creates a HAS_ACCESS_TO relationship between 2 nodes. This works fine. createaAccess(user: ID!, entity_role: [String]!, application_role: [String]!, entity: Int!): WorkstationUser @cypher( statem...