If I need to do some aggregation would you guys re...
# prisma-whats-new
s
If I need to do some aggregation would you guys recommend using graphcool or should I rather create and RDBMS and create some views that does that aggragation and put an graphql server on top of that?
To use the default schema from graphqlbin to explain better; Is it possible and smart to use grapcool to try to do the following; For all
Characteres
in the
Film
with the
title
"Attack of the Clones", give me the sum of then length to the 5 longest starships connected to that Characters. So: Film -> Person -> Starship (order by length, filter 5, and then sum on those 5) is this just stupid to try to force graphcool to do these kind of aggregations?
a
The only aggregation from this example that is not yet available on Graphcool is 'sum', but there is a FR to add more aggregations.
s
@Sindre Svendby please get involved in the feature requests and elaborate on your use case, so we can make sure that it works for your scenario!