The cloud BI and analytics platform
Build low-code/no-code analytics solutions. Integrate real-time dashboards into your application. Deploy in any cloud, customize to your needs, and deliver at any scale.
Achieve real-time analytics with direct queries
Connect and query your data source directly without the need for copying or moving any data, ensuring that decisions are based on the freshest information.
Enable self-service data exploration
GoodData's drag-and-drop UI enables technical and business users to create interactive charts and dashboards without involving the IT department.
Embed analytics into any application
Integrate interactive charts and dashboards into your apps, web portals, and workflows.
import React from "react";
import { Dashboard } from "@gooddata/sdk-ui-dashboard";
const dashboard = <dashboard-id>;
export function EmbeddedDashboard() {
return (
<Dashboard dashboard={dashboard} />;
;
}
<iframe
src="<host_url>/dashboards/embedded/#/workspace/
<workspace_id>/dashboard/<dashboard_id>/"
width="80%"
height="500">
</iframe>
<!-- Load the library... -->
<script type="module" src="<host_url>/components/
<workspace_id>.js?auth=sso"></script>
<!-- ...and embed a dashboard! -->
<gd-dashboard dashboard="<dashboard_id>"></gd-dashboard>
Customize and white label your dashboards
Tailor the out-of-the-box experience to suit your and your end users' needs and make it look like you built it yourself.



Integrate with your data stack and extend as needed
Our fully managed and self-hosted platforms support open integration via APIs, SDKs, and standard interfaces, allowing you to build your ideal data stack using the tools, technologies, and frameworks of your choice.

Augment your analytics for a better user experience
Build custom ML/AI capabilities, such as natural language query or chatbots, using our open-source SDKs, and make data more accessible and approachable for users.
Boost data-driven collaboration
Our APIs send data to any UI that your users use. Define consistent metrics once and share them across all of your:
Scale analytics delivery with multitenancy
Distribute analytics to all your teams, partners, or customers with hierarchical inheritance while preserving data privacy. Create and manage all of your dashboards in a parent workspace and push changes to all your hundreds or thousands of user groups at once.
Secure your data, users, and business
Protect your BI and analytics with the highest global standards and certifications: SOC 2, HIPAA, GDPR, CCPA, and ISO 27001.
Developer features
Platform functionality and metadata can be executed and managed via well-designed, open APIs.
All analytics definitions are declarative and they can be exported, imported, versioned, shared, and inherited.
Integrate analytics with your CI/CD pipelines to automate development, just like you would with any other code.
The platform is built on a future-proof microservices architecture and packaged in lightweight containers.
Transform complex data into reusable abstractions and context-aware metrics — easily refactor without breaking the analytics.