This is a repository of useful, self-contained examples that you can use to kick-start development of your LittleHorse applications. Made with love by the LittleHorse Knights.
All of these examples are runnable. Some of them require that you run multiple templates together in order to create a cohesive application; however, each example
These are LittleHorse examples, so to run a LittleHorse Server you can use the following command:
docker run --name littlehorse -d -p 2023:2023 -p 8080:8080 ghcr.io/littlehorse-enterprises/littlehorse/lh-standalone:0.10.1
You can install lhctl
as follows:
brew install littlehorse-enterprises/lh/lhctl
Alternatively, you can download lhctl
from the Releases page on our GitHub.
Over time, we will develop
The task-workers
directory contains implementations of Task Workers in Python, Go, and Java.
Coming soon.
Coming soon.