Popularity
5.0
Stable
Activity
0.0
Declining
113
8
47

Programming language: Go
License: Apache License 2.0
Tags: Utilities    
Latest version: v0.1.5

goseaweedfs alternatives and similar packages

Based on the "Utilities" category.
Alternatively, view goseaweedfs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of goseaweedfs or a related project?

Add another 'Utilities' Package

README

goseaweedfs

Build Status Go Report Card Coverage Status godoc license

A complete Golang client for SeaweedFS (version 1.44+). Inspired by:

Installation

go get -u github.com/linxGnu/goseaweedfs

Usage

Please refer to Test Cases for sample code.

Supported

  • [x] Grow
  • [x] Status
  • [x] Cluster Status
  • [x] Filer
  • [x] Upload
  • [x] Submit
  • [x] Delete
  • [x] Replace
  • [x] Upload large file with builtin manifest handler, auto file split and chunking
  • [ ] Admin Operations (mount, unmount, delete volumn, etc)

Contributing

Please issue me for things gone wrong or:

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D


*Note that all licence references and agreements mentioned in the goseaweedfs README section above are relevant to that project's source code only.