Skip to content

bgzzz/queue-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple queue implementation

Simple application containing two elements queue tool and reader-writer tool.

Queue tool

Is a tool that implements queuing functionality on the basis of http server

Reader-writer, reader mode

Reader is a tool that reads the file line by line and pushes the content to a predefined queue.

Reader-writer, writer mode

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

How to build

make build

TODO

  • unit tests
  • docker wrapping
  • docker-compose

About

simple queue-service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published