Skip to content

Releases: santosfamilyfoundation/SantosCloud

Error Handling and Improved Performance

19 Apr 05:43
Compare
Choose a tag to compare

This release adds better exception handling along with improved performance updates to critical bottlenecks such as memory usage during SQL calls and changing video creation methods. In addition, there have been many changes to how certain API calls work. Many now have a GET and POST routes for creating and then obtaining data, specifically the result methods such as highlightVideo.

Our next steps will focus on improving the reliability of our analysis engine and add more granular error handling to more clearly indicate to the user the error.

Remote Analysis Pipeline

12 Apr 19:24
Compare
Choose a tag to compare

SantosCloud works in full but lacks some exception handling and generates inconsistent results at the moment. Using SantosGUI, one can access our analysis platform using a GUI. Alternatively, downloading the cloud_api.py file provides a python module that will help developers interface with our API.

Our next steps will focus on creating more robust and graceful error handling and improve the speed and efficiency of our codebase.