Re: Cloud Storage: A New Implementation Style?

That's awesome. It looks very minimal and functional. Have you released
the code somewhere (with a public license)?

-- Andrei

On 10/19/2014 02:36 PM, carmen wrote:
>>  the backend 
> is just another HTTP daemon?
> 
> a file is returned if a direct match, or
>  suffix is stripped off but kept around as a content-type hint
>  
>  generic base is globs to *.{nt,n3,ttl,md,rdf,txt} 
>  a directory implies its children in the result set with a trailing-slash (rsync style) (DANGERZONE - nonRDF just got included!)
> 
> an ETag is generated from all the mtimes 
> if needed, the fs-pointers expand to an RDF graph, and a representation is serialized
> 
>  all pretty similar to Gold, or Apache w/ the right content-negotiation rewrite-rules. entire GET function at http://src.whats-your.name/pw/ruby/GET.rb.html
> 
> non-RDF MIMEs being transcoded automagically is the main additional feature
> 

Received on Sunday, 19 October 2014 12:41:44 UTC