From 9b660d670ecca23b53a2578a6c78b9963dc1f8de Mon Sep 17 00:00:00 2001 From: zeshanziya Date: Tue, 27 Aug 2024 10:55:35 +0530 Subject: [PATCH] add base structure for incremental entity provider Signed-off-by: zeshanziya --- .../software-catalog/external-integrations.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/features/software-catalog/external-integrations.md b/docs/features/software-catalog/external-integrations.md index 98fae5a95e..732a55fdad 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -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