Hi there!
I’m creating an AI-enabled app and building a number of different python jobs and scripts for data analysis.
I’m trying to figure out the best way to set up my python processes and I’m not a docker expert.
Here’s my goal:
- I want Wappler/Database/AI stuff to be deployed to the same server
- I have 2 flavors of Python AI services - on demand REST APIs and scheduled jobs using pythons APScheduler engine
- I want my AI services to be able to read/update the Wappler database via an API Key and Secret (I have another post on how I set this up here.)
Here’s my thoughts on how:
- Update the Wappler Docker file to add a python container
- Create a dockerfile that uses the wappler root username/pw to create my API user key and password to Wappler and an API key user key/pw for Wappler to use for my services
- Expose REST APIs in Python for Wappler to use
- Expose REST APIs in Wappler for Python to use
Are there better ways to do this?
Thanks!
Community Page
Last updated:
Last updated: