Skip to content

BON4/timedQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timed Queue (Cache) implementation

This service will store values provided via API up to certain time. If the value has been accessed, expiration time updates. Key-Value stores in binary file with ttlStore package.

Install

> go get github.com/BON4/timedQ

Run

> cd employees\cmd\app
timedQ\cmd\app> go build .
timedQ\cmd\app> .\app -cfg config.yaml

Test

timedQ> go test ./...

Docs

Swagger docs at /swagger/index.html

Service architecture

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages