mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
added client libraries
This commit is contained in:
parent
34eb00de33
commit
027d86794f
35
docs/clients.rst
Normal file
35
docs/clients.rst
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
Client libraries
|
||||||
|
=====================
|
||||||
|
|
||||||
|
+---------------------------------------------------------------------------------+--------------+-----------+
|
||||||
|
| 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 backed by 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/zenria/Weed-FS-Java-Client>`_| Tamás Gulácsi| Go |
|
||||||
|
+---------------------------------------------------------------------------------+--------------+-----------+
|
||||||
|
| `Scala Weed-FS client <https://github.com/zenria/Weed-FS-Java-Client>`_ | chiradip | Scala |
|
||||||
|
+---------------------------------------------------------------------------------+--------------+-----------+
|
||||||
|
| `weed-fs module for kohanaphp <https://github.com/zenria/Weed-FS-Java-Client>`_ | bububa | PHP |
|
||||||
|
+---------------------------------------------------------------------------------+--------------+-----------+
|
||||||
|
| `Weedo <https://github.com/zenria/Weed-FS-Java-Client>`_ | ginuerzh | Go |
|
||||||
|
+---------------------------------------------------------------------------------+--------------+-----------+
|
||||||
|
| `django-weed <https://github.com/zenria/Weed-FS-Java-Client>`_ | ProstoKSI | Python |
|
||||||
|
+---------------------------------------------------------------------------------+--------------+-----------+
|
||||||
|
|
|
@ -24,6 +24,7 @@ Contents:
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
gettingstarted
|
gettingstarted
|
||||||
|
clients
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|
Loading…
Reference in a new issue