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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
MirzaMerdovic/honey_pot
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.