RecordStream VS rq

Compare RecordStream vs rq and see what are their differences.

RecordStream

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

rq

Record Query - A tool for doing record analysis and transformation (by dflemstr)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
RecordStream rq
3 10
298 2,255
- -
2.6 3.2
almost 4 years ago 4 months ago
Perl Rust
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

RecordStream

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.

rq

Posts with mentions or reviews of rq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-03.

What are some alternatives?

When comparing RecordStream and rq you can also consider the following projects:

ocaml-containers - A lightweight, modular standard library extension, string library, and interfaces to various libraries (unix, threads, etc.) BSD license.

fx - Terminal JSON viewer & processor

vnlog - Process labelled tabular ASCII data using normal UNIX tools

if-decompiler - Decompile Glulx storyfiles into C code

DataProfiler - What's in your data? Extract schema, statistics and entities from datasets

jiq - jid on jq - interactive JSON query tool using jq expressions

jq - Command-line JSON processor [Moved to: https://github.com/jqlang/jq]

hello-actix - Hello, actix!

miller - Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON

jq - Command-line JSON processor

dprint - Pluggable and configurable code formatting platform written in Rust.