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.

alexs
Node
since ‎07-17-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Given a series of unique sequential nodes of certain types: LogIn->UpdateProfile , LogIn->AddToCart->CheckOut cypher example: CREATE (e1:Event {type: 'LogIn', uuid: '...'}), (e2:Event {type: 'UpdateProfile', uuid: '...'}), (e3:Event {type: 'LogIn',...
Kudos from