substreams-sink-parquet
v0.1.1
Published
Substreams Parquet sink module
Maintainers
Readme
Substreams Parquet sink module
substreams-sink-parquetfills Parquet file format.
Further resources
CLI
- [x] MacOS
- [x] Linux
- [x] Windows
Install globally via npm
$ npm install -g substreams-sink-parquetSchema
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.yamluser defined file - [x] Output to
.parquetfile binary format - [x]
EntityChangessupport - [ ] Pkg support
