-
Notifications
You must be signed in to change notification settings - Fork 1
Client Libraries
Matt H edited this page Jan 17, 2022
·
25 revisions
Name | Author | Language |
---|---|---|
WeedPHP | Mic Johnson | PHP |
SeaweedFS Symfony bundle | Mic Johnson | PHP |
PHP client for SeaweedFS | tystuyfzand | PHP |
Module for kohana | Bububa | PHP |
Laravel | jack-koli | PHP |
SeaweedFS Node.js client | Aaron Blakely | Javascript |
SeaweedFS Node.js client | atroo | Javascript |
SeaweedFS Node | Johny Jose | Javascript |
jude-seaweedfs | Roberto Sales | Javascript |
@trubavuong/seaweedfs | Vuong Tru | Javascript |
@trubavuong/fastify-seaweedfs | Vuong Tru | Javascript |
seaweedfs client plug-in for egg.js | aliwalker | Javascript |
Weedo | Ginuerzh | Go |
goseaweed | tnextday | Go |
goseaweedfs | linxGnu | Go |
Weedharvester | ChristianNorbertBraun | Go |
Java SeaweedFS client | Zenria | Java |
SeaweedFS Client | Lokra Studio | Java |
SeaweedFS Client For Java | Shuyun123 | Java |
seaweedfs4j | zhiyoucai | Java |
Python-weed | Darkdarkfruit | Python |
Django-weed | ProstoKSI | Python |
Pyweed | Utek | Python |
Scala SeaweedFS client | Chiradip | Scala |
Seaweedrb | John Guest | Ruby |
SeaweedFs.NET | piechpatrick | C# |
seaweedfs client | TheCageMan | C# |
C# client library for the SeaweedFS | TerabyteX | C# |
Erlang SeaweedFS Client | Neurotec | Erlang |
Julia SeaweedFS Client | Lawless-m | Julia |
SeaweedFS uses GRPC internally. You can use them too. Just check https://github.com/chrislusf/seaweedfs/tree/master/weed/pb for the proto files.
When developing HDFS compatible file system, which allows replacing HDFS with SeaweedFS, a Java implementation of the GRPC client API is developed.
- Java GRPC client Source code: https://github.com/chrislusf/seaweedfs/tree/master/other/java/client
- Java GRPC client Maven Repo: https://mvnrepository.com/artifact/com.github.chrislusf/seaweedfs-client
- An Email River Plugin for Elasticsearch uses SeaweedFS server to save attachments
- A Cloud CCTV Storage Platform for Evercam.io uses SeaweedFS server to save image files
- A lua-resty-weedfs, Nginx backend with weedfs and file post processing with ffmpeg and graphicsmagick by Medcl
- Introduction
- API
- Configuration
- Filer
- Filer Stores
- Advanced Filer Configurations
- Cloud Drive
- AWS S3 API
- AWS IAM
- Replication and Backup
- Messaging
- Use Cases
- Operations
- Advanced
- Security
- Misc Use Case Examples