seratch's weblog in Japanese

About Scala, Java and Ruby programming in Japaense. If you need English information, go to http://blog.seratch.net/

AWS

aws と aws-sdk の conflict 問題

SimpleDB を ActiveRecord の model で簡単に扱うことを検討するために、以下の simple_record を試そうとしたのですが https://github.com/appoxy/simple_record establish_connection でいきなり以下のような NameError が出て「なんじゃこりゃ」状態。 Na…

ScalikeJDBC で Redshift に SQL を投げる

Amazon Reshift は PostgreSQL JDBC Driver で接続が可能です。 http://docs.aws.amazon.com/redshift/latest/dg/c_redshift-postgres-jdbc.html ということは ScalikeJDBC を使ってクエリを投げられるということを意味します。 ということで実際にやってみ…