entrystream

command
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2015 License: Apache-2.0 Imports: 12 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_json         # Prints entry stream as JSON
$ ... | entrystream --write_json --sort  # Sorts the JSON entry stream into GraphStore order
$ ... | entrystream --entrysets          # Prints combined entry sets as JSON
$ ... | entrystream --count              # Prints the number of entries in the incoming stream
$ ... | entrystream --read_json          # Reads entry stream as JSON and prints a proto stream

Jump to

Keyboard shortcuts

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