Hi there,
I have added a @cypher directive to my GraphQL Type - getDistances.
I am getting an error returned from my graphQL query when I make a query using getDistances. Can you please tell me what might be causing the problem ?
const typeDef...
Can someone please show me how to write a graphQL query from this cypher query as an example?
WITH
point({longitude: 12.78, latitude: 56.7, height: 100}) AS p1,
point({latitude: 56.71, longitude: 12.79, height: 100}) AS p2
RETURN point.di...
Hi there, I would like to connect a Flutter web app to a Neo4j database. My understanding is you need to use a GraphQL client library for Flutter and a GraphQL server that is able to connect to a Neo4j database.
I know there is a package called graph...
I am trying to import a CSV file (100k rows) and I am using the neo4j community version 4.4.5.
It is taking a very long time to import, and I got this error below after it is trying to import for 2 hours:
[Neo.DatabaseError.Statement.ExecutionFailed]...
Hi there,
I am trying to import CSV data using Neo4j Desktop. This is my code below.
:auto USING PERIODIC COMMIT
LOAD CSV WITH HEADERS
FROM 'https://docs.google.com/spreadsheets/d/e/2PACX-1vRJ6RaDEnH2VGyPCb01o2QxRmcyVfOVuJOyf7as8NeMSCPzcjgNUsPOaFy3...
But when i tested this file
https://docs.google.com/spreadsheets/d/e/2PACX-1vRJ6RaDEnH2VGyPCb01o2QxRmcyVfOVuJOyf7as8NeMSCPzcjgNUsPOaFy3zXpMF-DM6mfa5f8PqeQR/pub?gid=149005180&single=true&output=csv
on this website (https://www.papaparse.com/demo)...t...
Thank you. My neo4j database is hosted on Oracle Cloud. So I can't use that syntax to define the pathway for my database. How do I reference my remote DB ?
I try to use the admin tool to check what the problem is . I try this command.
bash-3.2$ bin/neo4j-admin database check Remote
Unmatched arguments from index 0: 'database', 'check', 'Remote'
The database is called Remote. I got this error
Unmatched...