nathanmarz / dfs-datastores

Dead-simple vertical partitioning, compression, appends, and consolidation of data on a distributed filesystem.
BSD 3-Clause "New" or "Revised" License
215 stars 82 forks source link

Allow user to programmatically add compression codecs #28

Open fkautz opened 11 years ago

fkautz commented 11 years ago

Usable compression codecs are currently determined at compile time. Allow the user to inject additional codecs programmatically without the need for dfs-datastores to know about them at compile time. Also, keep currently available ones as is for convenience.