Hey all, we currently try to minimize the differences between our on premise datahub and the open source codebase for easier updates. So far we used MSSQL as backend and would like to continue to do so, as they are managed by another team. I aslo just saw that the question for a MSSQL backend came up already so i wanted to ask if the the datahub team would be interested in this? We enabled mssql via ebean, put the driver into build.gradle and created the table with the correct schema for the acpects manually. Apart from an init script for the database, would there be something else needed for a successful contribution?