I have a Nuxt3 application that accesses Appwrite and a Clickhouse database. Of course, I would like users to be able to access only the allowed resources, so I want to include the Clickhouse API either in the /server section of Nuxt3 or in an Appwrite function so that I can check the permissions. What would be the best practice here to couple a service like Clickhouse.cloud with Appwrite?
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...