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
  • 876 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
  • 1131 Views
  • 1 replies
  • 1 kudos

RE: Graph algorithm playground doesn't work

I still have problems with "Graph algorithm playground" I want to run luvian and pagerank algoritm at same time but "Graph algorithm playground" refuse to work. May you help me run pagerank and luvian without playground? Graph algori...

How to use free parameters in a loop

I need to assign values to a parameter in the path loop. Simplistically it's like this MATCH p=(start:PORTS {N_ID: "180992417"})-[r*1..10]-(end:PORTS {N_ID: "12645867"}) with p, "1" as agg foreach (rel In relationships(p) | SET agg=123) RETURN * LIMI...

How to store "<" in Neo4j string

hi, I am loading csv file and few of the column values have "<" as character. Although the values are getting stored in the DB correctly as String however if i run a match query it is skipping the whole value. return ("") result "" Regards vivek

Resolved! How to store duration

Hi, I need to store input string 23:12:58 as duration in Neo4j node properties. Like: Match(n:Per{consumedTime:duration('23:12:58')}) Regards Vivek

Resolved! Browser files location

With Neo4j Desktop Neo4j browser guides are available from a browser for example via the command: http://localhost:XXXX/browser/?cmd=play&arg=query-template Can we use this server, adding to it custom web pages ? Is there any documentation available...

bruno_c by Node Link
  • 697 Views
  • 2 replies
  • 1 kudos

Resolved! Chapter 3: Authentication and Authorization

Reading through the Neo4J documentation, I see in chapter 3 that the API authentication and authorization are being deprecated in Neo4j 4.0. But what is going to be used instead? It would be very beneficial if a link was placed in the docs to the NEW...

2X_7_7f5e71bc548beb7df3a2142002aded8df2a827e9.png
eric5 by Node Clone
  • 560 Views
  • 1 replies
  • 2 kudos

Resolved! Changing User Password Doc Question

What is the "Basic" token shown here (bmVvNGo6bmVvNGo=) in the documentation? Is this the neo4j default Authorization token or an artifact of the doc author? https://neo4j.com/docs/http-api/3.5/security/#http-api-changing-the-user-password

2X_8_8c123f183c36bb56565e456b930017ed3e13a235.png
eric5 by Node Clone
  • 577 Views
  • 1 replies
  • 1 kudos

How do I set multiple search terms?

I need to build a short route with three different link conditions. For example, the first condition is the connection between nodes: (:n) - [:r] - (:n) is direct. The second condition is that the connection between nodes goes through an intermediate...