https://github.com/alpstable/csvpb
Stream protobuf data to CSV
https://github.com/alpstable/csvpb
csv protobuf structpb
Last synced: 2 months ago
JSON representation
Stream protobuf data to CSV
- Host: GitHub
- URL: https://github.com/alpstable/csvpb
- Owner: alpstable
- License: apache-2.0
- Created: 2022-10-31T04:29:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T02:15:40.000Z (about 3 years ago)
- Last Synced: 2023-07-27T07:35:14.974Z (over 2 years ago)
- Topics: csv, protobuf, structpb
- Language: Go
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CSVPB
[](https://pkg.go.dev/github.com/alpstable/csvpb)

[](https://goreportcard.com/report/github.com/alpstable/csvpb)
[](https://discord.gg/3jGYQz74s7)
CSVPB is a library for writing [structpb](https://pkg.go.dev/google.golang.org/protobuf/types/known/structpb#ListValue)-typed data to CSV.
## Installation
```sh
go get github.com/alpstable/csvpb@latest
```
## Usage
The type `structpb` types supported by this package are
- [`ListValue`](https://pkg.go.dev/google.golang.org/protobuf/types/known/structpb#ListValue)
See the [gidari](https://github.com/alpstable/gidari) library to learn how to write CSV data from a web API.
## Contributing
Follow [this guide](docs/CONTRIBUTING.md) for information on contributing.