diff --git a/SeaweedFS-Java-Client.md b/SeaweedFS-Java-Client.md new file mode 100644 index 0000000..ead04f2 --- /dev/null +++ b/SeaweedFS-Java-Client.md @@ -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.