# Analytical Backend Service Provider Interface (SPI)

[![npm version](https://img.shields.io/npm/v/@gooddata/sdk-backend-spi)](https://www.npmjs.com/@gooddata/sdk-backend-spi)&nbsp;
[![npm monthly downloads](https://img.shields.io/npm/dm/@gooddata/sdk-backend-spi)](https://npmcharts.com/compare/@gooddata/sdk-backend-spi?minimal=true)&nbsp;
![typescript](https://img.shields.io/badge/typescript-first-blue?logo=typescript)

This package is a part of the [GoodData.UI SDK](https://sdk.gooddata.com/gooddata-ui/docs/about_gooddataui.html).
To learn more, check [the source monorepo](https://github.com/gooddata/gooddata-ui-sdk).

This package provides definitions of the Service Provider Interface (SPI) for the Analytical Backend.

The interface defines functionality to be implemented for a particular backend to be used in GoodData.UI.

The Analytical Backend SPI for GoodData Cloud and GoodData.CN (joint codename `tiger` in [`@gooddata/sdk-backend-tiger`](https://www.npmjs.com/package/@gooddata/sdk-backend-tiger)) is almost fully implemented.

## License

(C) 2017-2022 GoodData Corporation

This project is under MIT License. See [LICENSE](https://github.com/gooddata/gooddata-ui-sdk/blob/master/libs/sdk-backend-spi/LICENSE).
