thinger-io / thinger-server

Thinger.io Server Repository
MIT License
2 stars 0 forks source link

[API] - Limits for Bucket Read API query #77

Open georgevbsantiago opened 8 months ago

georgevbsantiago commented 8 months ago

Implement the possibility of limiting: 1) The number of consultations per day; 2) The minimum interval between consultations (Ex: 6 requests per hour, with a minimum interval of 5 minutes between queries) 3) The amount of data/rows to be queried from the Bucket (Ex: Maximum 500 rows)

This functionality would be very useful for integrating Bucket data with other tools from our customers such as Excel, Power BI, Tableau... ensuring control over queries so as not to overload the server.