Skip to content

Commit

Permalink
Fix the config
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaydotparity committed Oct 30, 2024
1 parent 46842f3 commit 2958748
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
3 changes: 3 additions & 0 deletions config-sample/config-bigquery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ databases:
credentials_path: /Users/pranaypatil/Downloads/parity-data-infra-evaluation-1d7b2ec60ac2.json
dataset: pranay_playground
table: blocks_hydration
ingest_mode: live # live/historical
start_block: 1
end_block: 100
5 changes: 4 additions & 1 deletion config-sample/config-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ databases:
port: 3306
name: dotlake_sidecar_poc
user: *****
password: ******
password: ******
ingest_mode: live # live/historical
start_block: 1
end_block: 100
3 changes: 3 additions & 0 deletions config-sample/config-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ databases:
name: dotlake_sidecar_poc
user: ******
password: *****
ingest_mode: live # live/historical
start_block: 1
end_block: 100
10 changes: 4 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ chain: Hydration
wss: wss://hydradx-rpc.dwellir.com
databases:
- type: mysql
host: 35.198.89.114
host: **.**.**.**
port: 3306
name: dotlake_sidecar_poc
user: pranay
password: mysqlPassword
# - type: duckdb
# path: /path/to/duckdb/database
name: ****
user: ****
password: ***
ingest_mode: live # live/historical
start_block: 1
end_block: 100

0 comments on commit 2958748

Please sign in to comment.