Schedule events over time.
Schedule events over time with pub / sub, concurrency and scheduler.
Use the package manager APT to install Docker and Docker Compose.
apt install docker.io
curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
mv /usr/local/bin/docker-compose /usr/bin/docker-compose
chmod +x /usr/bin/docker-compose
Download the necessary Docker images and create an API container.
sudo docker-compose -f docker-compose.yml up -d
When an API container is created the API is already available at 0.0.0.0:5000.
Check the documentation below to use the available endpoints.
Use the Insomnia HTTP client to load the events playground and read the documentation for each endpoint.
Pull requests are welcome. Please, consider the following.
- Make sure you code have quality, a.k.a standards
- Make sure your code is secure
- Make sure your code has no performance issues
- Make sure your code is documented, if necessary
- Describe the changes that were done
No issue or PR template required, but be informative