-
Notifications
You must be signed in to change notification settings - Fork 17
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
Implement Aggregations #118
Labels
good first issue
Good for newcomers
lambda-hacks-1
1st ZIO Elasticsearch LambdaWorks' Hackathon (June 24th, 2023)
Milestone
Comments
This was referenced May 10, 2023
Closed
I'll take avgAgg. |
I'll take minAgg |
I'll take sumAgg. |
I'll take missingAgg |
I'll take rangeAgg |
This was referenced Jun 24, 2023
This was referenced Nov 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Good for newcomers
lambda-hacks-1
1st ZIO Elasticsearch LambdaWorks' Hackathon (June 24th, 2023)
Aggregations
Tips
zio.elasticsearch.aggregation.Aggregations
zio.elasticsearch.ElasticAggregation
object, add scaladoc and website documentation for itzio.elasticsearch.aggregation
package, if possiblezio.elasticsearch.ElasticAggregationSpec
to confirm behaviorit
module) in thezio.elasticsearch.HttpExectorSpec
to confirm the behaviorNote: You can use #95 as a reference. If you feel that the pull request size is growing out of control, feel free to split it but make sure to link this issue in each of the related PRs.
The text was updated successfully, but these errors were encountered: