Resource management and processing


License
BSD-2-Clause

Documentation

Resx

A resource management and processing library for Elixir

Installation

def deps do
    [{ :resx, "~> 0.1.2" }]
end

Todo

  • Resource finalisation
  • Resource comparison
  • MIME processing pipelines
  • Resource stores
  • File store
  • Memory store?
  • DateTime timestamp?
  • File sources
  • Store hash in file sources
  • Optionally load a file's meta/hash information
  • Reduce amount of data sent with distributed file requests
  • Mixer (multiple resource transformation)