When it comes to installing Cellery, you could choose between the basic or complete installation options. When you run the cellery setup
command,
you can select to either install the basic or complete version.
The basic installation would require less resources in comparison to the complete installation.
The following table offers a comparison between what you would get.
Packages | Components | Supported Functionality |
---|---|---|
Basic |
|
|
Complete |
|
|
You could opt to install Cellery either in local mode, or on to an existing Kubernetes cluster or on Google Cloud. Note that you could combine either the basic or complete installations along with these options.
When you run cellery setup
in interactive mode, and select Create
, you can select one of the following options:
Local
-> to install locally via a pre-built VMExisting cluster
-> to install into an existing K8s cluster (e.g. Docker for Desktop)GCP
-> to install on Google Cloud
The following links explain in detail the setup options for different environments.
- Developing a Cell - step by step explanation on how you could define your own cells
- Cell Specification - Key concepts of Cellery.
- How to code cells? - explains how Cellery cells are written.
- CLI commands - reference for CLI commands.
- Samples - a collection of useful samples.