Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.08 KB

Kuenea

File Server using GridFS or/and filesystem over HTTP

If you have a distributed application, is using mongodb, prefer keep all your assets in mongodb using gridfs and you think filesystem or CDN solutions are too painful to manage, probably Kuenea is for you.

Tested with go 1.3.1

Dependencies

See Makefile

Benchmark

  • Hardware: Intel® Core™ i7-2720QM CPU @ 2.20GHz / 6GB DDR3-1333 / 7200RPM SATA Disk | Ubuntu 13.04
  • Set: Reach 55.6kB image only local requests
  • Software: Apache Benchmark

Requests: 10000 / Concurrency: 1000

Server Req/s Time taken
Kuenea - GridFS 5070.85 1.972 s
Kuenea - Filesystem 10806.92 0.925 s

TODO

  • More Tests
  • GroupCache Support
  • Improve Docs

Thank You

baby-gopher