REplicated STOrage for Django, file backends that mirror media files to several servers over HTTP
Project description
django-resto (REplicated STOrage) provides file storage backends that can store files coming into a Django site on several servers in parallel, using HTTP. HybridStorage and AsyncStorage will store the files locally on the filesystem and remotely, while DistributedStorage will only store them remotely.
This works for files uploaded by users through the admin or through custom Django forms, and also for files created by the application code, provided it uses the standard storage API.
django-resto is useful for sites deployed in a multi-server environment, in order to accept uploaded files and have them available on all media servers for subsequent web requests that could be routed to any machine.
django-resto is a fork of django_dust with a strong focus on consistency, while django_dust is more concerned with availability.
django-resto is released under the BSD license, like Django itself.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-resto-1.1.tar.gz
.
File metadata
- Download URL: django-resto-1.1.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6db501541c483108b92371cc94f991721376771007c26b2d28c4c337b76318a2 |
|
MD5 | 5d67d078e69fb910d707c73e637baad5 |
|
BLAKE2b-256 | 87eaf6c5f15c05d766d99747adbe7163aa0990b42c52f962276c3c223fb3834a |