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
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- Provider not enabled in Dotnet project
# Bug Report: Appwrite .NET SDK `CreateOAuth2Token` → `project_provider_disabled` ## Issue Using **Appwrite .NET SDK (v3.1.0)**, `CreateOAuth2Token` for Googl...