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...
Hi there,
I have a CSV file with 100k rows of data, and I can see that when I run this cypher query below.
LOAD CSV WITH HEADERS FROM 'https://docs.google.com/spreadsheets/d/e/2PACX-1vRpa9qfhHBWuCoCAN2SQS07kvJRAcdrOSDs5KTo_zVQCNQldz2ksgL6GWbEdNJF...
Hi there,
I am using Neo4j Desktop. I have got a remote database named "Remote DBMS" as shown in the photo. I want to import dump into existing remote DBMS. You can see the dump file is named "dbms-neo4j-Dec-13-2022-10-12-01.dump" in the screenshot. ...
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...