From: Dobrica Pavlinusic Date: Sat, 13 Nov 2010 18:02:30 +0000 (+0100) Subject: store rows X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=7d06992fabd7b398d55c8e5e0dfd9d392e0cbf86;hp=be2f8b00b86409487b0d603edaab5f71db92d9d1;p=NoSQL-toys.git store rows --- diff --git a/koha/koha2riak-search.pl b/koha/koha2riak-search.pl index ee43900..c5ea668 100755 --- a/koha/koha2riak-search.pl +++ b/koha/koha2riak-search.pl @@ -55,6 +55,8 @@ foreach my $table ( @tables ) { } warn "# $key ",dump($row); + $bucket->new_object( $key => $row )->store; + warn "$riak_url/riak/koha.$table/$key\n"; } }