Created SeaweedFS Java Client (markdown)

Chris Lu 2021-02-05 00:17:23 -08:00
parent aecc3d8052
commit 90b3ef05eb

7
SeaweedFS-Java-Client.md Normal file

@ -0,0 +1,7 @@
There are a few external Java libraries available. But actually SeaweedFS already supports Hadoop compatible file system. There are Java code already working with SeaweedFS.
Here is an SeaweedFS Java API implementation refactored out of the existing code.
https://github.com/chrislusf/seaweedfs/tree/master/other/java/examples/src/main/java/com/seaweedfs/examples
Basically this library will be able to read and write directly to the volume servers, and only use filer servers for meta data.