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
  • 993 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

Installing neo4j

I am using IntelliJIdea on Windows 7 Enterprise, Python 3.6.4. When I try installing neo4j using command pip install neo4j I get the following message: Could not find a version that satisfies the requirement neo4j (from versions: ) No matching distri...

Resolved! Filter Nodes and relations by relationship property

I have a simple database with person and building nodes. The relationships between these are visits with an arrival time and departure time. To start, I am attempting to build a query that shows all the arrivals that started between two datetimes. H...

2X_f_f2aec1a68c0dab2579352e6114d5accd7fa31a53.jpeg 2X_0_07904e2c20f7b80db18cb19a4a3cdf8e66463ff6.png

Uploading CSV to Neo4J - via graphql?

We are trying to upload a CSV file to neo4j and create nodes from the existing graphql schema. We want to be able to drop a CSV file on the client-side which then posts it to the backend api which uploads it to neo4j and creates nodes from the CSV co...

Privileges to read subset of label

Hi, I have a scenario where I have nodes with a label, say Label1, and they are all representing the same thing. However, I dont want all users to be able to query/read/traverse all nodes with Label1. My first thought was to add a label to these node...

kaptenh by Node Clone
  • 1208 Views
  • 5 replies
  • 0 kudos

Resolved! Cypher query to count the number of relationships of specific type that each node has, including same type relationships in their sub-nodes Ask Question

I have a node hierarchy like following, where nodes c1..c6 are of type :Category, and their sub-nodes i1..i7 are of type :Item. What I need to obtain is the number of Items in each Category, including their sub-categories. The output should look lik...

2X_3_338a74b1c15400106d878adba020b5121ab98f84.jpeg

Resolved! Visualize json file with relationships

I am new to neo4j and I wanted to visualize a json file with its elements relationships. However, I could only success to visualize one part of the file (doc_id=1) using: CALL apoc.load.json("file:///data/test/forum_test.json") YIELD value as val UNW...

2X_1_1ba46db022dba2638aece52a228511f6120554f8.png