Upload and Download dumps #148
Replies: 1 comment
-
@LegendreM I wrote down some of my thoughts about this feature.
Some information:
|
Beta Was this translation helpful? Give feedback.
-
@LegendreM I wrote down some of my thoughts about this feature.
Some information:
|
Beta Was this translation helpful? Give feedback.
-
Summary
Add a route that allows the download of a dump stored in the server.
Motivations
meilisearch/meilisearch#1006 (comment)
Explanation
download a dump:
GET:
/dumps/:dump_uid
200
: stream of the fileupload a dump:
POST?:
/dumps/:dump_uid
Implementation
Download:
HttpResponse
streaming ?Upload:
Beta Was this translation helpful? Give feedback.
All reactions