by rbgdevx
What can I do to rate limit requests to tables? I’m currently using the JavaScript sdk in a NextJs build.
The user is seeking advice on how to implement rate limiting for requests to tables using the JavaScript SDK in a Next.js application. They are unsure whether to apply rate limiting directly in their application code or through another method.
are you talking to your database directly or using something like postgrest? Also, who are the consumers of the tables?
I would assume you could put some type of rate limiter in your application code but I'd need more context as to what you're trying to achieve