Hacker News new | ask | show | jobs
by Rutvikrau 1016 days ago
Have been using notebooks as a testing ground for all my python related code and seems interesting to be able to transfer this over to an API

Would this be something that can be moved to production as well?

1 comments

Of course, we're working on better support for deployment soon, but since its just a FastAPI app with a dockerfile you could deploy it anywhere. Also depends on your use case though, for example, if you have auth requirements you could add a middleware to your endpoints to verify a jwt token or call the endpoints from another backend service.