Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-14-2021 10:27 AM
Im trying to use sink connectotr to sync data from mongodb.
I receive relationship event as,
"fullDocument": {
"_id": {
"$oid": "6112376c9ade02082f500711"
},
"_relatedFromId": "6112376b9ade02082f5006f6",
"_relatedFromType": "PERSON",
"_relatedToIds": [
"6112376c9ade02082f500700",
"5312475c8ade04052e300919"
],
"_relationshipType": "AUTHORED",
"_relatedToType": "BOOK"
},
Here, I have few problems using it.
CYPHER_TEMPLATE strategy:
CUD strategy:
Looks like I can handle multiple operations. But,
ids
just accepts one. My use case is that I will have a node will have more than a relationship in mongo document. How can I handle with one event to create a many relationships for a FROM node?08-19-2021 01:38 PM
Cypher
CUD
All the sessions of the conference are now available online