The tech insights plugin provides a way to define facts (data points) and checks (rules) that can be used to evaluate the state of an entity in the catalog.
- tech-insights - The frontend plugin for tech insights
- tech-insights-backend - The backend plugin for tech insights.
- tech-insights-backend-module-jsonfc - A module that provides a
JsonRulesEngineFactCheckerfact checker for calculating boolean facts from JSON rules. - tech-insights-common - A common library containing shared utilities to be used across tech-insights plugins
- tech-insights-maturity - The plugin introduces maturity rankings and categories into your checks.
- tech-insights-maturity-common - A common library containing shared functionality for tech-insights-maturity plugin
- tech-insights-node - A node library providing shared backend functionality for tech-insights plugins
- tech-insights-react - A web library containing reusable frontend functionality (components, hooks, api, etc.) to create tech-insights views
To start the Backstage App, run:
yarn install
yarn start