並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 48 件 / 48件

新着順 人気順

finagleの検索結果41 - 48 件 / 48件

  • GitHub - bmatheny/finagle-starter-kit: Getting started with Finagle

    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 - bmatheny/finagle-starter-kit: Getting started with Finagle
    • GitHub - iwag/AdventServer: (obsolete) SearchEngine with finagle with thrift inspired by [searchbird](http://twitter.github.io/scala_school/searchbird.html)

      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 - iwag/AdventServer: (obsolete) SearchEngine with finagle with thrift inspired by [searchbird](http://twitter.github.io/scala_school/searchbird.html)
      • Finagle-Based Microservices at SoundCloud

        SoundCloud migrated from a monolithic architecture to microservices using Finagle to address scalability issues as they were uploading 11 hours of audio per minute and serving 300 million users per month. They initially used Finagle with Finatra but found it inflexible so switched to building custom services and filters with Finagle directly. This allowed them to transition their traffic fully to

          Finagle-Based Microservices at SoundCloud
        • Finagle Overview

          Finagle Overview presented to the NY Scala Meetup

            Finagle Overview
          • Contents — Finagle 22.4.0 documentation

            Finagle is an extensible RPC system for the JVM, used to construct high-concurrency servers. Finagle implements uniform client and server APIs for several protocols, and is designed for high performance and concurrency. Most of Finagle’s code is protocol agnostic, simplifying the implementation of new protocols. Finagle uses a clean, simple, and safe concurrent programming model, based on Futures.

              Contents — Finagle 22.4.0 documentation
            • Scala + finagle + MongoDB + Herokuで2chクローンを作る(連載第3回)

              11/3に、@xuwei_k さんの誕生祝 & Scalaハッカソン!に参加した。とりあえず、Hello Finagleを見ながら、Finagle製のWebサーバを立てることを目指す。まずは、静的なHTMLファイル返答するところまで作ろう。 むむむ…sbtの標準ディレクトリ構成がわからん。sbtのディレクトリ構成はMaven由来らしいので、Mavenのディレクトリ構成を見る。 どうやら、src/main/webappというディレクトリを掘ればいいらしい。ホントにこれでいいのかな。「sbt resources 」でGoogle検索。そのものずばりな、What are “resources” folders in SBT projects for?という質問を発見。そこのリンクから、さらにhow to get a resource within scalatest w/ sbtを見る。 どうや

                Scala + finagle + MongoDB + Herokuで2chクローンを作る(連載第3回)
              • finagle入門 - 複数Serviceの作り方

                2012年11月06日10:28 カテゴリScala finagle入門 - 複数Serviceの作り方 前回:finagleを動かすまで。 今回:複数のServiceを持たせる。 Serviceについて finagleでは、Serviceというものを使いアプリを作っていきます。Serviceはリクエストを受け取り、Futureの形で処理結果を返すものです。これにより非同期な処理も実現しています。 ここで、finagleにリクエストが来たときにどのServiceを使うか振り分けるのに使うのが、RoutingService.byPathです。finagleのソースで軽く触れられていますが、どれにも該当しなかった場合は404が返ります。 サンプル 今回作成したサンプルはこちらですので、これを参照してください。 tattyamm/finagle-http-sample at v0.2 Routi

                • ScalaのRPCフレームワーク - Finagle入門 - 望月いちろうのREADME.md

                  2016 - 09 - 21 ScalaのRPCフレームワーク - Finagle入門 Scala list Tweet Share on Tumblr 元記事 Finagleは Twitter のRPCシステムです。このブログではその説明とコアデザインを説明していきたいとおもいます。Finagleの README にはより詳しい詳細が書いてあります。Finagleはクライアントとサーバーの強固な関係を簡単に構築できるように設計されています。 FinagleフレンドリーなREPL これからは Scala の標準的なコードとはかけ離れたコードを利用します。もし学習用にREPLを利用する場合は、 Twitter のFinagleと依存関係をどのように設定すべきか困惑するかもしれません。 FInagleのソースコード をfinagleという名の ディレクト リに格納している場合は、コンソールに以

                    ScalaのRPCフレームワーク - Finagle入門 - 望月いちろうのREADME.md