<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Fluentd on SmartNews Engineering Blog</title>
    <link>https://developer.smartnews.com/blog/categories/fluentd/</link>
    <description>Recent content in Fluentd on SmartNews Engineering Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Thu, 03 Oct 2013 11:58:23 +0900</lastBuildDate>
    
	<atom:link href="https://developer.smartnews.com/blog/categories/fluentd/feed" rel="self" type="application/rss" />
    
    
    <item>
      <title>Fluentd、Amazon RedshiftとTableauを用いたカジュアルなデータ可視化</title>
      <link>https://developer.smartnews.com/blog/2013/10/03/easy-data-analysis-using-fluentd-redshift-and-tableau/</link>
      <pubDate>Thu, 03 Oct 2013 11:58:23 +0900</pubDate>
      
      <guid>https://developer.smartnews.com/blog/2013/10/03/easy-data-analysis-using-fluentd-redshift-and-tableau/</guid>
      <description>&lt;p&gt;ゴクロ改め、&lt;a href=&#34;http://www.smartnews.co.jp/2013/10/01/gocro-company-name-changes-to-smartnews&#34;&gt;スマートニュース株式会社&lt;/a&gt;の大平です。&lt;/p&gt;

&lt;p&gt;巷間では「bigdata」の活用が叫ばれて久しいですが、弊社はまだまだ小さい規模のスタートアップのため少なくともデータサイズとしてhugeなdataの活用が行える環境ではありません。
であればデータの活用に対する要求が低いか、というとそうでも無く、サービスサイドでも自然言語処理や機械学習を中心としたデータ解析処理がサービスの生命線となっていますし、サービスの裏側でも戦略を立てる上で効果測定や諸々のデータの分析は非常に重要な位置を占めています。&lt;/p&gt;

&lt;p&gt;本記事では主にサービスの裏側で求められるデータ解析において、いかにカジュアルにデータを解析するか、の一例として、掲題のような組み合わせによるデータ可視化の事例を簡単にですがご紹介したいと思います。&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>FluentdとRedisを使ったランキング機能の実装</title>
      <link>https://developer.smartnews.com/blog/2013/09/24/implementation-of-ranking-algorithm-using-fluentd-and-redis/</link>
      <pubDate>Tue, 24 Sep 2013 11:54:39 +0900</pubDate>
      
      <guid>https://developer.smartnews.com/blog/2013/09/24/implementation-of-ranking-algorithm-using-fluentd-and-redis/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://developer.smartnews.com/blog/images/2013/09/redis2.jpeg&#34;&gt;&lt;img alt=&#34;redis&#34; src=&#34;https://developer.smartnews.com/blog/images/2013/09/redis2.jpeg&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;  &lt;a href=&#34;https://developer.smartnews.com/blog/images/2013/08/fluentd2.png&#34;&gt;&lt;img alt=&#34;fluentd&#34; src=&#34;https://developer.smartnews.com/blog/images/2013/08/fluentd2.png&#34; width=&#34;150&#34; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://www.gocro.jp/&#34;&gt;ゴクロ&lt;/a&gt;の大平です。ごくろうさまです。&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://redis.io/&#34;&gt;Redis&lt;/a&gt;は高速で、かつデータの永続化や、複数のデータ型によるストア(list,set,sorted set等）も対応しており、機能的が豊富ということから愛用者の多いKVS実装の一つだと思います。
特に私のようなアプリケーションエンジニアの人間にとってはデータ型のバリエーションの豊富さが便利さを感じる部分で、たとえばlistを用いてタイムライン的な情報や履歴情報の管理、sorted setを用いてランキング情報の管理、などのようにアプリケーションの需要の多くにRedisが対応することができます。&lt;/p&gt;

&lt;p&gt;これらの情報を登録する際のフローとしては自作のアプリケーションから直接、というケースが多いと思いますが、せっかく&lt;a href=&#34;http://fluentd.org/&#34;&gt;Fluentd&lt;/a&gt;のような便利なlog collector実装があるので、FluentdとRedisを組み合わせる事でカジュアルに情報の蓄積を行いたい……というのが本記事執筆の背景です。&lt;/p&gt;

&lt;p&gt;なお、本記事のタイトルは、からあげ方面で大変著名なささたつさん（@sasata299）のスライドにインスパイアされております。
&lt;a href=&#34;https://speakerdeck.com/sasata299/rediswoshi-tutarankinguji-neng-falseshi-zhuang&#34;&gt;Redisを使ったランキング機能の実装&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>S3とFluentdを用いた効率的なログ管理</title>
      <link>https://developer.smartnews.com/blog/2013/09/02/an-effective-log-management-technique-which-uses-fluentd-and-s3/</link>
      <pubDate>Mon, 02 Sep 2013 10:28:00 +0900</pubDate>
      
      <guid>https://developer.smartnews.com/blog/2013/09/02/an-effective-log-management-technique-which-uses-fluentd-and-s3/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.gocro.jp/&#34;&gt;ゴクロ&lt;/a&gt;の大平です。&lt;/p&gt;

&lt;p&gt;&lt;span style=&#34;line-height: 1.714285714;font-size: 1rem&#34;&gt;私にとって一番大事で替えの効かないミュージシャンは&lt;/span&gt;&lt;a style=&#34;line-height: 1.714285714;font-size: 1rem&#34; href=&#34;http://www.sada.co.jp/index.html&#34;&gt;さだまさし&lt;/a&gt;&lt;span style=&#34;line-height: 1.714285714;font-size: 1rem&#34;&gt;さんですが、私にとってクラウドコンピューティングのサービスの中で一番大事で替えが効かないサービスは&lt;/span&gt;&lt;a style=&#34;line-height: 1.714285714;font-size: 1rem&#34; href=&#34;http://aws.amazon.com/jp/s3/&#34;&gt;S3&lt;/a&gt;&lt;span style=&#34;line-height: 1.714285714;font-size: 1rem&#34;&gt;です。
&lt;/span&gt;多種多様なAPIを用いて柔軟にファイルの操作が出来る事や、”99.999999999％”と謳われている高い耐障害性、S3にあるデータを&lt;a href=&#34;http://aws.amazon.com/jp/elasticmapreduce/&#34;&gt;Elastic MapReduce&lt;/a&gt;や&lt;a href=&#34;http://aws.amazon.com/jp/redshift/&#34;&gt;Redshift&lt;/a&gt;などを用いて手軽にデータ解析を行える基盤が提供されていることなど、あまりに便利すぎてS3の代替となるサービスを探しだすのが難しい状態です。&lt;/p&gt;

&lt;p&gt;もちろん多くのAWSユーザーが同じようにS3の便利さを享受していると思いますし、インターネット上でも多くのブログ等でその魅力が語られています。その中で本記事は既に存在する記事と似たような内容を書いてしまうかもしれませんが、弊社なりのS3の使い方についてご紹介したいと思います。&lt;/p&gt;

&lt;p&gt;なお、S3は、&amp;rdquo;&lt;span style=&#34;text-decoration: underline&#34;&gt;S&lt;/span&gt;imple &lt;span style=&#34;text-decoration: underline&#34;&gt;S&lt;/span&gt;torage &lt;span style=&#34;text-decoration: underline&#34;&gt;S&lt;/span&gt;ervice&amp;rdquo;の略称で、”&lt;span style=&#34;text-decoration: underline&#34;&gt;S&lt;/span&gt;adamasashi &lt;span style=&#34;text-decoration: underline&#34;&gt;さん&lt;/span&gt;”の略称ではありませんので、くれぐれもお間違えの無きようご注意下さい。&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>