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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Resolved! Problem with apoc procedures

Hello, I have the apoc jar in the plugins directory and file.cyp in the import directory. I want to use call apoc.cypher.runFile("file.cyp"); to execute cypher from script file, and i have the configuration as below: apoc.import.file.enabled=true dbm...

madiskou by Graph Buddy
  • 1864 Views
  • 5 replies
  • 0 kudos

Resolved! How best to do parallel processing

We have a lot of (n1:EffortUser)-[r1:EFFORT]->(n2:EffortObject) that need to be counted by day and week, i.e. how many EffortObject:Email did a EffortUser SENT ... if you have a lot of users and emails that can take quite some time so we would like t...

Loading dataset for movie recommendation graph

Hi, I am new to Neo4j and was playing around with the movie recommendation graph when I accidentally deleted it. Can someone please tell me how to restore it? I searched for this in the Neo4j community, but could not find anything to help me out. Tha...

Apoc load json "map"

How do I load a JSON map in the form { "aaaa": { "x": "1", "y": "2" }, "bbbbb": { "x": "5", "y": "3" } } In particular, I need to get the keys "aaaa", "bbbb" ? Thanks!

Optimizing code within apoc.periodic.iterate

Is there anything I can speeden this below code: CALL apoc.periodic.iterate("MATCH (a:alias) RETURN a", "Match path=((a:alias) -- (c1:citation) -[p1]-> (t:BIOTERM) <-[p2]- (c2:citation) -- (b:alias)) WHERE id(a) < id(b) AND id(c1) <> id(c2) With a, ...

2X_c_c5a2502adac47a2be9a235b75dcf8d0a0ee2a97c.png

Resolved! Embedded Neo4j graph for existing database in Java

Hi, I have updated my database to version 4.0.0, and I need to use it embedded, in Java. I updated the code so that I use the DatabaseManagementServiceBuilder. The directory I give to the builder constructor is the NEO4J_HOME, and when I create the G...

Import rdfxml has problem

Hi All, I am importing rdf/xml (music_200.txt (113.1 KB) ) to neo4j and meet the issue as below picture. Could you please help me! CALL semantics.liteOntoImport('file://music_200.owl','RDF/XML') neo4j version: 3.5.9Plugin: neosemantics-3.5.0.4.jar, a...

2X_9_9387d124ce5248733cdbd8b9cd16921c8349d71b.png

How to capture intersecting paths?

I have a graph that looks like this - It's the same type of node interacting with one another. (:DataSet)-[:INTERACTS_WITH*]->(:DataSet) I want to write a query that returns the starting nodes of the longest paths. so far I have - match p=(d:DataSe...

2X_3_3148f4635f7bed3f8d56093888ee5bb52eb4f044.png 2X_5_58afdad6fe221592098c922888330d22de938dda.png 2X_b_bea9e1ee35731687282b0a1f71fd872f63c929bc.png
pborah88 by Node Clone
  • 1619 Views
  • 10 replies
  • 2 kudos

Querying over values without knowing the key

Hello everyone, I have the following neo4j db structure: (r:Rule{"name":"VPS","Performance":"{"synonyms": ["Yield", "fast", "quick"], │ │"rules": [{"attribute": "Disc Space GB", "weight": 0}, {"attribute": "│ │Network Speed MBit", "weight": 0}, {"att...