CivicActions / SQIP

A python application to standardize the approach to storing data in QLDB
2 stars 0 forks source link

Select Python service framework... #8

Closed gitizenme closed 4 years ago

gitizenme commented 4 years ago
gitizenme commented 4 years ago

@JeffreyGarrett are you good with Flask for the service framework?

JeffreyGarrett commented 4 years ago

@gitizenme I'm ok with it. I do wonder if we are going to use a FIFO queue (which I think we should) do we need the webserver?

Checkout the kubemq implementation, if we are pulling from a queue probably don't need rest style communication? just a thought

https://docs.kubemq.io/development/python.html

gitizenme commented 4 years ago

We can start with Kubemq rest API, I think we may want to introduce an adapter at some point in the future to allow flexibility in the queue service provider and for mocking.