On Tue, Nov 1, 2011 at 5:03 AM, Ryan Newton <span dir="ltr">&lt;<a href="mailto:rrnewton@gmail.com">rrnewton@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div> Any example code of using hscassandra package would really help!</div>


</div>
</blockquote></div><br></div><div>I&#39;ll ask my student.  We may have some simple examples.</div><div><br></div><div>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 &quot;Amazon&quot; in the package list).  </div>


<div><br></div><div>   <a href="http://hackage.haskell.org/package/hS3" target="_blank">http://hackage.haskell.org/package/hS3</a></div><div>   <a href="http://hackage.haskell.org/package/hSimpleDB" target="_blank">http://hackage.haskell.org/package/hSimpleDB</a></div>


<div>   <a href="http://hackage.haskell.org/package/aws" target="_blank">http://hackage.haskell.org/package/aws</a></div><div><br></div><div>It would be great to know if these work.</div><br></blockquote><div> </div><div>
Thinking about how to implement Data.Map on top of hscassandra or any other key-value storage ...<br>For example creating new map with &quot;fromList&quot; will require to store *all* (key, value) list elements in external storage at once. How to deal with laziness in this case?<br>
<br></div></div>