Skip to content

Broadroad/storageserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The StorageServer in go

Description

Storageserve is an easy-to-use, high performance storage. However, object - where-to-read map should store by user themselves.

As go is good at developing network and distributed system, so storageserver is writen in go.

Features

  • Scalable
    Each storageserver only responsible for only onle node's read/write. So you can deploy as many as you can.

  • Dynamic Configurable
    Storageserver can have many config, and you can change them in config file and restart. Also, you can dynamic change these config without restart, however, this change will disappear after restart.

  • Dynamic Add or Remove Partition
    Storageserver can know partitions status periodically.

License

Open source licensed under the MIT license (see LICENSE file for details).

Go version

go1.7+

About

A storage server that using go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages