/demodata_service

Primary LanguageGoMIT LicenseMIT

developed_using
GitHub GitHub last commit GitHub issues
GitHub language count GitHub top language GitHub repo size
Docker Pulls Docker Image Size (latest by date)
developed_using developed_using

Demodata Service

Description

Go service that generates pseudorandom data and insert them to database.

Installation Information

Install under docker runtime using this dockerfile image with this command: docker-compose up -d

Implementation Information

Check the software running with this command: docker stats.
demodata_service has to be running.

Additional information

  • creates 20 devices in device table
  • creates device ports for those devices in device_ports table
  • creates 20 workplaces in workplace table and link them with workshifts in workplace_workshifts table
  • creates workplace ports in workplace_ports tables and link them with device ports
  • creates 20 terminals device table and link them with workplaces in device_workplace table

Devices example Devices

Device Workplaces example DeviceWorkplaces

Workplace Workshifts example WorkplaceWorkshofts

© 2020 Petr Jahoda