Praxis is in alpha. The supported API is praxis.io/alpha, and the contract can change while Praxis is in alpha.About the alpha contract
Installation
The supported evaluation path downloads the Praxis alpha artifacts. It starts Moto as a local AWS-compatible API, Restate, Praxis Core, and all five driver packs without compiling Praxis or cloning the repository.
Prerequisites
Section titled “Prerequisites”- Docker with Docker Compose
Start the stack
Section titled “Start the stack”Open the Praxis alpha release
and download the CLI archive for your platform, checksums.txt, and
praxis-alpha-quickstart.tar.gz. Verify the archives against the checksum
file, place praxis on your PATH, then run:
tar -xzf praxis-alpha-quickstart.tar.gzcd praxis-alpha-quickstart./praxis-uppraxis versionThe bundle pulls all six Praxis images at the single supported :alpha tag,
waits for the infrastructure services, and registers Core and every driver
pack with Restate.
Confirm the environment
Section titled “Confirm the environment”praxis list schemaspraxis list schemas runs offline from the schemas embedded in the CLI. It is a quick way to confirm the binary and discover current resource kinds.