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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! with CSV no output

I am trying to build a relationship based on CV data ->handwritten image. The main node in the middle has no data so I have to create it (E).  BEsides the middle node, all other data are in the CSV file. Unfortunately after running, I do not get any...

Meetings-13.jpg Screenshot 2022-09-26 at 17.46.06.png
Reuben by Graph Buddy
  • 466 Views
  • 4 replies
  • 0 kudos

Load JSON documents with common fields

Hi allThe idea is simple: Say we have this common document structure: { "company_number": int, "number_of_employees": int "company status": string "date_of_creation": date "date_of_cessation": date  }   But not all companies have a cessation day beca...

Resolved! Automatic Relationships

Hi,This is my first question on here, so I hope I'm in the right place! I want to ask whether it is possible to "auto-generate" relationships between nodes based on some. For instance, lets say I have a "Person" node  that has a firstName property Bo...

Chain of Nodes query

I want to write a query to get my chain of nodes  Loop HAS_TAG Tag  Tag HAS_ALARM Alarm Tag HAS_CABLE Cable  I want the 4 nodes in the same query   

OmarHamdy_0-1664121054285.png

Create a new type of node using Bloom

I'm trying to create a new node using Bloom. However, it only allows me to choose from existing categories. For example, currently I have nodes with labels "Person", "School", "Vehicle", etc. I want to create a new type of node that is labeled as "Ph...

Return a relationship Label in shortest Path

I and trying to parse the result of a shortest path i have projected a graph - set all relationships to "UNDIRECTED" run the following algorithm CALL gds.shortestPath.dijkstra.stream( the result is a list of node ids. I am new to cypher - and cannot ...

wapst by Node
  • 736 Views
  • 5 replies
  • 0 kudos

Resolved! memory config for loading data

HelloI need help pleaseI am loading the ssb (star schema benchmark) data onto a neo4j database. For I am using the script "using period commit ...... load csv ...." from files I generated from the ssb database. However, one of the files contains 23 m...

Neo4j-admin import Java problem, Windows 10

I have an old Windows 10 machine that is getting flaky, so I got a new one, and I am having trouble running neo4j-admin on it. I can bring up the Neo4j browser just fine, but I am having issues using neo4j-admin to do an import. I have no problems ...

Resolved! How to represent a business process model in Neo4J

I started learning Neo4J and pretty new to the concepts. I am not sure if we can represent a business process in Neo4J. Suppose there is a process with different steps to fix a damaged cricket bat. How do I represent the flow and steps? Also, conside...

jk05802 by Node Link
  • 1748 Views
  • 10 replies
  • 0 kudos

Resolved! Unable to bring Neo4j 4.2.3 up

Hi, I upgraded my Neo4j from 4.0.26 to 4.2.3 and followed all the steps I am getting error while bringing up the application Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to create temporary file for /com/sun/jna/linux-x86-64/libj...

Database Access Control

I'd like to allow users to create databases for which only they have access. The application would be able to access it only if they are connected and provide some sort of authorization via public/private key mechanisms. Is there a common way to hand...

Error connecting to remote graph

Hi, I'm trying to establish connection with a remote graph, my configuration is: fabric.database.name=ddb fabric.graph.0.uri=neo4j://IP1:7687 fabric.graph.0.database=dbo1 fabric.graph.0.name=dbo1 fabric.graph.1.uri=neo4j://IP2:7687 fabric.graph.1.dat...