wwalterr / events

Schedule events over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events

Schedule events over time.

About

Schedule events over time with pub / sub, concurrency and scheduler.

Built with

Installation

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

Usage

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.

Documentation

Use the Insomnia HTTP client to load the events playground and read the documentation for each endpoint.

Contributing

Pull requests are welcome. Please, consider the following.

  1. Make sure you code have quality, a.k.a standards
  2. Make sure your code is secure
  3. Make sure your code has no performance issues
  4. Make sure your code is documented, if necessary
  5. Describe the changes that were done

No issue or PR template required, but be informative

License

MIT

About

Schedule events over time

License:MIT License


Languages

Language:Python 89.6%Language:Dockerfile 10.4%