[Haskell-cafe] Amazon AWS storage best to use with Haskell?

dokondr dokondr at gmail.com
Tue Nov 1 07:21:16 CET 2011


On Tue, Nov 1, 2011 at 5:03 AM, Ryan Newton <rrnewton at gmail.com> wrote:

>  Any example code of using hscassandra package would really help!
>>
>
> I'll ask my student.  We may have some simple examples.
>
> Also, I have no idea as to their quality but I was pleasantly surprised to
> find three different amazon related packages on Hackage (simply by
> searching for the word "Amazon" in the package list).
>
>    http://hackage.haskell.org/package/hS3
>    http://hackage.haskell.org/package/hSimpleDB
>    http://hackage.haskell.org/package/aws
>
> It would be great to know if these work.
>
>
Thinking about how to implement Data.Map on top of hscassandra or any other
key-value storage ...
For example creating new map with "fromList" will require to store *all*
(key, value) list elements in external storage at once. How to deal with
laziness in this case?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111101/d1b05acd/attachment.htm>


More information about the Haskell-Cafe mailing list