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
  • 992 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
  • 1209 Views
  • 1 replies
  • 1 kudos

How to highlight a network in Neovis

Hi , Like we have a feature in Google maps that shows all the paths but highlights just the route you want. Likewise, do we have a query or a feature where we can show all the nodes in the grey colour but the required nodes in other colour to highlig...

sucheta by Graph Buddy
  • 1462 Views
  • 2 replies
  • 0 kudos

Constraints

Hello guys! I hope you guys are doing well today. I am new to NEO4j and need some suggestion/advice. I successfully imported 3 different CSV files as A,B,C and now trying to create CONSTRAINT for all. From my RDBMS, "reg_uid" (integer) is the primary...

plee by Node Clone
  • 369 Views
  • 1 replies
  • 1 kudos

Why doesn't this query return an error

Using Neo4j 4.0.5 on Desktop or an Enterprise instance running in EC2: I had the following query in my ETL code that was loading my Graph Database from my old SQL database. There is an error in the query that I would have expected Cypher to return an...

mike2 by Node Clone
  • 641 Views
  • 1 replies
  • 0 kudos

Neo4J community Edition on Raspberry Pi 3

Hi there, I have just installed Neo4j community edition on my spare Raspberry Pi 3. I want to fiddle around with some XML that I want to import and subsequently include in a webapp. I believe I am in the right place for my inquieries I have installe...

Importing indexes in new NEO v3.5.18

I am upgrading NEO version from 2.1.7 to 3.5. For transferring data from old version to new I am using APOC import command. I have lots of indexes and I need to export/import them as well so I don't have to create indexes manually after transferring ...

Subgraph similarity (for an exam)

Hi guys, I have some problems with subgraphs... I have this db: I want to check the similarity of a specify person p1 with all the person that he follows, ex: MATCH (p:Person {name: "Matteo Bardi"}) CALL apoc.path.subgraphNodes(p, { relationshipFilt...

2X_0_0258f2bdeba0fdc52cde7c8b0d5f7960428a5649.png 2X_a_af65b4ba9baacbd5b9c03a7e7ec4ea093f1dc394.png

Using a new node created in a foreach

Hi Everyone, How can i access to a node created in a FOREACH like this : FOREACH(ignoreMe IN CASE WHEN nodeCreatedFrom IS NOT NULL THEN [1] ELSE [] END | MERGE (newNode:Post:Grouping)-[:ATTACHED_TO]->(Folder) ON CREATE ...

henock by Ninja
  • 391 Views
  • 0 replies
  • 0 kudos