rq

Record Query - A tool for doing record analysis and transformation

Github星跟踪图

rq Build Status Build status Crates.io Language (Rust)

NOTE: rq no longer ships with query support and a Javascript
engine is not included; instead, it focuses exclusively on format
transformation. You can still pipe into a runtime like node.js if
you need Javascript evaluation. Please see this issue
to discuss introducing a new query language.

This is the home of the tool called rq (record query). It's 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.

It was created with love out of the best parts of Rust, and is
distributed as a dependency-free binary on many operating systems and
architectures.

Format support status, Format, Read, Write, -------------------------, ------, -------, Apache Avro, ✔️, ✔️, CBOR, ✔️, ✔️, JSON, ✔️, ✔️, MessagePack, ✔️, ✔️, Google Protocol Buffers, ✔️, ✖️, YAML, ✔️, ✔️, TOML, ✔️, ✔️, Raw (plain text), ✔️, ✔️, CSV, ✔️, ✔️

主要指标

概览
名称与所有者dflemstr/rq
主编程语言Rust
编程语言Rust (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2016-02-20 22:45:34
推送于2023-12-21 18:27:16
最后一次提交2023-04-22 00:00:48
发布数26
最新版本名称v1.0.4 (发布于 2022-08-30 21:59:20)
第一版名称v0.2.0 (发布于 )
用户参与
星数2.3k
关注者数20
派生数58
提交数564
已启用问题?
问题数159
打开的问题数35
拉请求数63
打开的拉请求数4
关闭的拉请求数11
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?