Skip to content

An enhancement of MongoDB's GridFS to allow for more features and capabilities

License

Notifications You must be signed in to change notification settings

hillmuth/mongoFS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongoFS

An enhancement of MongoDB's GridFS to allow for more features and capabilities.

This project came out of a need in my company to extend the current GridFS functionality to include compression of file data. After spending a day or so trying to work with the existing implementation, I determined that the existing implementation was not going to be extendible due to the current use of inner classes and heavy cross-class collusion. So I decided to re-write the existing implementation so I could to extend it.

This project is currently under development, stay tuned. I should have a usable version available shortly. Check out my task list under the TODO to check the progress. I need to have this code into production by end of March so keep checking back to see the progress..

About

An enhancement of MongoDB's GridFS to allow for more features and capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.9%
  • Groovy 1.1%