vnlog VS RecordStream

Compare vnlog vs RecordStream and see what are their differences.

vnlog

Process labelled tabular ASCII data using normal UNIX tools (by dkogan)

RecordStream

commandline tools for slicing and dicing JSON records. (by benbernard)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vnlog RecordStream
24 3
158 298
- -
6.7 2.6
4 months ago almost 4 years ago
Perl Perl
- GNU General Public License v3.0 or later
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.

vnlog

Posts with mentions or reviews of vnlog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-22.

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.

What are some alternatives?

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

ttyplot - a realtime plotting utility for terminal/console with data input from stdin

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

matplotplusplus - Matplot++: A C++ Graphics Library for Data Visualization 📊🗾

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

nvim-ipy - IPython/Jupyter plugin for Neovim

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

jupytext.vim - Vim plugin for editing Jupyter ipynb files via jupytext

rq - Record Query - A tool for doing record analysis and transformation

matplotlib - C++ wrappers around python's matplotlib

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

feedgnuplot - Tool to plot realtime and stored data from the commandline, using gnuplot.

jq - Command-line JSON processor