thinger-io/thinger-server

[API] - Limits for Bucket Read API query

Opened this issue · 0 comments

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.