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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Path finding in cypher query

Hi everyone, I have a question about how it works a traversal operation in a cypher query. The search starts by finding the start point. After that, the relationships are traversed. This traverse is it done in parallel or sequently? Thank you

algo.unionFind connected component

Hello All, I'm a newbie in Neo4j. I load a csv file (format: id) for the nodes and a csv file (format: id id share) for the relationships. I look at the connected components but I want to consider only the major relationships (above 50%), so I use th...

depire by Node Clone
  • 1116 Views
  • 1 replies
  • 0 kudos

Edge display issue in Linkurious

I am trying to use Linkurious with our Neo4j database and having the following problem. When I try to display a set of nodes and a specific set of edges, the tool displays all edge connection between them. For example I want to run the following quer...

bhawmik by Node
  • 1008 Views
  • 2 replies
  • 0 kudos

Https://debian.neo4j.org/repo returns 404

The title says it. To confirm it's not my problem checked with https://www.uptrends.com/tools/uptime to see it's returning 404 from anywhere. I saw similar issues on github but nothing recent. Am I missing anything? Thanks, Igor https://www.broadmind...

Convert int to string with leading 0

I'm trying to convert a date into a YYYYMMDD and YYYYMM format in order to create an index for a GraphAware TimeTree, as suggested in this post. As noted in their blog, the authors originally used as MM/DD/YYYY format for the UUID, which leads to som...

Issue Extending Algorithm Class

Hi, I am trying to write a simple modified BFS with an alternative stopping condition and want to base it off the single source shortest path implementation provided in the Neo4j Graph Algorithms library: https://github.com/neo4j-contrib/neo4j-graph-...

Can we disable bolt

Can we disable bolt and use http to connect to database? I set dbms.connector.bolt.enabled=false to disable it. Then cannot connect to our database so can we bypass the bolt connection or use http to talk to database

2X_8_853d9c7f19fafa19b5c494a7efbcc26566b5adbc.png
hbu by Node
  • 2146 Views
  • 6 replies
  • 1 kudos

Resolved! Group by date and sum some results

Hello, I have this query: MATCH(g:Geocache)-[l:LOG]->(:Log) WHERE g.referenceCode = 'GC728BR' AND l.typeId = 2 RETURN date(l.loggedDate) AS date, l.favoritePoint AS fp ORDER BY l.loggedDate and the result is like this: ╒════════════╤═════╕ │"date" ...

surfooo by Node Link
  • 8794 Views
  • 5 replies
  • 2 kudos