Generate API from Docs, e.g API blueprint/swagger/raml

Thanks to a great talk given at Elixir London (cc @samphilipd) I now know much more about GraphQL and have followed up further on subscriptions. I think that it subscriptions + mutations (as commands) could be a very interesting usecase when combined with an evensourcing backend. I found this scala example which is almost exactly what I would like to try an implement but in Elixir (of course). It also uses server sent events which I find very interesting because that could work with HTTP/2 and fallback to those remaining HTTP/1 client.

Me too, I never shared it here but I got the blueprint driven router to work. you can see it in action in the 10 minute video I posted in another thread.