Keen [ARCHIVED]
Overview
The Airbyte Keen destination allows you to stream data from any Airbyte Source into Keen for storage, analysis, and visualization. Keen is a flexible, fully managed event streaming and analytics platform that empowers anyone to ship custom, embeddable dashboards in minutes, not months.
Prerequisites
- For Airbyte Open Source users using the Postgres source connector, upgrade your Airbyte platform to version
v0.40.0-alpha
or newer and upgrade your Keen connector to version0.2.4
or newer
Sync overview
Output schema
Each replicated stream from Airbyte will output data into a corresponding event collection in Keen. Event collections store data in JSON format. Each collection will inherit the name from the stream with all non-alphanumeric characters removed, except for .’, ‘-’, ‘_’,
and whitespace characters. When possible, the connector will try to infer the timestamp value for the record and override the special field keen.timestamp
with it.
Features
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental - Append Sync | Yes | |
Incremental - Append + Deduped | No | |
Namespaces | No |
Getting started
Requirements
To use the Keen destination, you'll first need to create a Keen account (if you don’t already have one).
Once you have a Keen account, you can use the following credentials to set up the connector
- A Keen Project ID
- A Keen Master API key associated with the project
See the setup guide for more information about how to get started.