Cloudflare D1
Connect & Ingest data from / to a Cloudflare D1 database
Setup
The following credentials keys are accepted:
account_id
(required) -> The Cloudflare account IDapi_token
(required) -> The API Token to access D1 resourcesdatabase
(required) -> The database name (not UUID)insert_concurrency
(optional) -> The max number of concurrent requests when inserting data. Default is50
.
Using sling conns
sling conns
Here are examples of setting a connection named D1
. We must provide the type=d1
property:
Environment Variable
Sling Env File YAML
See here to learn more about the sling env.yaml
file.
If you are facing issues connecting, please reach out to us at support@slingdata.io, on discord or open a Github Issue here.
Last updated