Skip to main content
0 votes
1 answer
33 views

here i got : Elasticsearch stores most of the searchable / document-like data (text fields, city, etc.) Neo4j stores relationships and some entity attributes (e.g., gender, graph connections) Each ...
yo brr's user avatar
  • 1
1 vote
2 answers
45 views

I have been trying to start exploring the Reactome Graph Database today following the instructions given at https://reactome.org/dev/graph-database#GetStarted I have installed Neo4j Desktop 2 (version ...
Capo Mestre's user avatar
Best practices
0 votes
0 replies
73 views

I've been trying to find the best (easiest to adjust and modify, and most efficient) way to implement and find an OR relation between Neo4j graph relations. For reference - my Neo4j DB can contain ...
ShirMarom13's user avatar
0 votes
1 answer
61 views

I started learning the development of REST API using Spring and Neo4J. I am unable to understand how Repositories work, even I looked to the documentation. I have Airport node and LINE relationship. ...
Quaky's user avatar
  • 1
2 votes
1 answer
77 views

I have this situation CREATE (a:X { id: 1 }) CREATE (b:Y { id: 2 }) CREATE (c:Z { id: 3 }) CREATE (:Z { id: 4 }) CREATE (a)-[:HAS]->(d:W { id: 5 })<-[:HAS]-(b) CREATE (c)-[:HAS]->(d) And I ...
AFatNiBBa's user avatar
  • 167
1 vote
1 answer
70 views

If I run this query UNWIND [1,2,3] AS a WITH collect(a) AS la UNWIND [4,5,6] AS b WITH la, collect(b) AS lb RETURN la, lb I get this result la lb [1, 2, 3] [4, 5, 6] If I change the FIRST list to [], ...
AFatNiBBa's user avatar
  • 167
0 votes
1 answer
56 views

In Neo4j, when assigning write privileges on a spicific node type for a role, I can deny write permission on some property on that node type, but also grant write permission on all the node's ...
Kt Student's user avatar
0 votes
4 answers
98 views

I have a fairly complicated Cypher query as follows: MATCH (n1:Object {id:299235,type:3})-[r1:COMPARED_TO]->(n2:Object {type:3})-[r2:COMPARED_TO]->(n3:Object {type:3})-[r3:COMPARED_TO]->(n4:...
Martin's user avatar
  • 149
1 vote
0 answers
46 views

I'm using Neo4j Browser (from Neo4j Desktop for Windows) on my local computer to run the following Cypher query to export local graph data to a bucket on AWS S3: CALL apoc.export.csv.query( "...
Kt Student's user avatar
1 vote
0 answers
45 views

I'm trying to run the Neo4j Docker container using Singularity on an HPC system. The container starts successfully, but it shuts down automatically when I try to add data to the database (e.g., via ...
prasad's user avatar
  • 13
0 votes
0 answers
43 views

I have deployed Neo4j Community Edition (with APOC plugin) inside a Docker container running on a Linux VM. Inside the VM, I can access Neo4j Browser on http://localhost:7474 without issues. But from ...
Ganesh Kumar's user avatar
2 votes
0 answers
76 views

I'm running Neo4j 5.18.1 enterprise edition with a cluster of 6 servers. I'm running 2 queries on all servers in the cluster, trying to find a specific node. The node in question has the following ...
Naveh Ohana's user avatar
0 votes
0 answers
158 views

On the ingestion part to the graph db, I pass a json file, as an episode, custom entities (and edges), using gemini api, but I get some discrepancy on the structured output, like so: LLM generation ...
George Petropoulos's user avatar
0 votes
1 answer
82 views

I am getting my head around a Neo4j database that links people together, along with details of how they are connected. Specifically I have a "Person" node and a "KNOWS" ...
Martin's user avatar
  • 149
0 votes
0 answers
62 views

Neo4j Community is running on an Ubuntu Server in a virtual private network on Azure. The default HTTP for both its browser and bolt are disabled in favour of HTTPS and WSS (through self-signed ...
Robin's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1536