store rows
[NoSQL-toys.git] / koha / koha2riak-search.pl
index ee43900..c5ea668 100755 (executable)
@@ -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";
     }
 
 }