https://github.com/pinterest/slate
Resource Lifecycle Management framework
https://github.com/pinterest/slate
Last synced: 3 months ago
JSON representation
Resource Lifecycle Management framework
- Host: GitHub
- URL: https://github.com/pinterest/slate
- Owner: pinterest
- License: apache-2.0
- Created: 2023-01-05T18:49:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T19:09:12.000Z (6 months ago)
- Last Synced: 2025-06-09T15:11:34.291Z (4 months ago)
- Language: Java
- Homepage:
- Size: 3.52 MB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Slate
Slate is a framework that solves Resource Lifecycle Management enabling us to create a unified Platform as a Service for infrastructure. It enables pluggable
implementation of platform resource types while providing a common interface (UI / API) that allows clients to declaratively create infrastructure.Slate can be used for creating infra as code management layer for any multi-service platform environment.
## Getting Started
Checkout our [Getting Started Guide](docs/GettingStarted.md) to learn more on how to get Slate up and running and use the framework.
## Design
Detailed design can be found [here](docs/Design.md)
## Maintainers
- [Ambud Sharma](https://github.com/ambud)
- [Surya Karri](https://github.com/suryabhaskarkarri)
- [J.C. Zhong](https://github.com/jczhong84)
## Contributors
- [Qingxian Lai](https://github.com/QingxianLai)
## License
Slate is distributed under [Apache License, Version 2.0](LICENSE)