Monitoring-Mtl / Bixi-Api

REST API for querying public Bixi data aggregated over time in `Monitoring-Mtl`
0 stars 0 forks source link

Implement Endpoints for Retrieving Busiest Bixi Stations During a Given Time Periods in Bixi-Api #4

Open k-allagbe opened 8 months ago

k-allagbe commented 8 months ago

Feature Request

Description:

We need to implement API endpoints in the Bixi-Api backend that allow users to retrieve information on the busiest Bixi stations during specified time periods.

Use Case:

This feature is to address the requirements of UC004, which identifies a potential user interest in determining the busiest times at Bixi stations. This would benefit users by offering insights into station usage patterns, enabling better planning for bike rentals and returns.

Proposed Solution:

In discussion.

Alternative Solutions:

In discussion.

Additional Information:

Checklist

k-allagbe commented 8 months ago

Few approaches we can consider:

1. Real-time Data Processing

2. Batch Processing with Scheduled Updates

3. Cached Results with Periodic Refresh

4. Precomputed Rankings with Dynamic Filtering