ffstools

module
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: Apache-2.0

README

Command-line tools for FFS

See also https://github.com/creachadair/ffs.

  • The blobd tool defines an RPC service that implements the FFS blob store interface over various underlying key-value storage implementations.

    # To install:
    go install github.com/creachadair/ffstools/blobd@latest
    
  • The ffs tool also communicates with the blobd service and provides commands to manipulate the contents of the store as FFS specific messages.

    # To install:
    go install github.com/creachadair/ffstools/ffs@latest
    

    The ffs blob subcommand replaced the separate blob tool in #30.

  • The file2json tool decodes wire-format node messages and translates them to JSON for easier reading by humans.

    # To install:
    go install github.com/creachadair/ffstools/file2json@latest
    

Directories

Path Synopsis
Program blobd exports a blob.Store via the Chirp V0 protocol.
Program blobd exports a blob.Store via the Chirp V0 protocol.
store
Package store provides an interface to open blob.Store instances named by string addresses or URLs.
Package store provides an interface to open blob.Store instances named by string addresses or URLs.
ffs
config
Package config defines the configuration settings shared by the subcommands of the ffs command-line tool.
Package config defines the configuration settings shared by the subcommands of the ffs command-line tool.
internal/cmdblob
Package cmdblob provides basic support for reading and writing implementations of the blob.Store interface.
Package cmdblob provides basic support for reading and writing implementations of the blob.Store interface.
internal/pbar
Package pbar implements a simple percentage-based terminal progress indicator.
Package pbar implements a simple percentage-based terminal progress indicator.

Jump to

Keyboard shortcuts

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