How can I create bulk document in appwrite?
I would recommend firing off batches of create document API calls concurrently.
You might also want to 👍 this issue: https://github.com/appwrite/appwrite/issues/3051
thank you
and how about bulk delete document? same process?
Yes
ok thanks
[SOLVED] Bulk Document Creation?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...