Get started

Create a cluster on your AWS account

# install the CLI
pip install cortex

# create a cluster
cortex cluster up cluster.yaml

Build scalable APIs

# deploy APIs
cortex deploy apis.yaml
  • RealtimeAPI - create HTTP/gRPC APIs that respond to requests in real-time.

  • AsyncAPI - create APIs that respond to requests asynchronously.

  • BatchAPI - create APIs that run distributed batch jobs.

  • TaskAPI - create APIs that run jobs on-demand.

Last updated