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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 924 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1164 Views
  • 1 replies
  • 1 kudos

How to load local JSON file into Neo4j

Hello Neo4j Community, As part of my master Thesis I need to upload a JSON file (in local) into Neo4j. I am using the browser interface with version 3.5.17. My doubts/questions are diverse: Is there a way to upload a JsonArray into Neo4j? Tried doing...

Setting up single node SSL

Im trying to enable the CA signed certificates to Neo4j server however i'm getting the below error. 2019-05-15 15:15:57.981+0000 WARN The 'dbms.ssl.policy.default_policy.client_auth' setting is specified more than once. Settings only be specified onc...

fme_mrc by Node Clone
  • 2358 Views
  • 3 replies
  • 0 kudos

Query execute time varies

Hello As part of my work i'm examining queries runtime (with PROFILE) I have notices that running the same query may return varied results. For example the following query: <profile Match (p1:Person)-[:Participant]-(w) Where p1.name = 'Ellen Pompeo' ...

2X_0_018ce877961d2003d8b82af3d1b6827d73366332.png

If data no change, order of result is fixed?

If data no change in neo4j, the ordering of relationships is fixed without use order by? I need to read large relationships in partitions of spark, different partition with different skip/limit, But can't use the index in relationships property, it ...

Resolved! CypherSyntaxError: Invalid input 'H': expected 'i/I'

I am getting error while trying to access neo4j enterprise edition 4.0 from python api 4.0.I am using https://neo4j.com/docs/api/python-driver/4.0/ for reference. Used below code - < from neo4j import GraphDatabase uri = "neo4j://localhost:7687" driv...

royinblr by Node Link
  • 3083 Views
  • 3 replies
  • 2 kudos

Resolved! Halin 0.14.4 doesn't work on Mac

I upgraded Halin 0.14.4, but the screen just goes blank, DB is already up and running. I reinstalled Halin and it doesn't work. MacBook Pro 2020, 32GB macOS 10.15.6 Neo4j Desktop 1.3.4 Halin 0.14.4

2X_e_eebce5f3539bec13f6fbba1a1a61602a4d50817c.jpeg
koji by Ninja
  • 703 Views
  • 1 replies
  • 0 kudos

Unable to dump database

neo4j version - 4.0.0Windows 10 neo4j-admin dump --database=neo4j --to=neo4j900.dump when i use this command to create a dump file an IOException is thrown "Unable to dump database: IOException: The supplied user buffer is not valid for the requested...

2X_4_402122f9fa2427cf345d6ecc7563417a15eaeb71.jpeg

Backup neo4j server ubuntu

Hi I'm hanme and super super new in neo4j. I've installed neo4j (4.1.0 enterprise version) on AWS EC2 ubuntu server and tried to do 'backup' with my small dataset. when I run bin/ sudo neo4j-admin backup --from=localhost --database=neo4j --backup-di...

Date format syntax in CYPHER

Hi All, I have an epoch date with microsencods (1549641709667000).I want to convert that into date without timezone .As of now i am doing this . return datetime({epochMillis:1549641709667000/1000}) "2019-02-08T10:01:49.667000000[America/Chicago]" Is...