title | permalink | showLinkToGithubPage |
---|---|---|
Keboola Connection Developers Documentation |
/ |
false |
This documentation site is aimed for developers who are working with Keboola Connection (KBC) programmatically. For end-users, there is a separate documentation ready at help.keboola.com.
- TOC {:toc}
Cloud based, extremely open and extendable, KBC is the ideal environment for working with your data, be it loading from various sources, manipulating, enriching, or finally, pushing the data to new systems and consumption methods.
The KBC system consists of many independent and loosely connected components, such as Extractors, Storage or Writers, that are orchestrated together through (mostly REST) APIs.
In this documentation, we will show you how to
- Integrate KBC with other systems.
- Use KBC just to exchange data (using the Storage API).
- Use KBC as a data-handling backbone for your product.
- Wrap KBC in your own UI for your customers.
- Control whole data processing pipeline within KBC from the outside.
- Extend KBC by building your own components for your own use or for other KBC users and customers.
- Extend KBC with arbitrary Docker images.
- Build your own extractors for services we do not support yet.
- Automate your processes to run any component in specified intervals or at specified times of the day.
- Control any component of the KBC programmatically (for example, you can trigger data load when something happens in your system).
If you are a 3rd party developer working with KBC, chances are that you do not have an access to a project in KBC. It is not strictly necessary to have a KBC project, but it certainly helps because you can test your code in action.
You can apply for a development project with the following features:
- 3.5GB storage space
- Snowflake backend
- 10 users
- 3 orchestrations
- Possibility to create a demo development project in GoodData with 0.5GB storage and 10 users (expires in 1 month)
Under the following conditions:
- You do not belong to a company which already has a project in KBC.
- You will use the project fairly (not abuse it or use it for production).
- You will remain active in the development.
Note that once you register (and join a vendor) in our Developer portal, you will gain access to a development project. If you don't have it, or need a development project for other reasons, send us an email. Not into creative writing? Feel free to use our template:
Hello,
I'm *XY* (from the *YZ* company) and I'd like to develop an *extractor|writer|application* for KBC.
My component will do *some really awesome things*.