Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realityanomaly/architect
Dynamic resource generation with TypeScript
https://github.com/realityanomaly/architect
Last synced: 27 days ago
JSON representation
Dynamic resource generation with TypeScript
- Host: GitHub
- URL: https://github.com/realityanomaly/architect
- Owner: RealityAnomaly
- Created: 2023-05-11T00:23:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-18T21:41:54.000Z (over 1 year ago)
- Last Synced: 2024-05-07T10:02:30.619Z (9 months ago)
- Language: TypeScript
- Size: 2.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Architect
Architect is a TypeScript-based IaC tool powered by [Deno](https://deno.com), built to handle massive JSON trees such as the resources in a Kubernetes cluster, Nix module parameters, or the configuration for a router. It's designed to be more lightweight than existing frameworks such as Terraform and Pulumi, and makes use of intelligent caching to speed up build times for a faster development loop.
Architect is currently in the prototype (pre-Alpha) stage, and is still in an early phase of development. It's not yet production-ready, and the API surface is not stable, but contributions are appreciated! Currently, there is a plugin for Kubernetes that represents the first Architect plugin, present under the `packages` folder as `architect-k8s`.