-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
42 lines (33 loc) · 894 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.PHONY: all
all:
make build
make pack
make graph
make info
.PHONY: build
build:
cargo build --target wasm32-unknown-unknown --release
.PHONY: protogen
protogen:
substreams protogen --exclude-paths sf/substreams,google
.PHONY: pack
pack:
substreams pack
.PHONY: graph
graph:
substreams graph
.PHONY: info
info:
substreams info
.PHONY: gui
gui:
substreams gui substreams.yaml -e eos.substreams.pinax.network:443 map_events -s -1000 -t 0
.PHONY: parquet
parquet:
substreams-sink-files run eos.substreams.pinax.network:443 substreams.yaml map_events './out' 400000000: --encoder parquet
.PHONY: s3
s3:
substreams-sink-files run eos.substreams.pinax.network:443 substreams.yaml map_events 's3://pinax/eos/48034848cd64dcd70f95e06de9ed5d1478d0133e?region=us-east-1' 2: --encoder parquet
.PHONY: schema
schema:
substreams-sink-files tools parquet schema substreams.yaml map_events