Go service that generates pseudorandom data and insert them to database.
Install under docker runtime using this dockerfile image with this command: docker-compose up -d
Check the software running with this command: docker stats
.
demodata_service has to be running.
- 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 inworkplace_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 indevice_workplace
table
© 2020 Petr Jahoda