https://github.com/raphaelm/cockatiel
Simple replicating file storage
https://github.com/raphaelm/cockatiel
Last synced: 3 months ago
JSON representation
Simple replicating file storage
- Host: GitHub
- URL: https://github.com/raphaelm/cockatiel
- Owner: raphaelm
- License: apache-2.0
- Created: 2016-04-02T08:08:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T10:34:25.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T13:38:58.461Z (3 months ago)
- Language: Python
- Homepage: https://cockatiel.readthedocs.org
- Size: 75.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
cockatiel
=========[](https://travis-ci.org/raphaelm/cockatiel)
[](http://cockatiel.readthedocs.org/en/latest/?badge=latest)**THIS IS HIGHLY EXPERIMENTAL, DON'T USE IT IN PRODUCTION (YET)**
Cockatiel is a replicating file server for small-scale setups. It is intended
to be used e.g. for handling user-uploaded files to a web application
in a redundant way.Cockatiel doesn't try to be a CDN, but to implement the simplest
solution that fulfills our needs. Currently, cockatiel makes the following
assumptions. If those won't work for you, you should probably be looking
for a CDN-like solution.Cockatiel makes some very strong assumption about your use case, be sure to
read them in our [Documentation](https://cockatiel.readthedocs.org/en/latest/design.html#assumptions)
before you decide to use cockatiel.Read more
---------Please head to our [Documentation](https://cockatiel.readthedocs.org/en/latest/) for
more information on how to install, use and contribute!There is a [Django storage backend](https://github.com/raphaelm/django-cockatiel)
available that uses cockatiel.Author
------Raphael Michel