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

sync onchain data node to timeseries store #45

Closed
1 task
imotai opened this issue Jun 20, 2022 · 0 comments
Closed
1 task

sync onchain data node to timeseries store #45

imotai opened this issue Jun 20, 2022 · 0 comments

Comments

@imotai
Copy link
Contributor

imotai commented Jun 20, 2022

Motivations

sync onchain data node to timeseries store

Solution

# start rtstore
docker run -p 9292:9292 -dt ghcr.io/rtstore/rtstore:0.1.0
#  use cli to connect to rtstore
mysql -h localhost -P 9292 -u root
# create tables
>create tables WITH ("blocknode_urls"="ws://xxxx","contract"="0x0a267cF51EF038fC00E71801F5a524aec06e4f07", "blockchain"="eth","auto_gen"="true");
# analysis the data 
> select * from xxx_event limit1;

Alternatives

Additional context

Sub Tasks

  • streaming etl research
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

No branches or pull requests

1 participant