| Metabase dev here. Metabase is a general purpose BI tool that anyone in your company can use (whether they know SQL or not) to ask questions about your data, make charts and dashboards, etc. It sounds like Squealy is primarily focused on generating APIs from SQL for integration in another applications. That isn't Metabase's primary focus right now, but we do have the ability to embed charts or dashboards in other applications, as well as JSON and CSV APIs for each question (though that's not well documented). Each question or dashboard can be parameterized, for example by a customer ID, and authenticated via JWT. This works for questions built using our UI as well as SQL. We don't have a full template system in SQL yet, but we do let you add parameters to your SQL. If you feel like we're missing a feature that would be useful, please file an issue! https://github.com/metabase/metabase/issues |