3 Command-Line ToolsΒΆ

Serd includes several tools that can be used to process data on the command-line. Each is documented by their own man page:

  • serd-pipe is a streaming tool for reading and writing documents.

  • serd-sort is similar to serd-pipe, but loads data into an in-memory model instead of streaming.

  • serd-filter is a grep-like statement filtering tool.

  • serd-validate validates data and prints warnings where data is invalid according to the schemas it uses.