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! Full-text search skip and limit

I need to limit the search results returned by a full-text search based on an offset and limit. That means, the first query would return the first 10 results (offset=0, limit=10) and a second query would return the next 10 results (offset=10, limit=1...

chrszrkl by Node Clone
  • 415 Views
  • 2 replies
  • 0 kudos

How to fetch node & edge data as separate collections?

Neo4j Browser visualizes all nodes + edges if you query: 'match (a:thing),(b:action) return *' I want that node & edge data, but formatted separately, like:{  nodes:['dog','cat','rat'],  edges:[['dog','does','bite'], ['cat','does','scratch'],['dog','...

svincen by Node Link
  • 139 Views
  • 0 replies
  • 0 kudos

Changing one Perspective changes others?

I've used Neo4j off and on for a decade, but I'm evaluating Bloom. I set up multiple perspectives. When I change one (add more nodes, etc), then switch perspectives, I find my other perspectives have changed as well. This seems like either a really o...

Help with Neo4j Bloom Touchscreen Navigation

I would like to be able to navigate Neo4j Bloom on a touchscreen.  Controls generally work for me but some important pieces are missing.  Does anyone have an idea on how one could change the configuration settings to allow for: 1) One-finger dragging...

dbms.memory.heap.max_size issue

Hi team,I am getting this issue when i try to get all end nodes using query  match p=(n:ASSET {uniqueID:"some id"})-[m*]-() return pplease help me write a query where i get only those nodes that are either forward node or backward nodebut not the sib...

Screenshot from 2022-12-20 15-22-43.png

Resolved! UNWIND with inline variable, what am i doing wrong?

Hello, I am generating factorized queries (i do a lot of similar queries in a short period of time). My code generates these kind of queries : Example 1 :   WITH [ {"params1_createdTime":"1671525588177","params3_id":"b67dc350da753f4f8fb1cf4de0ff600da...

Database Model

Hello everyone! I'm new to GDB and need help to clarify a few things. I want to create a really simple database of a website domain and its subdomains (example.com, sub1.example.com, sub2.example.com) with IP as a property value. In JSON it would be ...

Client has not connected to the Neo4j server

Hi there, I'm using .Net 6.0 and  Neo4j client 5.1.3 I've been trying to run my app in Docker. All containers are created, but when I try to send a request, my application returns the error: Neo4j.Driver.ServiceUnavailableException: Connection with t...

Using MATCH with Millions of Nodes

I am using Noe4j 4.4.5 and streaming big data from Spark to Neo4j. I have streamed around 36 million addresses belonging to a blockchain as nodes with no problems. Now, I'm trying to connect the addresses that transacted with each other. The data is ...

TK36 by Node Clone
  • 940 Views
  • 8 replies
  • 0 kudos

Creating relationships

Hello folks. I'm a ms user, self challenge, trying to do something nice in neo4j. I would like to have your support, because, I don't know how to go ahead, since the point where I'm now. I have a comunity version of neo4j. I uploaded some data I have...

New Book available on Cypher Programming

I have written a book on Cypher programming titled "Graph Data Processing with Cypher: A practical guide to building graph traversal queries using the Cypher syntax on Neo4j" available on amazon for purchase using link  https://www.amazon.com/Graph-D...

anthapu by Graph Fellow
  • 466 Views
  • 2 replies
  • 1 kudos

Resolved! match with an OR expression for the node label

Hi!  I found from the documentation that the below syntax should work. However when I try it in neo4j browser, it gives me Neo.ClientError.Statement.SyntaxError. Is this syntax no longer supported by cypher? Thanks! MATCH (n:Movie|Person) RETURN n.na...

wangxf by Node
  • 461 Views
  • 2 replies
  • 2 kudos

Resolved! apoc installation on docker container

Hi, I'm trying to install apoc plugin in a docker container, the problem is that it creates the apoc.jar file as not readable,  I tried to find similar problems but cannot find the solution. I'm using a Mac, with graph-data-science plugin I have no i...

ptempone by Node Link
  • 512 Views
  • 2 replies
  • 0 kudos