Fundament DCIM is an in-house Data Center Infrastructure Management system for managing Fundament's physical and logical data center resources. It provides tooling to track, monitor, and operate the infrastructure that underpins the Fundament platform.
Early Development
The project is in its initial development phase. APIs and data models are subject to change.
- Backend — Go, Connect-RPC (Protobuf)
- Frontend — TypeScript / Bun
- Database — PostgreSQL (migrations via Trek, queries via sqlc)
- Deployment — Kubernetes (Helm, Skaffold, k3d for local dev)
- Install mise and run
mise installto set up all required tools. - See the development setup for instructions on running the project locally.
Please read CONTRIBUTING.md.
The contents of this repository are copyrighted by The Fundament Authors
(git log --format='%aN <%aE>' | sort -u).
- Source code is licensed under the GNU Affero General Public License (AGPL), unless otherwise stated.
- Documentation (including Markdown, D2 and similar files) is licensed under CC BY-SA.