RecordStream

commandline tools for slicing and dicing JSON records. (by benbernard)

RecordStream Alternatives

Similar projects and alternatives to RecordStream

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better RecordStream alternative or higher similarity.

RecordStream reviews and mentions

Posts with mentions or reviews of RecordStream. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-22.
  • Miller – tool for querying, shaping, reformatting data in CSV, TSV, and JSON
    8 projects | news.ycombinator.com | 22 Dec 2021
    It's interesting watching these types of tools get re-invented periodically:

    https://github.com/benbernard/RecordStream

    It shows the unix model of many small, composable tools is very powerful, but also shows that POSIX is missing some essential pieces that everyone keeps trying to add/reinvent.

  • Miller CLI – Like Awk, sed, cut, join, and sort for CSV, TSV and JSON
    8 projects | news.ycombinator.com | 24 Aug 2021
    I don't know about MillerCLI's portability, but RecordStream (https://github.com/benbernard/RecordStream) is my go to swiss army knife.
  • A Lisp REPL as my main shell (article)
    4 projects | /r/lisp | 7 Feb 2021
    That record/field parsing library would be a tool to handle a broad category of command-line programs. Once the library has broken the input stream into a collection of records and fields, another layer would then turn them into internal representations. The JSON-based RecordStream tools are illustrative here: there are some tools that parse based on a delimiter or a regular expression, some that parse documented generic non-JSON formats like XML, and some that parse application-specific files like tcpdump outputs. In a Lisp world, all of the dedicated stream manipulation tools are redundant, and you avoid parsing and printing at every step in the chain.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic RecordStream repo stats
3
298
2.6
almost 4 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com