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.kindex | \ write_entries --workers 10 --graphstore localhost:9999
Example:
zcat entries.gz | write_entries --graphstore gs/leveldb
Click to show internal directories.
Click to hide internal directories.