这是indexloc提供的服务,不要输入任何密码
Skip to content

fruitlee/public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smallfiles

File storage service. Use the hbase feature to store/read large numbers of small files

ENV

1.hbase [Specified table's Column Family 'cf' must exist]
2.jdk >= 1.8
3.maven3

config file

/opt/config/smallfiles/config.properties [Follow the principle of separate configuration]

Run with jar

mvn package
java -jar smallfiles-x.x.x.jar

Run in IDE

Run As - > ServiceStarter.java

API

upload: /basic/{table}/upload, note response json [data.path]
download: /basic/{table}/download/{key},key is the [data.path]

About

my public projects repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages