Skip to content

atomotic/airtable-cdc-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airtable-cdc-kafka

A CDC (Change data capture) for Airtable into Kafka.
Each modified row of the spreadsheet creates a message into a Kafka topic.

Kafka Connect with this HTTP Connector scrapes regularly the Airtable API for modified records (rows)

Two fields are needed into the spreadsheet:

  • Done, type Checkbox
  • updated_at, type Formula, LAST_MODIFIED_TIME()

Usage:

  • Modify conf/airtable.properties with the API Token and your table URL and tweak http.timer.interval

  • Start the stack: docker-compose up -d

  • Watch (consume) messages (kaf)

    kaf -b 192.168.0.100:9094 consume airtable

About

A CDC (Change data capture) for Airtable into Kafka.

Topics

Resources

Stars

Watchers

Forks