
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
- This morning the project was deleted.
Hello, We had a project transfer a month ago and my customer told me that the project was deleted today. How can I get help for this. Yours sincerely,
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
- API preflight request not working on .f...
When I am calling a function on my APP through the domain is failing. Because the preflight request (OPTIONS HTTP request) times out. this only occurs with fu...
