Skip to content

Configuration specification for MCAP CLI #1205

Answered by bryfox
maximeguy asked this question in General
Discussion options

You must be logged in to vote

I believe the CLI's --config provides you an alternate way to specify configuration for the specific command option. In the case of compress that would allow you to set --chunk-size and --compression ("zstd", "lz4", or "none") — but it doesn't provide access to all of the writer options. You could write your own code to do this — CPP you linked above; Go (options below); or one of the other libraries.

type WriterOptions struct {

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by james-rms
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants