Introduction
Welcome to the bx2cloud documentation!
At its core, bx2cloud is a gRPC API providing services similar to what you would see in cloud providers. It's built for educational purposes and, for simplicity, designed to run on a single machine (hence sometimes the documentation may call it 'local').
You can interact with the API through:
- The bx2cloud CLI
- The bx2cloud Terraform provider
- Your own gRPC client
All of the applications are written in Go.
info
This is very much a Work-in-Progress. Features are not expected to be stable for the time being.