# GoodData FlexConnect
GoodData FlexConnect allows you to build your own data source for GoodData Cloud or Cloud Native.
FlexConnect works with a concept similar to 'table functions' that you may already know
from database technologies.
- To build your own data source, you implement one or more FlexConnect functions. The
functions compute and return tabular data - how they do it is completely up to you.
- The functions are hosted and invoked inside a FlexConnect server (which is included in this package).
- A running FlexConnect server can be added as a data source to your GoodData Cloud or GoodData Cloud Native.
- The functions available on FlexConnect server will be mapped to data sets within GoodData's Semantic Model
and from then on can be used during report computation.
## Getting Started using the FlexConnect
The easiest and recommended way to get started with FlexConnect is to use [the template repository](https://github.com/gooddata/gooddata-flexconnect-template).
The template repository is set up with project infrastructure and boilerplate related to testing, packaging and
running your FlexConnect functions. You can start building your own data source in under a minute.
The template also comes with extensive documentation which will guide you through all important steps and facets
of building production-ready FlexConnect functions.
If you are eager to get started, here is a short snippet to bootstrap a new FlexConnect project:
```shell
git clone https://github.com/gooddata/gooddata-flexconnect-template.git my-flexconnect
cd my-flexconnect
rm -rf .git && git init && git add . && git commit -m "Initial commit"
```
Raw data
{
"_id": null,
"home_page": null,
"name": "gooddata-flexconnect",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9.0",
"maintainer_email": null,
"keywords": "gooddata, flight, rpc, flight rpc, custom functions, analytics, headless, business, intelligence, headless-bi, cloud, native, semantic, layer, sql, metrics",
"author": "GoodData",
"author_email": "support@gooddata.com",
"download_url": "https://files.pythonhosted.org/packages/67/67/ddaa3ce40971f81c370f64046564fd8ebd24344ab956b75c39f7feb33d7a/gooddata_flexconnect-1.40.0.tar.gz",
"platform": null,
"description": "# GoodData FlexConnect\n\nGoodData FlexConnect allows you to build your own data source for GoodData Cloud or Cloud Native.\n\nFlexConnect works with a concept similar to 'table functions' that you may already know\nfrom database technologies.\n\n- To build your own data source, you implement one or more FlexConnect functions. The\n functions compute and return tabular data - how they do it is completely up to you.\n- The functions are hosted and invoked inside a FlexConnect server (which is included in this package).\n- A running FlexConnect server can be added as a data source to your GoodData Cloud or GoodData Cloud Native.\n- The functions available on FlexConnect server will be mapped to data sets within GoodData's Semantic Model\n and from then on can be used during report computation.\n\n\n## Getting Started using the FlexConnect\n\nThe easiest and recommended way to get started with FlexConnect is to use [the template repository](https://github.com/gooddata/gooddata-flexconnect-template).\n\nThe template repository is set up with project infrastructure and boilerplate related to testing, packaging and\nrunning your FlexConnect functions. You can start building your own data source in under a minute.\n\nThe template also comes with extensive documentation which will guide you through all important steps and facets\nof building production-ready FlexConnect functions.\n\nIf you are eager to get started, here is a short snippet to bootstrap a new FlexConnect project:\n\n```shell\ngit clone https://github.com/gooddata/gooddata-flexconnect-template.git my-flexconnect\ncd my-flexconnect\nrm -rf .git && git init && git add . && git commit -m \"Initial commit\"\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Build your own data source for GoodData Cloud and GoodData Cloud Native.",
"version": "1.40.0",
"project_urls": {
"Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.40.0",
"Source": "https://github.com/gooddata/gooddata-python-sdk"
},
"split_keywords": [
"gooddata",
" flight",
" rpc",
" flight rpc",
" custom functions",
" analytics",
" headless",
" business",
" intelligence",
" headless-bi",
" cloud",
" native",
" semantic",
" layer",
" sql",
" metrics"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f05187280dc26aa823642e18597ea17913fa2e6d5415ffad27c60e26740f96e5",
"md5": "70c152d50915fce808a696939911c38b",
"sha256": "a4321bb9ab8fb7d92dca3889064cdc64af224cea711302ac770f3520ef9d60ec"
},
"downloads": -1,
"filename": "gooddata_flexconnect-1.40.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "70c152d50915fce808a696939911c38b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.0",
"size": 48081,
"upload_time": "2025-04-04T13:14:22",
"upload_time_iso_8601": "2025-04-04T13:14:22.562161Z",
"url": "https://files.pythonhosted.org/packages/f0/51/87280dc26aa823642e18597ea17913fa2e6d5415ffad27c60e26740f96e5/gooddata_flexconnect-1.40.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6767ddaa3ce40971f81c370f64046564fd8ebd24344ab956b75c39f7feb33d7a",
"md5": "c6f42cbb21675fdfbbbfbbe4dcbd01fa",
"sha256": "4db7877a1f1fe0960a03521513685da487c08949fb02c27d1828c5cae1fca00d"
},
"downloads": -1,
"filename": "gooddata_flexconnect-1.40.0.tar.gz",
"has_sig": false,
"md5_digest": "c6f42cbb21675fdfbbbfbbe4dcbd01fa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.0",
"size": 46480,
"upload_time": "2025-04-04T13:14:24",
"upload_time_iso_8601": "2025-04-04T13:14:24.724567Z",
"url": "https://files.pythonhosted.org/packages/67/67/ddaa3ce40971f81c370f64046564fd8ebd24344ab956b75c39f7feb33d7a/gooddata_flexconnect-1.40.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-04 13:14:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gooddata",
"github_project": "gooddata-python-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "gooddata-flexconnect"
}