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.

pselvakumarmca
Node
since ‎10-08-2020
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a sink connector which consumes messages from KAFKA, I've configured poll records as 1000 by adding this property. "kafka.max.poll.records":1000 I just followed the documentation here. Neo4j Graph Database Platform ...
Im trying to use sink connectotr to sync data from mongodb. I receive relationship event as, "fullDocument": { "_id": { "$oid": "6112376c9ade02082f500711" }, "_relatedFromId": "6112376b9ade02082f5006f6", "_relatedFromType": "PER...
I would like to combine paths from multiple match query. Consider a query MATCH path_1 = (t1:Type1)-[r1:]->(t2:Type2) MATCH path_2 = (t2)-[r2]->(t3:Type3) MATCH path_3 = (t1)-[r3]->(t4:Type4) RETURN path_1,path_2,path_3 How to combine all these ...