
How can I create bulk document in appwrite?
TL;DR
To create bulk documents in Appwrite, you can use the "create document" API calls concurrently. Additionally, you can consider upvoting this issue on GitHub: <https://github.com/appwrite/appwrite/issues/3051>. As for bulk deleting documents, there is no specific mention of a solution in the provided thread.
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
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
