substreams-sink-parquet
v0.1.1
Published
Substreams Parquet sink module
Downloads
3
Maintainers
Readme
Substreams
Parquet sink module
substreams-sink-parquet
fills Parquet file format.
Further resources
CLI
- [x] MacOS
- [x] Linux
- [x] Windows
Install globally via npm
$ npm install -g substreams-sink-parquet
Schema
clock:
fields:
id:
type: UTF8
number:
type: UINT_64
timestamp:
type: INT_64
module:
fields:
type_name:
type: UTF8
hash:
type: UTF8
entity_change:
fields:
entity:
type: UTF8
id:
type: UTF8
ordinal:
type: UINT_64
operation:
type: UTF8
# <...fields>
Run
$ substreams-sink-parquet run [options] [<manifest>] <module_name>
Features
- [x] Read
schema.yaml
user defined file - [x] Output to
.parquet
file binary format - [x]
EntityChanges
support - [ ] Pkg support