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
Click to show internal directories.
Click to hide internal directories.