Simple application containing two elements queue tool and reader-writer tool.
Is a tool that implements queuing functionality on the basis of http server
Reader is a tool that reads the file line by line and pushes the content to a predefined queue.
Writer is a tool that reads the queue writes the content to a predefined file. Writing terminates when there is a end of file signal received. Write also terminates if queue is empty
More about parameters here
make build
- unit tests
- docker wrapping
- docker-compose