How we build and operate the Keboola data platform
Recent Archive
Ondřej Hlaváček 5 min read

Terraform and Keboola Connection — A PayByPhone Integration story

As a developer, I use automated tests and deployment tools every day. The fact that our clients require a deeper integration of KBC…

Ondřej Popelka 4 min read

PhpStorm & PHPUnit & Docker

Keboola Connection (KBC) is composed of many components, most of which run in Docker. At the heart of this there is another component — the Docker Runner, which takes care of transforming KBC jobs into docker commands.

Ondřej Hlaváček 3 min read

Dogfooding: Papertrail, Snowflake and JSON logs

We're piping a lot of logs into Papertrail. From server logs to application events, everything goes there. The speed, powerful search and…

Ondřej Popelka 4 min read

TDD and the Weirdest Exception

It’s a perverted programmer joy, if I can write:

Vladimír Kriška 2 min read

The worry-free way to convert Coffeescript to JSX

The UI of Keboola Connection dates back to 2015 and some React components are written in Coffeescript. We decided to rewrite those components to JSX.