Skip to content
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

implement db_out module #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

harshrjjpt
Copy link

  • Integrated clickhouse schema
  • Integrated database changes
  • Created separate schema file for clickhouse
  • Update graph_out module with clickhouse module

@harshrjjpt harshrjjpt requested a review from realchoubey April 18, 2024 13:26
rust-toolchain.toml Outdated Show resolved Hide resolved
sink/schema/clickhouseSchema.sql Outdated Show resolved Hide resolved
ORDER BY (balances);

CREATE TABLE IF NOT EXISTS erc20.Balance (
token String,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

token and owner can be of FixedString(42).

sink/schema/schema.sql Outdated Show resolved Hide resolved
sink/substreams-clickhouse.dev.yaml Outdated Show resolved Hide resolved
sink/substreams-clickhouse.dev.yaml Outdated Show resolved Hide resolved
sink/substreams.dev.yaml Outdated Show resolved Hide resolved
sink/substreams.dev.yaml Outdated Show resolved Hide resolved
substreams.yaml Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants