Edit this page

The following pages and posts are tagged with

TitleTypeExcerpt
Building Ditto Page Building with Apache Maven In order to build Ditto with Maven, you’ll need: JDK 17 >= 17.0.2, Apache Maven >=3.8 installed, a running Docker daemon (at least version 18.06 CE). mvn clean install sh build-images.sh
Extending Ditto Page Create Extensions for Ditto Ditto offers the possibility to execute custom behaviour by utilizing Pekko extensions. The places which can be extended by such custom behaviour are marked by extending the DittoExtensionPoint interface. Add a new implementation of an interface extending DittoExtensionPoint for changing its...
Operating Ditto Page Once you have successfully started Ditto, proceed with setting it up for continuous operation. This page shows the basics for operating Ditto. Configuration Ditto has many config parameters which can be set in the config files or via environment variables. This section will cover some of Ditto’s config parameters....
Running Ditto Page Start Ditto Resource requirements: in order to start Ditto locally (via Docker Compose), you’ll need at least: 2 CPU cores to be used by Docker 4 GB of RAM to be used by Docker if you decide to run Ditto in a local Kubernetes environment,...