Hey all
I created a low-code CICS (Customer Information Control System) using Streamlit and SQLite3 and demonstrated the approach using a Loan Approval application.
The idea behind the approach was to allow devs to create CICS interfaces which interact with DBs easily and quickly using few lines of python, and to not rely on Java for the same. I also incorporated ML in the pipeline to demonstrate how this approach can easily integrate machine learning as well.
I believe apart from deploying machine learning models in the cloud, Streamlit has a huge potential to be instrumental as a low-code framework to help in modernizing legacy systems.
You can find the project below