Homework, 2017_W46_1_1300: trio tutorial @suchow & @mpacer https://trio.readthedocs.io/en/latest/tutorial.html
- Take what we have in this demo
- make webapp version of prosewash
- API endpoint with some text ✓
- return prosewashed version of text
- Learn about and decide on python async (@suchow & @mpacer)
- async await: [https://www.youtube.com/watch?v=MCs5OvhV9S4](Beazley talk from pycon)
- trio
- curio
- Build dockerfile for creating test prosewash app
- get redis
- get postgres
- get judicious
- build db
- get env variables
- run judicious server
- run prosewash
- Read about automan for decision rules (https://people.cs.umass.edu/~emery/pubs/AutoMan-UMass-CS-TR2011-44.pdf)
- Go through how the recruiter mechanism for judicious works
- suchow communicates to mpacer