opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
213 stars 18 forks source link

Web Form with PyVibe in Infrahub #510

Open dgarros opened 1 year ago

dgarros commented 1 year ago

Component

Git Integration

Describe the Feature Request

User provided form is an important feature for exposing custom forms to users that are better integrated with their workflows.

Instead of building something from scratch, it would be interesting to investigate if we could leverage a third party library like PyVibe to generate the form and use Infrahub to publish it. https://github.com/pycob/pyvibe

The integration should be done via a Git repository like the transform functions.

Describe the Use Case

Add support for User provided forms

Additional Information

No response

dgarros commented 1 year ago

Another option would be to use https://streamlit.io/ There are some interesting use cases with Streamlit and GPT4 https://blog.streamlit.io/generative-ai-and-streamlit-a-perfect-match/