entrystream

command
v0.0.67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: Apache-2.0, NCSA Imports: 17 Imported by: 0

Documentation

Overview

Binary entrystream provides tools to manipulate a stream of delimited Entry messages. By default, entrystream does nothing to the entry stream.

Examples:

$ ... | entrystream                      # Passes through proto entry stream unchanged
$ ... | entrystream --sort               # Sorts the entry stream into GraphStore order
$ ... | entrystream --write_format=json  # Prints entry stream as JSON
$ ... | entrystream --entrysets          # Prints combined entry sets as JSON
$ ... | entrystream --count              # Prints the number of entries in the incoming stream
$ ... | entrystream --read_format=json   # Reads entry stream as JSON and prints a proto stream

$ ... | entrystream --write_format=riegeli # Writes entry stream as a Riegeli file
$ ... | entrystream --read_format=riegeli  # Reads the entry stream from a Riegeli file

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL