mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Created SeaweedFS Java Client (markdown)
parent
aecc3d8052
commit
90b3ef05eb
7
SeaweedFS-Java-Client.md
Normal file
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.
|
Loading…
Reference in a new issue