Skip to content

Releases: pinax-network/substreams-sink-csv

v0.3.4

07 Jun 08:16
Compare
Choose a tag to compare
  • add options to logging

v0.3.3

06 Jun 20:40
Compare
Choose a tag to compare
  • update block counter to count from delta blocks

v0.3.2

31 May 15:52
Compare
Choose a tag to compare
  • fix parseTimestamp number issue #32

v0.3.1

04 Apr 02:20
Compare
Choose a tag to compare

Add DatabaseChanges source

v0.3.0

02 Apr 18:31
Compare
Choose a tag to compare
  • Add a way to consume substreams modules without schema - see README
  • Minor bug fixes

Full Changelog: v0.2.12...v0.3.0

v0.2.12

07 Mar 19:33
Compare
Choose a tag to compare

Docker environment

Pull from GitHub Container registry

docker pull ghcr.io/pinax-network/substreams-sink-csv:latest

Run with .env file

docker run -it --rm --env-file .env -v $PWD:/home ghcr.io/pinax-network/substreams-sink-csv:latest

Build from source

docker build -t substreams-sink-csv .

What's Changed

Full Changelog: v0.2.11...v0.2.12

v0.2.11

07 Mar 15:02
2ca25ba
Compare
Choose a tag to compare

What's new?

  • support EntityChanges v1.1.x & v1.3.x
  • fix handle 0 values (previously returned undefined)
  • support Array object type (uses Blobs as example)

What's Changed

Full Changelog: v0.2.10...v0.2.11

v0.2.10

07 Mar 01:29
1b8f7cb
Compare
Choose a tag to compare

What's new?

  • improve writeRow logic
    • formatValue based on CSV rules
  • add "Loading CSV Data into ClickHouse" to README docs
INSERT INTO block_meta
FROM INFILE 'graph_out-block_meta.csv'
FORMAT CSV
  • support DELIMITER --delimiter flag (default ",")
  • add additional reserved key values:
    • block_number
    • block
    • nanos
    • nanoseconds
    • milliseconds
    • millis
  • formatted timestamp to 2016-06-15 23:00:00 (supported by Clickhouse)
  • add applyReservedFields method
  • if timestamp exists, apply parseTimestamp logic

fixes #19

What's Changed

Full Changelog: v0.2.9...v0.2.10

v0.2.9

03 Mar 19:52
3770d9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

03 Mar 02:18
Compare
Choose a tag to compare

What's Changed

{
  "last_block_num": 30404,
  "last_timestamp": "2015-08-04T03:19:42.000Z",
  "blocks": 11154,
  "rows": 22310,
  "blocksPerSecond": 301,
  "totalBytesRead": 285284924,
  "totalBytesWritten": 0,
  "runningJobs": 0
}
  • fix token handling when undefined (substreams-sink)

Full Changelog: v0.2.7...v0.2.8