This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

US Census

Overview

This connector syncs data from the US Census API.

The source is using Airbyte docker image (@airbyte/source-us-census). Learn more how Airbyte-based sources work

How to connect

Visit the US Census API page to obtain an API key.In addition, to understand how to configure the dataset path and query parameters, follow the guide and examples in the API documentation. Some particularly helpful pages:

Connection Parameters

ParameterDocumentation
query_params
string
(not required)
The query parameters portion of the GET request, without the api key
query_path*
string
(required)
The path portion of the GET request
api_key*
string
(required)
Your API Key. Get your key here.