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

Formatting output of apoc.convert.toTree

Hi, i have to retrieve a hierarchical json for displaying a force directed tree in d3.js but i can't figure out how to format output data of apoc.convert.toTree: MATCH path = (a:Asset)-[:HAS_ASSET *0..]->(b:Asset) WHERE id(a)=59760 WITH collect(path)...

amerej by Node
  • 548 Views
  • 2 replies
  • 0 kudos

Resolved! Correct RETURN statement for the query

I use the following query for sft delete fucntionality: MATCH (be:BaseEntity) WHERE be.uuid = $uuid AND be.deleted = false SET be.deleted = true WITH be OPTIONAL MATCH p=(be)-[:CONTAINS*]->(e) WHERE e.deleted = false AND all(r IN relationships(p) WH...

Node2Vec java.lang.ArrayIndexOutOfBoundsException

Hi I am currently trying to run node2vec on a weighted graph. However I am currently getting hit by this Error: Failed to invoke procedure gds.beta.node2vec.stream: Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 262144 out of bounds for l...

guaizw by Node
  • 572 Views
  • 2 replies
  • 2 kudos

Resolved! Graph transfer

Hello is there any way to transfer the content from one graphics database to another graphics database so that the two contents are together only in one database?

Resolved! String Equality Comparison Not Working in FOREACH

I have a CSV that I'm loading into Neo4j where one of the columns is a date in yyyyMMdd format, i.e. 20210628 for June 28, 2021. Some of the dates have '00' for the day of the month, and I would like to modify those to be '01', while leaving the date...

ddarmon by Node Clone
  • 642 Views
  • 4 replies
  • 0 kudos

Resolved! NEuler Problem with 'non alpha' procedures

Hi @mark.needham, I'm having problems getting NEuler to work. Since GDS 1.6.X some procedures lost the alpha status and the 'alpha' in the procedure name. E.g. gds.alpha.degree.stream is now gds.degree.stream. So some algorithms in the Graph Data Sc...

Resolved! Neo4J 4.2 JMX Export Missing

I have been using Neo4J version 3.5 community version and was able to use JMX to extract information on (in the DB): Number of nodes in useNumber of properties in useNumber of relationships in useNumber of relationship types in use On upgrading to v...

Use of Google NLP with APOC setting up the key

Hello, The general question is how you can provide a multiline JSON structure as a :param correctly? Google NLP APOC procedures require a key which is in itself a complex JSON structure Trying to get Google NLP functions to work with DBMS 4.2.4 an...

ktielens by Node Link
  • 394 Views
  • 2 replies
  • 1 kudos

org.neo4j.driver.exceptions.TransientException

Hi I'm trying to import Archi Model to neo4j using archi database plugin. It remember it already worked in the past but now i'm getting this error Can't allocate extra 262144 bytes due to exceeding memory limit; used=2147436544, max=2147483648. Can a...

jnhgmm by Node
  • 425 Views
  • 1 replies
  • 0 kudos