Anyone figure out how to get tw5 working in fly.io with persistent volumes?
https://fly.io (I believe it’s backed by heroku) is a function-as-a-service provider and they’ve recently come out with ability to add persistent storage to your function. Better, 3GB included in the free plan.
Anyone figure out how to get tw5 working in fly.io with persistent volumes?
.. is a function-as-a-service provider and they’ve recently come out with ability to add persistent storage to your function. Better, 3GB included in the free plan.
Run your full stack apps (and databases!) all over the world. No ops required.
So they seem to serve “full stack apps” .. It seems to be an interesting service. The blog posts are interesting and full of “techspeak”. They give a good overview about their implementation details.
It seems to use docker images and “covers” them in a light weight virtual machine to start them fast. …