Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable aggregation calculations #23

Open
miguelfg opened this issue Feb 21, 2023 · 0 comments
Open

Enable aggregation calculations #23

miguelfg opened this issue Feb 21, 2023 · 0 comments

Comments

@miguelfg
Copy link
Member

Is your feature request related to a problem? Please describe.

It would be nice to be able to get basic aggregation calculations on the data without downloading or exporting docs or most of their metadata plus post processing it.

Describe the solution you'd like

Example :

# Calculate num docs per contentType
tarentula aggregate --by 'contentType' --run 'count'
# Calculate the total size of a folder
tarentula aggregate --query 'interesting folder' --run 'sum' --operation_field 'contentLength' 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant