REplicated STOrage for Django, file backends that mirror media files to several servers over HTTP
Project description
**WARNING: the architecture described below isn't a best practice anymore.**
*Get in touch if you're using it and would like to maintain it in the future!*
Introduction
============
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.
*Get in touch if you're using it and would like to maintain it in the future!*
Introduction
============
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.
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
django-resto-1.3.tar.gz
(16.6 kB
view details)
Built Distribution
File details
Details for the file django-resto-1.3.tar.gz
.
File metadata
- Download URL: django-resto-1.3.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb4ef57ea07725212b6c15b40958ed2890c81ad34aadb3f54b09cfa539d87cea |
|
MD5 | 6dac98aad6bb9d0586e5d8cbd8c97ba2 |
|
BLAKE2b-256 | c37ea1e8ad7180fcb91f7ddbaadb8c0af54a1dfe84ec14e3463a7c48bc3d34ba |
File details
Details for the file django_resto-1.3-py3-none-any.whl
.
File metadata
- Download URL: django_resto-1.3-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d51d4dac3b8b2a6de8622b313d4bcb1ff80135cae8e5cfd599283a3a589994f9 |
|
MD5 | 0b47c5c2969e4f3a0ebb8d1e9c9f6977 |
|
BLAKE2b-256 | e3bea864df781a795e0f0bdd07435330a173beb4d99a1738a50a37c203b8d56a |