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
- Debit card getting declined !
Hey , If anyone can help me on this issue id appreciate it . If payment with paypal/apple pay is possible please allow it as it always works with me , Thanks
- SSE using Appwrite functions.
I want to provide ui feedback when a particular event, out of series of events it take to complete the whole task in server side, takes place. e.g. to auto fill...
- Python Function starter template Failing...
So i just created a python 3.12 function using the default starter template in appwrite, when i try to run it locally i get the error in image everytime i modif...