タグ

2013年9月17日のブックマーク (5件)

  • nginx, syslog-ng & Redisでのリアルタイム分析 - ワザノバ | wazanova.jp

    http://benwilber.net/realtime-pixel-tracking-nginx-syslog-ng-redis nginx, syslog-ng, Redisを利用したピクセルデータのトラッキングでリアルタイム分析をする方法が紹介されてます。A/Bテストの分析などに便利ですね。 他に(リアルタイムではないですが)ピクセルデータをAmazon CloudFront CDNにホストMapReduceを実行させログを直接S3にはいた事例、オープンソースで提供されているソリューション https://github.com/snowplow/snowplow なども紹介されています。 Realtime pixel tracking with nginx, syslog-ng, and Redis https://news.ycombinator.com/item?id=638

    yass
    yass 2013/09/17
    " nginx, syslog-ng, Redisを利用したピクセルデータのトラッキングでリアルタイム分析をする方法が紹介されてます。A/Bテストの分析などに便利ですね。"
  • Wingify Engineering -

    This is the engineering blog from the hackers at Wingify

    yass
    yass 2013/09/17
    " RabbitMQ was not as fast as Redis, so we decided to keep it and work on the second model. For our requirements, we wrote a proof-of-concept Redis to RabbitMQ transport agent called agentredrabbit to leverage Redis as a fast in-memory storage sink and use RabbitMQ as a reliable broker. "
  • 暮らしの情報サイトnanapiはサービスを終了いたしました | nanapi [ナナピ]

    2020年8月31日(月)をもちまして、nanapiに関わるすべてのサービスは終了いたしました。 nanapiは、2009年のサービス開始より「みんなで作る暮らしのレシピ」という考えのもと、ユーザーの皆さまに生活に関する様々な「ハウツー」を投稿していただく投稿型ハウツーサービスとして運営してまいりました。 約11年間にわたって皆さまからご支援をいただきサービスを継続できたこと、nanapi編集部一同、心より御礼申し上げます。 掲載されていたコンテンツなどのnanapiについてのお問い合わせは、nanapi@supership.jp までお願いいたします。 長きに渡りnanapiを応援してくださり、当にありがとうございました。

    yass
    yass 2013/09/17
    "今回紹介するのは三つ編み、くさり編みと似たような方法ですが、 これらの方法より短い時間で、さらにキレイにまとまる方法です。"
  • バーチャルパネル: 低レイテンシ環境でJavaを使う

    Todd L. Montgomery氏。Informatica Ultra Messagingのアーキテクチャ担当副社長で29Westの低遅延メッセージング製品の主任設計者および実装者。 Dr Andy Piper氏。最近、OracleからPush TechnologyにCTOとしてジョイン。 質問: 低レイテンシとは何を意味するのですか? リアルタイムと同じ意味でしょうか? 一般的に、高パフォーマンスなコードにどう関係しているのですか? Javaを使う利点として、豊富なライブラリ、フレームワーク、アプリケーションサーバなどへのアクセスや、使えるプログラマが多いことが挙げられます。こうした利点は低レイテンシコードにも当てはまるのでしょうか? もし当てはまらないなら、C++よりも何か利点はあるのでしょうか? JVMは並行プログラムをどのようにサポートしていますか? ガベージコレクションは少し

    バーチャルパネル: 低レイテンシ環境でJavaを使う
    yass
    yass 2013/09/17
    " これまでCとC++が事実上の選択肢であった低レイテンシ作業にも、Javaが使われるようになってきた。 InfoQはこの分野の専門家4人を集めて、最近のトレンド / ベストプラクティスについて議論した。/ Martin Thompson "
  • GitHub - flatland/drip: Fast JVM launching without the hassle of persistent JVMs.

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - flatland/drip: Fast JVM launching without the hassle of persistent JVMs.
    yass
    yass 2013/09/17
    " Fast JVM launching without the hassle of persistent JVMs. / It keeps a fresh JVM spun up in reserve with the correct classpath and other JVM options so you can quickly connect and use it when needed, then throw it away. "