Categorygithub.com/AutomatedProcessImprovement/waiting-time-backend

# README

Backend Web Service for Waiting Time Analysis CLI Tool

CI Status Coverage Status Go Reference

Deployment

Use deploy.bash script to set up and launch the production deployment. SSH access to the production machine is required.

Use docker_install.bash to install Docker in production.

Local development

Use run_dev.bash script to start from scratch. It does the following:

  • builds the Go application for Linux, Darwin and Windows platforms;
  • builds Docker images;
  • runs the docker compose for you, so the local deployment is ready at http://localhost:8080/.

It's possible to just start the compiled binary or run the software with go run, but the downstream waiting-time-analysis CLI tool wouldn't be available then.

# Packages

Package app Waiting Time Analysis Backend API The tool allows to identify activity transitions given an event log and analyze its waiting times.
No description provided by the author