Skip to content

Commit

Permalink
docs: add example of a ClickHouse sink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 21, 2024
1 parent 1357bf5 commit 7a4b7a9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions values-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,18 @@ vector:
type: clickhouse
auth:
strategy: basic
user: '{{ ASPECTS_CLICKHOUSE_VECTOR_USER }}'
password: '{{ ASPECTS_CLICKHOUSE_VECTOR_PASSWORD }}'
user: 'ch_vector'
password: 'password'
encoding:
timestamp_format: unix
date_time_best_effort: true
inputs:
- xapi_openedx_demo
endpoint: http://{{CLICKHOUSE_HOST }}:{{ CLICKHOUSE_INTERNAL_HTTP_PORT }}
database: '{{ ASPECTS_VECTOR_DATABASE }}'
table: '{{ ASPECTS_VECTOR_RAW_XAPI_TABLE }}'
# http://{{CLICKHOUSE_HOST }}.{{CLICKHOUSE_NAMESPACE}}:{{ CLICKHOUSE_INTERNAL_HTTP_PORT }}
endpoint: http://clickhouse-clickhouse.openedx-harmony:8123
# ASPECTS_VECTOR_DATABASE
database: 'openedx'
table: 'xapi_events_all'
healthcheck: true

tracking_logs_to_s3:
Expand Down

0 comments on commit 7a4b7a9

Please sign in to comment.