Metadata-Version: 2.1
Name: gooddata-fdw
Version: 1.0.1a3
Summary: GoodData.CN Foreign Data Wrapper For PostgreSQL
Author: GoodData
Author-email: support@gooddata.com
License: MIT
Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/1.0.1a3
Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
Keywords: gooddata,fdw,postgresql,analytics,headless,business,intelligence,headless-bi,cloud,native,semantic,layer,sql,metrics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# GoodData Foreign Data Wrapper

This project delivers PostgreSQL foreign data wrapper extension built on top of [multicorn](https://multicorn.org/).
The extension makes [GoodData.CN](https://www.gooddata.com/developers/cloud-native/) insights, computations and ad-hoc report data available in PostgreSQL as tables.
It can be selected like any other table using SQL language.

See [DOCUMENTATION](https://gooddata-fdw.readthedocs.io/en/latest/) for more details.

## Requirements

-  [GoodData.CN](https://www.gooddata.com/developers/cloud-native/) installation; either running on your cloud
   infrastructure or the free Community Edition running on your workstation

-  Python 3.7 or newer

-  The GoodData.CN Foreign Data Wrapper is tested with the latest version of multicorn (1.4.0) and PostgreSQL 12

## Installation

Refer to the [documentation](https://gooddata-fdw.readthedocs.io/en/latest/).

## Bugs & Requests

Please use the [GitHub issue tracker](https://github.com/gooddata/gooddata-python-sdk/issues) to submit bugs
or request features.

## Changelog

Consult [Github releases](https://github.com/gooddata/gooddata-python-sdk/releases) for a released versions
and list of changes.
