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
  • 1006 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
  • 1217 Views
  • 1 replies
  • 1 kudos

Index on DATE DESC or property DESC

Hi, I want the latest records from neo4j DB. But during a load test, I find as records increasing the performance of getting the latest records from DB decrease. Is there any way to index on DATE DESC or property DESC like Informix or Oracle. As per ...

saurabh by Node
  • 1235 Views
  • 5 replies
  • 0 kudos

Error - Unhandled promise rejection while using Neovis.js

Hi, Is there any way to hit a Neovis twice or more than once in a program. Because i use Neovis.js code in two of my angular functions - EwayBill() and Collection(). Both have Neovis.js code but different cypher queries. On page load , i want both th...

sucheta by Graph Buddy
  • 5181 Views
  • 11 replies
  • 3 kudos

Query running for forever

Hi Everyone, I am running below query with is dealing with large volume of data and it enters in a forever loop. match (t1)-[:IN|OUT]-(a1:add) where a1.add= 'abc' return collect(DISTINCT t1) AS tx is there any way to make this working ?? I am having...

12kunal34 by Graph Fellow
  • 2084 Views
  • 9 replies
  • 0 kudos

Resolved! Creating a Graph DB

Hi, I'm learning everything related to Neo4j and I still don't fully understand when you create a DB, do I require to have the data that it's related to the nodes/labels/properties? Can I do the DB without data? My mindset for many years have been RD...

Install Neo4J in RHEL 7

Env : RHEL 7 hosted in AWS EC2 JDK : OpenJDK 11 Neo Version : 4.0.4 (community) Issue : bolt.listen_address=0.0.0.0:7687 http.listen_address=0.0.0.0:7474 With these above mentioned configuration and bypassing proxy, I can login using neo4j/neo4j , ho...

Operating in batches on a massive list

We have imported the bitcoin blockchain into neo4j. I am trying to find the balance of every single bitcoin address on the network, however there are around 470 million addresses. A transaction sends bitcoin to addresses, which may then send that bit...

2X_7_7346abd2ec7d0140150f2bc71290543f1562be02.png
simon by Node Link
  • 5143 Views
  • 3 replies
  • 3 kudos

Resolved! Procedure not found

I have installed latest version of APOC procedures which is - https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/tag/4.0.0.12. I am not able to find many of the procedures available here - https://neo4j.com/docs/graph-algorithms/3.5/labs...

Multiple relationships match in circular path

Hi, i need to find circular paths. I've started with this query thats gives me the 1st circular path and is working ok. MATCH (g1:Perception_Group)-[s1:SEQUENCE]-(g2:Perception_Group)-[s2:SEQUENCE]-(g3:Perception_Group)-[s3:SEQUENCE]-(g4:Perception_G...

a10554 by Graph Buddy
  • 2088 Views
  • 4 replies
  • 2 kudos

Solution for hosting multiple DB

I have a project that I am working on that I am trying to go from using a local instance of Neo4j to being hosted on our intranet, but I am having some trouble coming up with the best solution. The tool is pretty simple, it creates a relationship gra...

me1 by Node
  • 481 Views
  • 1 replies
  • 0 kudos

Count nodes with a relationship and specific proerties

match (n:Product)-[r:instanceOf]-(m:Category) where exists(n.ID`) and exists(m.ID) return distinct count(n) This returns the number of relationships in which n and m occurs. What I want is to find the unique number of n or m where n is instanceOf ...

lingvisa by Graph Fellow
  • 458 Views
  • 1 replies
  • 0 kudos