Skip to content

Commit

Permalink
docs: Update readme post-review
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Jul 23, 2024
1 parent 9880c69 commit 4a840fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/outputs/parquet/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Parquet Output Plugin

This plugin sends writes metrics to parquet files. By default, the parquet
output will groups metrics by metric name and write those metrics all to the
same file. If a metric schema does not match then metrics are dropped.
output groups metrics by metric name and write those metrics all to the same
file. If a metric schema does not match then metrics are dropped.

To lean more about Parquet check out the [Parquet docs][] as well as a blog
post on [Querying Parquet][].
Expand Down Expand Up @@ -86,14 +86,14 @@ possible as the file may not actually get data at each interval.
## Explore Parquet Files

If a user wishes to explore a schema or data in a Parquet file quickly, then
look at the
consider the options below:

### CLI

The Arrow repo contains a Go CLI tool to read and parse Parquet files:

```s
go install github.com/apache/arrow/go/v17/parquet/cmd/parquet_reader@latest
go install github.com/apache/arrow/go/v18/parquet/cmd/parquet_reader@latest
parquet_reader <file>
```

Expand Down

0 comments on commit 4a840fd

Please sign in to comment.