question

Upvotes
Accepted
1 1 0 1

how to apply aggregation function liker( sorting and group by on field) on redis data by using spring data

I have search a lot on internet but could not find any sample code for how to apply aggregate function on redis data?

like I want to sort( by Ascending or Descending order) or group by(means separate 2.5gpa holders and separate 2.8gpa holders group by) data on the basis of (gpa- field) in spring-Data-Redis. so how it will happen by only using redis Aggregate functions.

please guide me!

here is model class of student!

@RedisHash("Student1")publicclassStudent1{@IdprivateLong id;privateString name;privatefloat gpa;privateString uniName;}
eikoneikon-app-studiodata-modelspringredis
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
39.4k 77 11 27

@soomrogul
I guess you must have posted this question on the wrong developer forum? I don't see how your question relates to Thomson Reuters. This site is dedicated to software developers using Thomson Reuters APIs.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 0 0 0

Hello, I'm PhD student at the University of Neuchâtel. Can I use SUM aggregation function for final grades and Frq parameter to aggregate daily turnover into annual turnover? Is it possible?

Ben Blodgett | PhD student |

community.developers.refinitiv.com/values-for-a-specific-calendar-year



icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@blodgett

When asking a new question on these forums always start a new thread. Old threads with accepted answers are not monitored by forum moderators. I'm also not sure I understand your question. The thread you referenced in your post contains an example of using the SUM aggregation function to calculate annual turnover from daily timeseries. If you need further help with, please start a new thread.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.