diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-07-24 12:24:51 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-07-24 12:24:51 -0700 |
| commit | e67afa87159b00925cfd61166b2e4218e0690acc (patch) | |
| tree | 3d8cba1b7c9fb09fc01d2a7a4fe0dd35be571744 /docs/clients.rst | |
| parent | bcd36dedb4d520a7033993633d2e021249d31ff6 (diff) | |
| parent | 4b97358100a83363e242999b3467c0f7694e9dfa (diff) | |
| download | seaweedfs-e67afa87159b00925cfd61166b2e4218e0690acc.tar.xz seaweedfs-e67afa87159b00925cfd61166b2e4218e0690acc.zip | |
Merge branch 'master' of https://github.com/chrislusf/weed-fs
Diffstat (limited to 'docs/clients.rst')
| -rw-r--r-- | docs/clients.rst | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/clients.rst b/docs/clients.rst new file mode 100644 index 000000000..66f7bca5f --- /dev/null +++ b/docs/clients.rst @@ -0,0 +1,44 @@ +Client libraries +===================== + +Clients +################################### ++---------------------------------------------------------------------------------+--------------+-----------+ +| Name | Author | Language | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `WeedPHP <https://github.com/micjohnson/weed-php/>`_ | Mic Johnson | PHP | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Weed-FS Symfony bundle <https://github.com/micjohnson/weed-php-bundle>`_ | Mic Johnson | PHP | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Weed-FS Node.js client <https://github.com/cruzrr/node-weedfs>`_ | Aaron Blakely| Javascript| ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Amazon S3 API for weed-fs <https://github.com/tgulacsi/s3weed>`_ | Tamás Gulácsi| Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `File store upload test <https://github.com/tgulacsi/filestore-upload-test>`_ | Tamás Gulácsi| Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Java Weed-FS client <https://github.com/simplebread/WeedFSClient>`_ | Xu Zhang | Java | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Java Weed-FS client 2 <https://github.com/zenria/Weed-FS-Java-Client>`_ | Zenria | Java | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Python-weed <https://github.com/darkdarkfruit/python-weed>`_ | Darkdarkfruit| Python | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Pyweed <https://github.com/utek/pyweed>`_ | Utek | Python | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Camlistore blobserver Storage <https://github.com/tgulacsi/camli-weed>`_ | Tamás Gulácsi| Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Scala Weed-FS client <https://github.com/chiradip/WeedFsScalaClient>`_ | Chiradip | Scala | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Module for kohana <https://github.com/bububa/kohanaphp-weedfs>`_ | Bububa | PHP | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Weedo <https://github.com/ginuerzh/weedo>`_ | Ginuerzh | Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Django-weed <https://github.com/ProstoKSI/django-weed>`_ | ProstoKSI | Python | ++---------------------------------------------------------------------------------+--------------+-----------+ + +Projects using Weed-Fs +################################### +* An `email River Plugin <https://github.com/medcl/elasticsearch-river-email/>`_ for Elasticsearch uses weed-fs server to save attachments + +Websites using Weed-Fs +################################### +* `Email to create Web Pages <http://mailp.in/>`_ uses weed-fs to save email attachments.
\ No newline at end of file |
