GoodData.UI is a TypeScript framework for building analytical applications on top of the GoodData platform, GoodData Cloud or GoodData.CN.
GoodData.UI consists of multiple libraries with clear-cut responsibilities ranging from low-level REST API clients up to visualization libraries that deliver React-based components to render different types of charts and tables.
Learn about GoodData.UI:
The most notable packages in this monorepo
package | description |
---|---|
@gooddata/sdk-model |
Domain models for GoodData.UI |
@gooddata/sdk-backend-spi |
Definitions of the Service Provider Interface (SPI) for the Analytical Backend |
@gooddata/sdk-backend-tiger |
Analytical Backend implementation for GoodData Cloud and GoodData.CN |
@gooddata/sdk-ui-charts |
React-based chart visualizations that you can use to visualize your data |
@gooddata/sdk-ui-pivot |
React-based PivotTable component that you can use to visualize your data in a table-based manner |
@gooddata/sdk-ui-geo |
React components that you can use to visualize your location-based data |
@gooddata/sdk-ui-dashboard |
Dashboard component that can be used to embed dashboards into your application as React components |
@gooddata/sdk-ui-ext |
Various extensions to the base React-based components, see the package README for more |
@gooddata/sdk-ui-filters |
Set of classes and React components for creating filter-related UI |
@gooddata/sdk-ui-theme-provider |
Tools to make your application support themes |
To learn how to contribute, check out the Contribution Guide.
(c) 2017-2023 GoodData Corporation
This repository is under a GoodData commercial license available in the LICENSE file because it contains a commercial package, HighCharts. Subdirectories containing the MIT license are not subject to the GoodData commercial license and do not contain any commercial code. Please see the NOTICE file for additional licensing information related to this project's third-party open source components.