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
  • 856 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! Count relationship on each nodes

I have nodes with one of the properties called "Model". If I have node names as a,b,c,d,e etc, a.Model="1" b.Model="2" c.Model="3" d.Model="1" etc I want to ask a query : "For a particular Model, return the count of relationships for each individual ...

Neo4j Graphql library doesn't work for STRING IDS

I've been trying to use neo4j graphql library with my existing database in neo4j. I was following the tutorial by William on "Graph Visualisation with GraphQL and react-force". But I'm getting this error that the particular node with it's "diagnosis_...

kashu94 by Node Clone
  • 183 Views
  • 0 replies
  • 0 kudos

neo4j bloom dismiss unconnected nodes

Hi, Relatively new to Bloom here. I have generated a Scene whereas afterward I filter out the relationships that I do not want. After the filtering, a lot of nodes are left unconnected to anything, and I would like to dismiss those nodes. How do I do...

leminhds_0-1669714028105.png

Resolved! Full-text search of text array properties

Documentation here suggests that text array properties should be searchable via full-text search: https://neo4j.com/docs/cypher-manual/current/indexes-for-full-text-search/#administration-indexes-fulltext-search-text-array-properties But in practice,...

Neo4j Desktop 1.5.5 Issues

I just updated to Desktop V1.5.5 and now have issues. The PowerShell window remains open after starting the Neo4j Browser. I closed the window figuring it was not needed and now when trying to run a Cypher query I get a message from the Browser, "Te...

mbandor by Graph Voyager
  • 306 Views
  • 2 replies
  • 0 kudos

Create Relationships from CSV

Hi, I need to create relationships between nodes I already created by importing correlation values from a CSV file. The file contains a column named 'sensor' whose values are sensor names (sensor_1, sensor_2...) and the remaining ones contain the co...

Move all relationships from one node to another

This seems simple and I am sure it is, but everything is simple if you know how and.. well.. sigh. lets say I have this; merge (N1:Node1{name:"N1"})-[r:pointsTo]->(X1:NodeX{name:"X1"}) create (X2:NodeX{name:"X2"}) merge (N1)-[:pointsTo]->(X2) create ...

rlukas by Node Link
  • 2064 Views
  • 5 replies
  • 4 kudos

Load large CSV with LOAD CSV or python

Hi, I'm Song. I'm trying to import my data to neo4j.I executed with "LOAD CSV" clause, imported 70 % of the whole data. So i run two times more the same cypher, (It was MERGE) but nothing changed. Actually my data is LARGE, about 2 billion, I found...

song by Node Link
  • 133 Views
  • 0 replies
  • 0 kudos