タグ

netflixとdatastoreに関するkimutanskのブックマーク (2)

  • NetflixOSS: Announcing Hollow

    “If you can cache everything in a very efficient way, you can often change the game” We software engineers often face problems that require the dissemination of a dataset which doesn’t fit the label “big data”. Examples of this type of problem include: Product metadata on an ecommerce siteDocument metadata in a search engineMetadata about movies and TV shows on an Internet television networkWhen f

    NetflixOSS: Announcing Hollow
    kimutansk
    kimutansk 2016/12/05
    データを等価的に扱えるツールキット?保存自体は各オブジェクトのフィールドがバイト配列で保存されて、ラッピングしたAPIがインデックス指定で取得する形式のようですが・・
  • Introducing Dynomite

    Introduction & OverviewNetflix has long been a proponent of the microservices model. This model offers higher-availability, resiliency to failure and loose coupling. The downside to such an architecture is the potential for a latent user experience. Every time a customer loads up a homepage or starts to stream a movie, there are a number of microservices involved to complete that request. Most of

    Introducing Dynomite
    kimutansk
    kimutansk 2014/11/04
    既存の単ノードで動作するデータストアをラッピングして分散化するDynomiteですか。同期先への転送が非同期、データストアはプラガブル(インメモリでもRDBでも可能)と。
  • 1