Skip to content

Honey Pot 🍯 is a simple system that consists of an Kestrel server and a hosted service. Where Kestrel has a role of receiving POST request and store then into non-blocking concurrent dictionary, while hosted service does the periodic polling on the dictionary and is responsible for storing the values and clearing it.

License

Notifications You must be signed in to change notification settings

MirzaMerdovic/honey_pot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

honey_pot

Honey Pot 🍯 is a simple system that consists of an Kestrel server and a hosted service. Where Kestrel has a role of receiving POST request and store then into non-blocking concurrent dictionary, while hosted service does the periodic polling on the dictionary. Hosted service on every poll interval is going to store the values to Redis and clear the dictionary.

About

Honey Pot 🍯 is a simple system that consists of an Kestrel server and a hosted service. Where Kestrel has a role of receiving POST request and store then into non-blocking concurrent dictionary, while hosted service does the periodic polling on the dictionary and is responsible for storing the values and clearing it.

Resources

License

Stars

Watchers

Forks