We want to write some business logic rules that work on top of certain data to build reports. Not sure which is the best to store them in the database MySQL.
The only possible benefit of using stored procedures is the possibility of accessing the database from applications that use different technologies, such as Python and Java.