hub-internal-artifacts.flows.default-map-and-master.flow.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"name": "default-map-and-master",
"description": "This is the default flow for mapping previously ingested data and then mastering it into data hub",
"options": {
"sourceQuery": "cts.collectionQuery('default-ingestion')"
},
"steps": {
"1": {
"stepDefinitionType": "mapping",
"stepDefinitionName": "default-mapping",
"retryLimit": 0,
"options": {
"outputFormat": "json",
"collections": [
"default-mapping",
"mdm-content"
]
}
},
"2": {
"stepDefinitionType": "mastering",
"stepDefinitionName": "default-mastering",
"retryLimit": 0,
"options": {
"outputFormat": "json",
"collections": [
"default-mastering",
"mastered"
]
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy