Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
The open-source edition of Ylem can be installed with pre-build containers from the Ylem installer:
Or can be downloaded from GitHub or built from source:
If you want to compile Ylem from the source, run docker compose up
or docker compose up -d
from this repository. It will compile the code and run all the necessary containers.
⚠️ Please pay attention. Compiling from the source might take some time and will keep the resources of your machine busy.
If you want to rebuild a particular container from a source locally, run the following:
E.g.
Ylem uses Apache Kafka to exchange messages for processing pipelines and tasks. By default Ylem already comes with the pre-configured Apache Kafka container, however, you might already have an Apache Kafka cluster in your infrastructure and might want to reuse it.
Some particular integrations might require extra steps and using .env
files. Configure them if you need to.
The best way to install Ylem is to clone the repository and follow the installation instructions from it. It will install Ylem from the latest version of pre-build containers stored on Docker Hub.
Ylem will be available at
Ylem is available at
In this case, you need to take the steps described .
The list of such integrations and more information about them is in .