With Cosmos, I aim to provide a platform to collect data from connected devices and act on them defining a set of rules.
Name origin: Cosmos is used at times when the universe is regarded as a complex and orderly system or entity; the opposite of chaos.
Quick links
- The code is licensed under MIT.
- The documentation is licensed under CC BY-SA 4.0.
A Docker image is pushed to Docker Hub every time CI runs successfully.
In order to use it you must pull the latest docker image by typing into
your CLI
docker pull fortizpenaloza/cosmos
and then start it typing
docker run -v logs:/opt/cosmos/logs --rm -p 8090:8090 fortizpenaloza/cosmos
- Download the latest Pharo 32 or 64 bits VM.
- Download a ready to use image from the release page
- Explore the documentation.
To load the project in a Pharo image, or declare it as a dependency of your own project follow this instructions
Check the Contribution Guidelines