Skip to content

mrturck/clickhouse-insert-cloudflare-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clickhouse-insert-cloudflare-worker

This is a barebones Cloudflare worker that shows how to insert data into Clickhouse.

This has been tested with Clickhouse hosted on https://clickhouse.com

To test local, create a secret .dev.vars and add the following env vars:

  • CLICKHOUSE_USER
  • CLICKHOUSE_TABLE
  • CLICKHOUSE_HOST

After this run npx wrangler start to start the worker

When you're ready to deploy, add your production credentials as secrets through wrangler or the cloudflare UI and run npx wrangler deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published