Hi. I'm new to metaflow. I'm currently working on ...
# dev-metaflow
f
Hi. I'm new to metaflow. I'm currently working on a product that demands local deployment and I was wondering if metaflow is locally deployable. So far I'm convinced that it is, but figured I'd run it by it's people anyway. All responses and suggestions will be highly appreciated.
1
v
hi Muhammad! 👋 You can use Metaflow locally
you can get started just by doing
pip install metaflow
by default, all data is stored as local files and computation is executed as local processes
f
Thank you so very much, Ville.
👍 1
v
let us know if you have more questions!