Jeremiah, really nice job on CorrugatedIron! Some of it is a bit too
over-engineered and more complicated than it has to be. For example,
you can't just create a RiakClient object and interact with Riak (like
you can do with the official Riak client libraries)... To create a
RiakClient (in CorrugatedIron) you need to have a RiakCluster object
to pass to the RiakClient object constructor. And you can't easily
create a RiakCluster object either. You can only create it from a
config section (there's no way to explicitly provide the config values
directly in the API). Not every app uses .NET app config files and
it's also not uncommon for the app config code to cause exceptions
because it can be brittle...

On Thu, Sep 22, 2011 at 3:33 PM, Jeremiah Peschka
<jeremiah.pesc...@gmail.com> wrote:
> I just finished up v0.1.3 of CorrugatedIron, everyone's favorite .NET 4.0 
> Riak client. There is no new functionality in this release, just a fix from 
> Matthew Whitfield: 
> https://github.com/DistributedNonsense/CorrugatedIron/issues/18
>
> Thanks Matt for helping us make CorrugatedIron better!
>
> Binaries have been pushed to NuGet 
> (http://nuget.org/List/Packages/CorrugatedIron) and source is available on 
> github 
> (https://github.com/DistributedNonsense/CorrugatedIron/commit/e9c0af10465176f117bbbf04724087063f9b7fd2)
>
> Enjoy!
>
> ---
> Jeremiah Peschka - Founder, Brent Ozar PLF, LLC
> Microsoft SQL Server MVP
>
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to