Camunda 8 Self-Managed Local Environment

(Updated as per Camunda 8.7) In this post I will go briefly about all the options available for having a Camunda 8 environment fully functional for development purposes locally in your machine. Camunda Logo Why local? Most developers strongly prefer to develop locally whenever possible, rather than relying on remote resources. In larger projects, you'll typically find multiple Camunda 8 environments (self-managed or SaaS) for different purposes — such as DEV, QA, STAGE, and PROD. As a fellow technology enthusiast, I love having everything running locally whenever I can :) It also lets me work offline until I need to pull in another dependency or library. Camunda 8 Run (Preferred) Since Camunda 8.6. This has become my preferred option. Official documentation: Camunda 8 Run This option allows to run extremely quickly a Camunda 8 Self-Managed Local Cluster with all the required components (Zeebe, Tasklist, Operate, Connectors, Elasticsearch) The best of this option is...