From 3c5c6807fb81ad7aec78f097d92e71834ce88a19 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Mon, 6 Feb 2023 07:55:44 -0500 Subject: [PATCH] Remove title so it doesn't show up twice Signed-off-by: Taras Mankovski --- microsite/blog/2023-01-31-incremental-entity-provider.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/microsite/blog/2023-01-31-incremental-entity-provider.md b/microsite/blog/2023-01-31-incremental-entity-provider.md index ff5f346ccd..c14c3fc15d 100644 --- a/microsite/blog/2023-01-31-incremental-entity-provider.md +++ b/microsite/blog/2023-01-31-incremental-entity-provider.md @@ -4,8 +4,6 @@ author: Paul Cowan & Taras Mankovski authorURL: https://frontside.com/ --- -# Scaling Backstage Ingestion with Incremental Entity Providers - At the heart of [Backstage](https://backstage.io/) is the [Backstage Software Catalog](https://backstage.io/docs/features/software-catalog/software-catalog-overview), which is a data store that allows an organization to centralize and visualize its many software services and components. Backstage inspects and transforms an organization's disparate software services and parts into a centralized data store. ![catalog pipeline](assets/2023-01-31/catalog-pipeline.png)