You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gooddata-flexconnect/README.md
+11-40Lines changed: 11 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,49 +13,20 @@ from database technologies.
13
13
and from then on can be used during report computation.
14
14
15
15
16
-
## Getting Started using the FlexConnect Template
16
+
## Getting Started using the FlexConnect
17
17
18
-
The easiest way to get started writing FlexConnect functions is to use [the template repository](https://github.com/gooddata/gooddata-flexconnect-template).
19
-
It provides a simple example of a FlexConnect function that can be used as a starting point for your own FlexConnect functions with all the necessary infrastructure in place.
20
-
It also has a README that explains how to get started with the template and some general tips on how to write FlexConnect functions.
18
+
The easiest and recommended way to get started with FlexConnect is to use [the template repository](https://github.com/gooddata/gooddata-flexconnect-template).
21
19
22
-
## Getting started using the FlexConnect package directly
20
+
The template repository is set up with project infrastructure and boilerplate related to testing, packaging and
21
+
running your FlexConnect functions. You can start building your own data source in under a minute.
23
22
24
-
Install the package alongside the gooddata-flight-server using pip:
23
+
The template repository comes with documentation which will guide you through all important steps and facets
24
+
of building production-ready FlexConnect functions.
0 commit comments