Getting Started

Overview

Console integration

This integration prints the result of the transform function to standard output. Use this integration to debug your transformations without having to setup a connection with the target integration.

Installation#

apibara plugins install sink-console

Usage#

Simply set the value of sinkType to console.

export cost config = {
// your config here...
sinkType: "console",
sinkOptions: {
}
}

Edit on GitHub