8000 GitHub - neuroradiology/rq at v0.2.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

neuroradiology/rq

Repository files navigation

rq Build Status codecov Language (Rust)

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, C and Javascript, and is distributed as a dependency-free binary on many operating systems and architectures.

Quick links

Format support status

Format Read Write
CBOR ✔️ ✔️
HJSON ✔️ ✔️
JSON ✔️ ✔️
MessagePack ✔️ ✔️
Google Protocol Buffers ✔️ ✖️
YAML ✔️ ✔️

About

Record Query - A tool for doing record analysis and transformation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 67.7%
  • JavaScript 30.0%
  • Protocol Buffer 1.7%
  • Other 0.6%
0