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
  • 919 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
  • 1162 Views
  • 1 replies
  • 1 kudos

Generate timestamp from date

I couldn't see any argument in timestamp function. But can we create timestamp from date supplied? I could also generate timestamp from other language like python or javascript. But it differs to the timestamp as in cypher query language. So, what's ...

ri8ika by Graph Voyager
  • 2448 Views
  • 4 replies
  • 0 kudos

Resolved! Display property in place of relationship name

I'm running Neo4j Community v.3.5.7 on a Mac. I have a schema that looks something like this: (:Person { Name: Name, FullName: FullName, Level: Level, Strength: Strength}) (:Strength {Name: Strength}) When I do a query, MATCH (p:Person),(s:Strength)...

2X_3_37f3e3188330430f93b9a48c1d2f72991945be4b.png
steve by Node
  • 5909 Views
  • 4 replies
  • 0 kudos

Find all simple paths in a graph

I have a graph database representing a subway system. I am interested in finding all simple paths (paths that do not visit the same station twice) possible from one station to another. Due to the complexity of the train network, there may be thousa...

Resolved! Calling REST API within apoc.periodic.commit()

Hi Everyone First post here. Hope I am doing this right. I am working on a student project. It's aim is to create a database that loads information from other systems peridocally. Things have been working fine, but it seems I can't properly wrap my h...

bieri by Node Link
  • 3454 Views
  • 7 replies
  • 2 kudos

NEuler Coes

I am unable to execute the codes generated by NEuler Graph Algorithm App on the Neo4J browser. I am getting the following error: Invalid input ':': expected whitespace, comment, Statement or end of input (line 2, column 1 (offset: 13)) ":param relati...

Resolved! Using aggregating function with condition

I have nodes like: (n:Node) - [:HAS] -> (:Tasty {type: 'added', count: 5}) (n:Node) - [:HAS] -> (:Tasty {type: 'added', count: 8}) (n:Node) - [:HAS] -> (:Tasty {type: 'eaten', count: 3}) (n:Node) - [:HAS] -> (:Chocolate {type: 'added', count: 15}) (n...

ri8ika by Graph Voyager
  • 5107 Views
  • 9 replies
  • 4 kudos

LOAD CSV data with extended ASCII characters

After Googling and reading through many articles online--I cannot find any information to get this resolved. My raw data includes international data with unicode characters, such as 蓮兒與啷噹六便士, and extended ASCII characters, such õ, á. When I look at t...

2X_3_30afff3b9cee6cc250898f804f3af38b27b30df1.png