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

Bloom does not update with new labels, relations

I have a db that was working/showing fine in Bloom a few weeks ago. Then I made a bunch of changes to nodes, relations, etc in same graph. Everything fine in Browser. I had not looked at Bloom view in a while. But now, looking at it in Bloom, Bloom s...

Resolved! Creating relationship before cloning nodes

I have a great query, which let's me clone nodes, and then merge them, which maintains the original node in case I merged incorrectly. I would love an edge (a1) --[MERGED]->(node) (a2)--[MERGED]->(node) To essentially connect the originals with the n...

mkretsch by Node Clone
  • 841 Views
  • 6 replies
  • 1 kudos

Creating subgraph by filtering on embeddings

Using Neo4J 4.3.2 Enterprise Before creating a graph projection, I transformed several node categorical properties into embeddings using one-hot encoding. One of these node properties was n.tier consisting of several levels (gold, silver, red, etc., ...

skerr by Node Clone
  • 507 Views
  • 2 replies
  • 1 kudos

Resolved! Set property before cloning nodes

I am cloning a group of nodes, but before doing so, I want to write a new property SET n.uuid = n.uuidoriginal, but I am having troubles then with collect. This way the input and output cloned nodes have different uuid, but the same uuidoriginal. An...

mkretsch by Node Clone
  • 397 Views
  • 2 replies
  • 1 kudos

Resolved! Apoc.periodic.iterate() ClassNotFoundException

Hi there, can someone please help me interpret this error code on apoc.periodic.iterate(): {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure apoc.periodic.iterate: Caused by: java.lang.ClassNotFoundException:...

Neo4j Desktop doesn't start up

Hello! Neo4j stopped starting up for some reason. Previously, it worked normally. I had restarted the computer after long time without restarting, and here's what happened. It's stuck with this stage! I tried to restart the computer again, uninstall...

3X_5_4_54e37c816e0a464bbdaf5584308bc83ec3795ffb.png

Resolved! Neo4j v4.0 `Mismatching store id`

I'm running Neo4j v4.0. Today I decided to reload a database with the admin import tool (since this is how we are loading our graph) and it successfully runs. The tool imports all of the nodes and relationships without fail. Additionally, there is no...

wdrosko by Node Link
  • 5192 Views
  • 13 replies
  • 3 kudos

Resolved! What to do to show name on node

I have run below cypher on a blank database, MERGE (adam:Person {Name: "Adam"}) MERGE (aan:Person{Name: "Aan"})-[:PARENT]->(adam) When I am trying to see the Person node in Neo4J Desktop browser, I can see no name appears in bubble, What needs to be ...

3X_c_b_cb57b7dfa7e4306d4fc8ea645521807e6a99b687.png

Needed: Cypher Examples and resources

I am in need of several Cypher examples in various sizes and function to see what im supposed to make. Im still in the copy/paste and butcher stage of learning to code. The tutorials gave a decent understanding of the tools to use, but I would greatl...

Apoc.merge.relationship - permitted range [0,65535]

Test system : Neo4j community server 4.3.6 on CentOS7 - browser In test system call db.relationshipTypes() yield relationshipType return count(relationshipType) as numRelTypes; Run the script as below : ( inland_route.csv file's rows are under 500 r...

3X_9_e_9e01da7bd594093d0c291c5c96da93d663f305c2.png 3X_b_5_b535f802f25393b104200d46e7a3e0d5464d6cd4.png