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
See Makefile
- 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 |
- More Tests
- GroupCache Support
- Improve Docs
- Go Community
- Gustavo Niemeyer and Contributors for awesome MongoDB Driver (mgo)