Rank 2: Process
how can we achieve batch document creation in single response.
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 2: Process
how can we achieve batch document creation in single response.
Do you mean something like this? https://github.com/appwrite/appwrite/issues/3051
Rank 2: Process
yes, is there is any way to achieve this because i did not find any solution there,
Rank 2: Process
is batch uploading is possible or not in appwrite
There is no bulk upload. You would need to execute the createDocument() API waiting for each to finish before making the next request (if that is what you are looking for)
Rank 2: Process
yes i am looking for this
Rank 4: Virtual Machine
Isn't possible via graphql operations ?
Rank 4: Virtual Machine