From f51fca11e672f0c1c7158e252167e58f6d922da8 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Wed, 4 Mar 2015 12:59:52 -0800 Subject: [PATCH] Import Client Libraries docs --- Client-Libraries.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Client-Libraries.md diff --git a/Client-Libraries.md b/Client-Libraries.md new file mode 100644 index 0000000..f83b12d --- /dev/null +++ b/Client-Libraries.md @@ -0,0 +1,26 @@ +## Clients + +Name | Author | Language +---|---|--- +[WeedPHP](https://github.com/micjohnson/weed-php/) | Mic Johnson | PHP +[SeaweedFS Symfony bundle](https://github.com/micjohnson/weed-php-bundle) | Mic Johnson | PHP +[SeaweedFS Node.js client](https://github.com/cruzrr/node-weedfs) | Aaron Blakely | Javascript +[Amazon S3 API for SeaweedFS](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 SeaweedFS client](https://github.com/simplebread/WeedFSClient) | Xu Zhang | Java +[Java SeaweedFS 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 SeaweedFS 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 SeaweedFS + +- An [Email River Plugin](https://github.com/medcl/elasticsearch-river-email/) for Elasticsearch uses SeaweedFS server to save attachments + +## Websites using SeaweedFS + +- [Email to create Web Pages](http://mailp.in/) uses SeaweedFS to save email attachments. \ No newline at end of file