https://github.com/gardener/inventory
Gardener Inventory Repo
https://github.com/gardener/inventory
aws azure cmdb data-warehouse gardener gcp inventory inventory-management
Last synced: 11 months ago
JSON representation
Gardener Inventory Repo
- Host: GitHub
- URL: https://github.com/gardener/inventory
- Owner: gardener
- License: apache-2.0
- Created: 2024-05-20T13:15:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T07:29:58.000Z (11 months ago)
- Last Synced: 2025-04-08T07:37:40.899Z (11 months ago)
- Topics: aws, azure, cmdb, data-warehouse, gardener, gcp, inventory, inventory-management
- Language: Go
- Homepage:
- Size: 2.92 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# inventory
The Gardener Inventory is a system, which collects resources from various data
sources, persists the data, and establishes relationships between the resources.
The collected data can be later analyzed to show the relationship and
dependencies between the various resources.
# Requirements
- Go 1.22.x or later
- [Redis](https://redis.io/)
- [PostgreSQL](https://www.postgresql.org/)
[Valkey](https://github.com/valkey-io/valkey) or [Redict](https://redict.io),
can be used instead of Redis.
Additional requirements for local development.
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
- [minikube](https://minikube.sigs.k8s.io/docs/drivers/)
# Documentation
- [Design Goals](./docs/design.md)
- [Development Guide](./docs/development.md)
- [Operations Guide](./docs/ops-guide.md)
- [Database Queries](./docs/db-queries.md)
- [AWS OIDC Trust](./docs/oidc-aws.md)
- [GCP OIDC Trust](./docs/oidc-gcp.md)
- [Azure OIDC Trust](./docs/oidc-azure.md)
- [Deployment](./deployment)
# Contributing
Gardener Inventory is hosted on [Github](https://github.com/gardener/inventory).
Please contribute by reporting issues, suggesting features or by sending patches
using pull requests.
# License
This project is Open Source and licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).