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

Not able to use index to get distinct values

Hello Everyone Match (n: Player) return (distinct(n.Country)) as country. I have created an index on the Country attribute for the Player label. When i am using the above the cypher statement it scans all the Player. I wanted to get the distinct Coun...

2X_e_e06211444a8af89fdfee179846f07cda01a8787b.png

Unable to do certain writes on bigger graphs (not huge)

Hi everyone, i'm currently working on neo4j 3.5.5 in docker on a server with 128gb ram and 24 threads. My graph has 11M nodes and 180M relationships. First of all my problem arised when i tried to weight my graph. Weighting my graph simply means that...

dega93 by Node Link
  • 1114 Views
  • 4 replies
  • 0 kudos

Neo4J Graph Platform

I updated the Neo4J version and I am not able to use the stored database and plugins. I am getting the following error: Plugin failed to install. Error: EBUSY: resource busy or locked, unlink 'C:\Users\13565987.Neo4jDesktop\neo4jDatabases\database-8d...

Importing csv

While importing from CSV,, I have the following fields empid, empname, gender add1 add2 add3 city state country month year salary the employee records can be duplicated since they are paid salary every month. the following labels needed to be created...

Download Community Edition

Where Do i download the community edition from. Desktop version not allowing my to install on my laptop. i have downloaded the Neo4j community server (neo4j-community-3.5.6-windows) on desktop but i am not able to run the neo4j.bat to install and ru...

Troubleshooting Connection issues with Halin

This post describes common issues users may encounter in connecting Halin to a Neo4j database, and how to address them. Prerequisites Halin is a JavaScript application that executes inside of your browser, and uses the Neo4j Official JavaScript drive...

2X_8_8d8f1bda0257e28c0129863c1b7695d9746ab9d0.png

How to represent inference rules (SWRL) in Cypher

I'm involved in a research project featuring Neo4j. I migrated a drug ontology to Neo4j and the thing is that I need to run the equivalent to the SWRL inference rules in the ontology. These rules are pretty much like the following: activates(?a, ?b),...

raulsic by Node
  • 1108 Views
  • 0 replies
  • 0 kudos

Resolved! Return response appears in repeating number

I have query like: UNWIND [{name:'foo'},{name:'bar'}] as lorem UNWIND [{name:'soo'},{name:'sar'}] as sorem MERGE (s:Sorem) - [:LOREMED] -> (l:Lorem { name: lorem.name }) MERGE (s2:Sorem) - [:LOREMED] -> (l2:Lorem { name: sorem.name }) RETURN l ...

ri8ika by Graph Voyager
  • 3812 Views
  • 30 replies
  • 4 kudos

Graph Visualization for Academic Purpose

I have imported my data on Neo4J and have conducted some analysis using graph algorithms. How can I import the graph visualizations generated in Neo4J on to my system in the form of high quality images for the purpose of inclusion in thesis and journ...

Import CSV hanging

The cypher below is hanging. The CSV has 180K rows USING PERIODIC COMMIT 10000 LOAD CSV WITH HEADERS FROM 'file:///connectedEntity_00000.csv' AS row MERGE(con:Connection {uen:row.UEN, name:row.SHORT_NM}) MERGE(e:Entity {id:row.ID, uen:row.UEN_1, lega...

pa0lo by Node Link
  • 1040 Views
  • 4 replies
  • 0 kudos