Traditionally in Business Intelligence products, there are 2 architectures, each with their own set of problems.

ArchitectureDescriptionProblems
CloudA web app that you embed via an iframeLimited customization, security concerns, performance issues
Self-hostedA docker container or kubernetes cluster hosted on your infrastructureComplex setup, maintenance overhead, still requires iframe embedding

By building backend and frontend logic into your existing stack, we solved these problems.

Hybrid

Production DB connection runs in your cloud. Metadata requests are made to Quill Metadata API. BI Platform is hosted on our cloud.

Self Hosted

Production DB connection and BI Platform run entirely in your cloud. Metadata requests are made to Quill Metadata API. Typical for High Security Industries Like Finance, Healthcare, Government.

Cloud

DB connection and BI Platform run in our cloud, similar to Other Cloud Developer Products.