is there python support in Appwrite? trying to host a Flask API, not able to do it on my linux
- 0
- Self Hosted
- Web
Trying to host a python based FLASK API, i failed at hosting it on the linux server, APP write looks promising, is there a python hosting support?
Appwrite doesn't provide hosting, but whatever server you're using to run Appwrite can also be used to run your flask app.
What problems are you having running your Flask app on the same server as Appwrite?
I haven't tried Appwrite yet, but i am sure it will be an awesome experience as the description said open source alternative for firebase
Will pay my experience and steps here that i will do to run the flask for others to follow
If you're just trying to run Flask on Linux and use the Appwrite Python SDK with flask, that's a possibility.
So there is Python support, but you'll have to host that somewhere yourself
i want to to host a production API, its just one endpoint, it does an amazing thing relate to Computer Vision
will start Appwrite in few hours
sooooo do you need to use a separate flask app or can you use an Appwrite Function? https://appwrite.io/docs/functions
We have a limitation right now on some libraries, so you'd only be able to use Appwrite Functions if you're able to install the packages
yes steve, i am exploring appwrite and mapping what are firebase feature -> appwrite features
will update my outcome today itself
Hey there 👋 I wouldlove to hear your honest feedback. I am currently working on improvements for Appwrite Functions, and if there is anything that you feel like is missing or complex, this might be the best time to bring it up 😇
Recommended threads
- Custom Domains with Cloudflare for SaaS ...
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.dono...
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...