Record Query - A tool for doing record analysis and transformation
rq is a tool that's used for performing queries on streams of records in various formats. The goal is to make ad-hoc exploration of data sets easy without having to use more heavy-weight tools like SQL/MapReduce/custom programs. rq fills a similar niche as tools like awk or sed, but works with structured (record) data instead of text. rq supports Apache Avro, CBOR, JSON, MessagePack, Google ProtoBuf, YAML, TOML, CSV, & plain text.
rq is a tool that's used for performing queries on streams of records in various formats. The goal is to make ad-hoc exploration of data sets easy without having to use more heavy-weight tools like SQL/MapReduce/custom programs. rq fills a similar niche as tools like awk or sed, but works with structured (record) data instead of text. rq supports Apache Avro, CBOR, JSON, MessagePack, Google ProtoBuf, YAML, TOML, CSV, & plain text.
To install rq, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rq
To see what files were installed by rq, run:
port contents rq
To later upgrade rq, run:
sudo port selfupdate && sudo port upgrade rq
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.