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?
TL;DR
- Developer is working on a Nuxt3 app with Appwrite and Clickhouse database
- Wants to restrict user access to allowed resources and integrate Clickhouse API with Appwrite
- Considering adding Clickhouse API to Nuxt3 server or Appwrite function for permission checks
- Seeking advice on best practices for connecting Clickhouse.cloud with Appwrite