-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Clickhouse Client #4602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add Clickhouse Client #4602
Conversation
package-lock.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe safe to delete this file?
| 'DUNE_BULK_MODE', | ||
| 'DUNE_BULK_MODE_BATCH_TIME', | ||
| 'LLAMA_HL_INDEXER', | ||
| 'CLICKHOUSE_HOST', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer a single env var, can be a json string, check what we are doing in server repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wondering if should move this to @defillama/sdk repo
this way, code is not repeated
| } | ||
| } | ||
|
|
||
| export async function disconnectClickhouse() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add auto disconnect on exit event
|
@0xpeluche can we move helper function to |
No description provided.