write_entries

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: 14 Imported by: 0

Documentation

Overview

Binary write_entries reads a stream of protobuf entries on os.Stdin and writes each to a graphstore server.

Usage:

entry_emitter ... | write_entries --graphstore addr

Example:

java_indexer_server --port 8181 &
graphstore --port 9999 &
analysis_driver --analyzer localhost:8181 /tmp/compilation.kzip | \
  write_entries --workers 10 --graphstore localhost:9999

Example:

zcat entries.gz | write_entries --graphstore gs/leveldb

Jump to

Keyboard shortcuts

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