@triply/triplydb
    Preparing search index...

    Function defaultLogger

    • Prints pipeline progress to the console.

      Parameters

      Returns void

      Ready-made for the onProgress option of an Account's runPipeline, when you want progress reported and do not care about the format.

      await account.runPipeline({ queries: [query], destination, onProgress: defaultLogger })