Build your own data source for GoodData Cloud and GoodData Cloud Native.
Project description
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.
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:
git clone git@github.com:gooddata/gooddata-flexconnect-template.git my-flexconnect
cd my-flexconnect
rm -rf .git && git init && git add . && git commit -m "Initial commit"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gooddata_flexconnect-1.31.0.tar.gz
.
File metadata
- Download URL: gooddata_flexconnect-1.31.0.tar.gz
- Upload date:
- Size: 46.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b3e2c6c78eb0ccb665bbecffbab0af49baa3e08108d35c1231b3082f4132ca9 |
|
MD5 | 20ba068fec8a54520a42da4666f9f9ce |
|
BLAKE2b-256 | ac39ee120db9c3f4ebe0c96638f40d81c19e5d6f04532bc495149e6b1d7a8fb9 |
File details
Details for the file gooddata_flexconnect-1.31.0-py3-none-any.whl
.
File metadata
- Download URL: gooddata_flexconnect-1.31.0-py3-none-any.whl
- Upload date:
- Size: 47.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6df84361659d55029e0510cd2bd9b112d305a2f28a14816fb039005734e0eaac |
|
MD5 | 0c01ba77d0d6aae9684122eb31cc94fd |
|
BLAKE2b-256 | 7d1592b277d11daf556743e8ba4d9dcf4b4d2a2bb294709ac017bdeb91df7347 |