Skip to content

Big files #21

@bas080

Description

@bas080

Imagine you have a huge file that you want to transform/filter. It won't fit in memory.

One might expect that using the -S option solves their issue. They try, and discover it does not. Instead they'll have to split the huge file using other tools, only then are they able to use Ramda-cli.

Does Ramda-cli want to cover the use case of files which exceed the size of memory?

jq is a tool which can solve your issues. Assuming Ramda-cli will support bigger files, it can compete/compliment jq:

  1. People can leverage their existing JS and Ramda experience to make parallelized shell pipelines.
  2. jq does not have a good use case for performing aggregations. FP and Ramda-cli makes this easy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions