This is a Command Line Interface to interact with Omnigres. Also check the Omnigres documentation for more info about the platform.
First ensure you have a working go development environment.
go build -o og cmd/omnigres/main.go
The command above should compile a binary og
at the project's root folder.
In order to provision an Omnigres cluster you should have the Docker CLI installed. Check their Get Started page to install the Docker tools on your system.
Go ahead and try to start a transient cluster, all state will be erased at the end.
./og run