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
  • 942 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
  • 1183 Views
  • 1 replies
  • 1 kudos

How to optimize this query

OPTIONAL MATCH (organization:Organization{uuid:{organizationId}})-[orgCandidateRel:HAS]->(candidate:Candidate{uuid:{candidateId}}) WITH * "+ "OPTIONAL MATCH (candidate)-[orgOwnRel:OWNER]->(owner:Employee) WITH * "+ "OPTIONAL MATCH (candidate)-[orgSou...

java by Node
  • 416 Views
  • 1 replies
  • 1 kudos

My Neo4j Desktop is dead after update the 1.4.11.58

I was running happily along when I decided to upgrade to the newest version, 1.4.11 as prompted in the desktop app. I downloaded it, and it installed, but starting it does not open the app any longer. It just creates 3 processes that just sit there d...

Neo4j Start Issues Local Certificates

Hello, I recently downloaded Neo4j on my machine but it does not allow the DBMS to start locally. It throws the error and in the Logs it says: UNABLE_TO_GET_ISSUER_CERT_LOCALLY' There is another thread where the exact same issue occurs but it is nev...

3X_f_4_f4c64cd4bde2dd7d829cd6dd9c74efa2c5cb032a.png

Neo4j : main db or auxillary db for social network

Hi, I would like some insight into how best to apply neo4j to my use-case A brief (and oversimplified) description of the domain Description: a portal for trade shows Simplified Model: * multiple trade shows * multiple users per trade show * within...

Resolved! How to automatically change the size of relationship

Hi there, I am new to new4j, I have seen the size of lines can be changed so that a thick line refers to a strong relationship; a thin line refers to a weak relationship between nodes. I want to find a way, automatically change the size of relationsh...

Resolved! Illegal characters in APOC / loading json file

Hello, I am trying to import à json file with : CALL apoc.load.json("file:///A novel knowledge graph development for industry design A case study on indirect coal liquefaction process.json") YIELD value RETURN value; I can read from local file (apoc....

zepef by Node Link
  • 1119 Views
  • 4 replies
  • 1 kudos

Load CSV into Neo4j and create nodes out of each row

I have a CSV source and I want to build 2 things: Load the CSV to my Neo4j graph and turn every row to a node.Build relationship between nodes based on a cosine similarity(above some threshold alpha). Here is what I have already done for (1): WITH "h...

steve5 by Node
  • 907 Views
  • 2 replies
  • 0 kudos

How to filter returned properties?

I have a node containing these property names: "name", "A", "B", "C", ..., "ZA", "ZB", "ZC",... (That is, using the query match (x) where x.name="a" return keys(x) will return the result ["name", "A", "B", "C", ..., "ZA", "ZB", "ZC", ...]). I want to...

Ooker by Node
  • 705 Views
  • 2 replies
  • 0 kudos