add base structure for incremental entity provider

Signed-off-by: zeshanziya <zeshan.ziya@axelerant.com>
This commit is contained in:
zeshanziya
2024-08-27 10:55:35 +05:30
parent b27fbbe6f5
commit 9b660d670e
@@ -1031,3 +1031,35 @@ backend.add(catalogModuleCustomDataParser);
backend.start();
```
## Incremental Entity Provider
WIP
### Why did we create it?
WIP
### Requirements
WIP
### Installation
WIP
### Writing an Incremental Entity Provider
WIP
### Installing the Incremental Entity Provider
WIP
### Administrative Routes
WIP
### Error handling
WIP