SolidLabResearch / Challenges

24 stars 0 forks source link

Local aggregations to improve data access on singe pod, a mobility application perspective #25

Open pbonte opened 2 years ago

pbonte commented 2 years ago

Pitch

Public transport providers, such as de Lijn, are interested in an overview of the most used bus stops. As each user can log their location traces, these apps can issue time-consuming queries to the user pods in order to aggregate the location traces and count the users that hopped on or of at each bus stop. However, evaluating these queries is time-consuming as the whole location trace needs to be investigated. Therefore, location aggregation can be precomputed that prepare these location summaries.

Desired solution

A local aggregator that can precompute the location summaries of each user, based on the issues queries of the mobility applications. This requires to:

Acceptance criteria

A demo that showcases this solution would need to be able to:

pheyvaer commented 2 years ago

For a demo to be implemented, do you have data that can be used for this?

pheyvaer commented 1 year ago

@pbonte Did you have the chance to look into making the necessary changes?