[Chicago] URL + authentication

Pete pfein at pobox.com
Thu Jun 19 17:50:26 CEST 2008


On Jun 19, 2008, at 11:18 AM, Michael Tobis wrote:

> I have a blank slate. So far everything is local; I'm starting to  
> think about the best way to generalize.
>
> I was definitely thinking http or https. I think above the  
> abstraction Python should see a file interface and below it should  
> see http.

If you're interested in a uniform interface to distributed storage, I  
just talked about this idea in a presentation on my project  
GrassyKnoll at the NYC Python UG.  It's not a file API, but it's  
pretty universa.  The distributed parts are done over HTTP, so it  
presents the same interface for the outward facing web service as it  
does internally.

Might be the sort of thing you're looking for: http://code.google.com/p/grassyknoll/wiki/Presentations

--Pete


More information about the Chicago mailing list