並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 51件

新着順 人気順

federationの検索結果1 - 40 件 / 51件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

federationに関するエントリは51件あります。 webpackarticleSNS などが関連タグです。 人気エントリには 『AWS federation comes to GitHub Actions』などがあります。
  • AWS federation comes to GitHub Actions

    At the time of writing, this functionality exists but has yet to be announced or documented. It works, though! EDIT: Here is the functionality on the GitHub roadmap. GitHub Actions has new functionality that can vend OpenID Connect credentials to jobs running on the platform. This is very exciting for AWS account administrators as it means that CI/CD jobs no longer need any long-term secrets to be

    • webpack@5で入るModule Federationについて - hiroppy's site

      Module Federation(以下 mfe)は webpack@5 から入る新しい仕組みの一つです。 Proposal Merge Proposal: Module federation and code sharing between bundles. Many builds act as one · Issue #10352 · webpack/webpack This is a proposal to merge my existing work into the Webpack core. The base concept is federated ap... 目的 アプリケーションを作る時に、webpack はビルド時のソースコードは使う前提で実行するので、様々な最適化を行うことができます。 もし、node_modules 経由以外でライブラリを使うという場合は scrip

        webpack@5で入るModule Federationについて - hiroppy's site
      • Apollo Federation で GraphQL マイクロサービスアーキテクチャを構築する

        最近調べていた Apollo Federation についてのメモです。 Apollo Federation の概要と、Next.js の API Routes で Apollo Federation を使う例をまとめています。 Apollo Federationとは? 以前 Netflix の GraphQL マイクロサービスアーキテクチャが話題になりました。その構成を支えているのが Apollo Federation です。 Apollo Federation は、複数の GraphQL マイクロサービスをゲートウェイでまとめて、1 つの GraphQL エンドポイントとして提供するものです。 Apollo Federation を使うことで、それぞれのマイクロサービス間で依存する処理を良い感じに統合してくれます。 例えば、投稿情報は Post マイクロサービスにあり、その投稿の投稿者

          Apollo Federation で GraphQL マイクロサービスアーキテクチャを構築する
        • How Netflix Scales its API with GraphQL Federation (Part 1)

          Netflix is known for its loosely coupled and highly scalable microservice architecture. Independent services allow for evolving at different paces and scaling independently. Yet they add complexity for use cases that span multiple services. Rather than exposing 100s of microservices to UI developers, Netflix offers a unified API aggregation layer at the edge. UI developers love the simplicity of w

            How Netflix Scales its API with GraphQL Federation (Part 1)
          • freee会計でのModule Federationによるマイクロフロントエンドの実践

            2023/04/16に開催されたfreee 技術の日 2023 - connpass https://freee.connpass.com/event/274961/ での発表資料です。 発表時間:14:10 - 14:25 @KATARIBAステージ

              freee会計でのModule Federationによるマイクロフロントエンドの実践
            • How Netflix Scales its API with GraphQL Federation (Part 2)

              In our previous post and QConPlus talk, we discussed GraphQL Federation as a solution for distributing our GraphQL schema and implementation. In this post, we shift our attention to what is needed to run a federated GraphQL platform successfully — from our journey implementing it to lessons learned. Our Journey so FarOver the past year, we’ve implemented the core infrastructure pieces necessary fo

                How Netflix Scales its API with GraphQL Federation (Part 2)
              • webpack 5 の webpack federation という概念について - Qiita

                注意: まだHEADにすらマージされていない機能です。 僕の現状の理解で書いてます。細かいニュアンスは見落としてるかも。 今の課題 異なるチームで、異なるビルドプロセスのものを統合するような巨大なフロントエンド、いわゆるマイクロなフロントエンドやってると、同じようなライブラリが内部的に重複するよね webpack build (chunk) 間で、そういう自明なもののを重複を省いたり、一方向ではなく、相互に読み出せるようにしたいよね ScriptedAlchemy氏の提案 異なるWebpackビルド同士が連携する、Federation という概念を作る。 Host と Remote という概念を追加する。既存のものは Host となる(?)。 Remote は、それぞれに要求する chunk (react, vue など)と、他に外側に提供するインターフェースを明示する。 (optimaz

                  webpack 5 の webpack federation という概念について - Qiita
                • ついにBlueskyで独自サーバーをホストできるFederation機能が始まる、Mastodonとの違いは?

                  Blueskyがユーザー独自のサーバーをホストできるようにするFederation(フェデレーション)機能をセルフホスター向けに公開しました。これまでは基本的にBlueskyのサーバーに保存されていたデータを個別のサーバーに保存することができるようになり、それでいてどのサーバーからアクセスしても全ユーザーに同じものを表示するという「分散型SNS」の新たな一歩が築き上げられました。 Bluesky: An Open Social Web - Bluesky https://bsky.social/about/blog/02-22-2024-open-social-web Early Access Federation for Self-Hosters | Bluesky https://docs.bsky.app/blog/self-host-federation BlueskyはX(旧Tw

                    ついにBlueskyで独自サーバーをホストできるFederation機能が始まる、Mastodonとの違いは?
                  • GitHub ActionsからGoogle Cloudへの認証にはDirect Workload Identity Federationを使おう - Paper2 Blog

                    google-github-actions/authとは Direct Workload Identity Federationとは 利用方法 Workload Identity Poolを作成する Workload Identity ProviderをPool内に作成する 検証用のシークレットを作成する Workload Identity Poolに権限を付与する ワークフローを作成する まとめ google-github-actions/authとは Google Cloudの認証を実施するGitHub Actionsとしてgoogle-github-actions/authが提供されています。Actions上でgcloudコマンドなどを利用する前に認証で利用します。 このActionsではGoogle Cloud Service Account Key JSONによる認証とWorkl

                      GitHub ActionsからGoogle Cloudへの認証にはDirect Workload Identity Federationを使おう - Paper2 Blog
                    • Let’s Build Micro Frontends with NextJS and Module Federation!

                      That headline is a mouth-full, I know! In the past several years I have been working on distributed and multiple teams as well as being a pretty early adopter of NextJS (since around V2.0!) in production. I’ve worked on micro frontends with shared npm packages while trying to orchestrate one cohesive user experience. It was and is hard. That’s why I have been closely following the latest developme

                        Let’s Build Micro Frontends with NextJS and Module Federation!
                      • GitHub - originjs/vite-plugin-federation: Module Federation for vite & rollup

                        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 - originjs/vite-plugin-federation: Module Federation for vite & rollup
                        • gRPC Federation: gRPC サービスのための Protocol Buffers を進化させるDSL | メルカリエンジニアリング

                          Merpay Engineering Productivity Team の goccy です。 gRPC Federation は、gRPC で通信する複数のサービスから得た結果を合成して返すようなサービスを簡単に作成するための仕組みです。DSL ( Domain Specific Language ) を Protocol Buffers 上で記述することで利用します。まずは、GraphQL(Apollo) Federation の gRPC 用のものだと考えるとわかりやすいと思います。2023年8月に OSS として公開し、先日 Public Roadmap を公開しました。2024/6月末を目標に Version 1.0 ( GA版 ) をリリースする予定です。また、最近は Protocol Buffers のエコシステムに参加しました。Protobuf Global Extens

                            gRPC Federation: gRPC サービスのための Protocol Buffers を進化させるDSL | メルカリエンジニアリング
                          • Early Access Federation for Self-Hosters | Bluesky

                            For a high-level introduction to data federation, as well as a comparison to other federated social protocols, check out the Bluesky blog. Update May 2024: we have removed the Discord registration requirement, and PDS instances can now connect to the network directly. You are still welcome to join the PDS Admins Discord for community support. Today, we’re releasing an early-access version of feder

                              Early Access Federation for Self-Hosters | Bluesky
                            • GraphQL Federation - API Gatewayの進化 - Money Forward Developers Blog

                              こんにちは、マネーフォワード 福岡開発拠点のStart up Studio部で新規プロダクトを開発しているバックエンドエンジニアのダンと申します。 今回の記事は私たちのチームでマイクロサービスアーキテクチャにあるAPI Gatewayの課題を解決できるソリューションを検討の経緯、そして辿り着けた優れたGraphQL Federationについて紹介させていただきます。 課題 GraphQL Federationの前の世界 GraphQLの誕生 GraphQL Federation登場 - "One endpoint to rule them all" 1. 課題 まずは、マイクロサービスアーキテクチャによく出会うパターンの例を説明します。 製品をレビューするシステムを構築するプロジェクトで、フロントエンドとバックエンド二つのコンポーネントがある。 バックエンド側はドメインによる三つのサービ

                                GraphQL Federation - API Gatewayの進化 - Money Forward Developers Blog
                              • Apollo Router: our GraphQL Federation runtime in Rust | Apollo GraphQL Blog

                                November 10, 2021Apollo Router: our GraphQL Federation runtime in Rust At Apollo, we help developers power the world’s most important applications with a graph. Whether you’re shopping online, booking travel, or binge-watching your favorite movies, you’re using the graph every day. These experiences are all built on Apollo Federation, an architecture for declaratively composing GraphQL APIs into a

                                  Apollo Router: our GraphQL Federation runtime in Rust | Apollo GraphQL Blog
                                • Workload Identity Federationを図で理解する - Carpe Diem

                                  概要 GCPのWorkload Identity連携はサービスアカウントで秘密鍵を作らずともGCPリソースへのアクセス権を他の環境(オンプレ、別パブリッククラウド)に付与することができます。 これにより AWSからGCPリソースにアクセスする GitHub ActionsからGCRにDocker imageをpushする CircleCIでGKEのデプロイを行う といった連携が鍵なしで実現できます。 ただ実装だけだとイメージしづらいので今回は図示してみました。 Workload Identity Federation Workload Identity連携における登場人物は以下です。 左のWorkloadsがGCPリソースにアクセスしたいアプリケーションに当たります。 準備 Workload Identity Poolの作成とサービスアカウントの作成 まずはWorkload Identit

                                    Workload Identity Federationを図で理解する - Carpe Diem
                                  • Twitterの“囲い込み”から離脱するということ――あるいは Fediverse、Federation、Mastodonとは何か? | p2ptk[.]org

                                    Twitterの“囲い込み”から離脱するということ――あるいは Fediverse、Federation、Mastodonとは何か?投稿者: heatwave_p2p 投稿日: 2022/11/252022/11/25 Electronic Frontier Foundation 本稿はMastodon・fediverseシリーズ記事の1つである。他にもなぜfediverseは(我々次第で)素晴らしいものになりうるか、Mastodonにおけるセキュリティとプライバシーなどの記事を提供している。EFFのMastodonはこちらから。 たくさんの人たちが、Twitterを離脱してMastodonなるものに移行すると宣言している。一方で、多くの人たちが「Mastodonとは何なんだ?」といぶかしがっている。さらに言えば、「fediverse(フェディバース)」とは何か、「ActivityPub」

                                      Twitterの“囲い込み”から離脱するということ――あるいは Fediverse、Federation、Mastodonとは何か? | p2ptk[.]org
                                    • Webpack 5 Federation: A game changer in JavaScript architecture

                                      This is the JavaScript bundler equivalent of what Apollo did with GraphQL.A scalable solution to sharing code between independent applications has never been convenient, and near impossible at scale. The closest we had was externals or DLLPlugin, forcing centralized dependency on a external file. It was a hassle to share code, the separate applications were not truly standalone and usually, a limi

                                        Webpack 5 Federation: A game changer in JavaScript architecture
                                      • Webpack5 Module Federation で始めるマイクロフロントエンド

                                        Module Federation とは Module Federation は Webpack 5 からコア機能として導入されました。 Module Federation を使用すると、異なる JavaScript アプリケーションから動的にコードをロードすることができます。これは複数の個別のビルドによって単一のアプリケーションを構築する手段を目的としています。 これはマイクロフロントエンドという言葉でよく知られていると思いますが Module Federation の目的としてはそれに限定されません。 マイクロフロントエンドとは? マイクロフロントエンドについてうまく説明できる自信はないので説明は委ねます。 マイクロフロントエンドアプリケーションを作成する それでは、実際に Module Federation を使ってアプリケーションを作成してみましょう。 例として、以下の3つのフロン

                                          Webpack5 Module Federation で始めるマイクロフロントエンド
                                        • Introduction to Apollo Federation

                                          Introduction to Apollo FederationLearn how to combine your GraphQL APIs into a unified supergraph What is Apollo Federation?Apollo Federation lets you declaratively combine multiple GraphQL APIs into a single, federated graph. This federated graph enables clients to interact with multiple APIs through a single request. A client makes a request to the single entry point of the federated graph calle

                                            Introduction to Apollo Federation
                                          • Federation Architecture Overview - Bluesky

                                            • Micro frontend tutorial: Build a dynamic form with React + Module Federation

                                              Your new team’s cross-industry knowledge will level up your project All industries Fintech Support in cloud adoption and automation for startups and finance institutions.

                                                Micro frontend tutorial: Build a dynamic form with React + Module Federation
                                              • Toward Federation and an Open Network

                                                BlogToward Federation and an Open NetworkToward Federation and an Open NetworkNov 16, 2023by The Bluesky Team Exactly one year ago, on November 16, 2022, the first post on Bluesky was created: The first post on Bluesky. Fast forward a year later, and we’ve just crossed two million users after opening the app to users around February. We’re excited to continue growing a truly open social network. I

                                                  Toward Federation and an Open Network
                                                • OktaとAWSの連携方法ってAWS IAM Identity Center方式とAWS Account Federation方式どっちがいいのか?

                                                  こんにちは!たつみんです! AWSマネジメントコンソールへのSSOをOktaで実施しようとBrowse App CatalogからAWSと検索するとSAMLに対応したAWS IAM Identity CenterとAWS Account Federationの2つが確認できます。 この記事ではそれぞれの設定方法に触れながら最終的にどちらがおすすめか考えてみました。 3行まとめ AWS Account Federation方式は煩雑な印象だよ 公式CLIツール AWS CLI v2が使えるのはAWS IAM Identity Center方式だよ 特別な理由がない限りAWS IAM Identity Center方式がおすすめだよ AWS IAM Identity Center方式 特徴 OktaではSSOとユーザーとグループのProvisioningを行う AWS側でProvisionin

                                                    OktaとAWSの連携方法ってAWS IAM Identity Center方式とAWS Account Federation方式どっちがいいのか?
                                                  • Revolutionizing Micro Frontends with Webpack 5, Module Federation and Bit

                                                    Finally, we can use React.lazy and React.suspense to provide a fallback should the imported code fail for some reason, making sure the user experience won’t be disrupted because of the failing build. Module Federation in actionTo see how module federation actually works, you will need to download the Webpack 5, which is still in beta. You can clone this sample repo that I have created for this art

                                                      Revolutionizing Micro Frontends with Webpack 5, Module Federation and Bit
                                                    • HDFSをメジャーバージョンアップして新機能のRouter-based Federationを本番導入してみた

                                                      ヤフー株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。LINEヤフー Tech Blog こんにちは、「Hadoop」黒帯(ヤフー内のスキル任命制度)の鯵坂(@ajis_ka)です。 ヤフーでは、およそ2年間の調査・検証期間を経てヤフーで利用している本番環境のHDFS(Hadoop Distributed FileSystem)をHDP(Hortonworks Data Platform)2.6系(Apache Hadoop 2.7.x相当)からApache Hadoop 3.3.0にメジャーバージョンアップし、HDFSの新機能であるRouter-based Federation(RBF)を導入しました。 本記事では、これまでの2年間で何をしてきたのかについて振り返っていきます。 バージョンアップの経緯 ヤフーでは、提

                                                        HDFSをメジャーバージョンアップして新機能のRouter-based Federationを本番導入してみた
                                                      • Address by the President of the Russian Federation

                                                        President of Russia Vladimir Putin: Citizens of Russia, friends, My address concerns the events in Ukraine and why this is so important for us, for Russia. Of course, my message is also addressed to our compatriots in Ukraine. The matter is very serious and needs to be discussed in depth. The situation in Donbass has reached a critical, acute stage. I am speaking to you directly today not only to 

                                                          Address by the President of the Russian Federation
                                                        • 【きちんと理解する】Workload Identity FederationをGitHub Actionsで利用する

                                                          概要 Workload Identity Federation(以下、WIF)は、GCP が利用する認証機構の一種で、これを使うことにより、外部システムのユーザーが GCP 内のユーザーを借用できるようになります。簡単に内容を説明しましょう。 今回は、GitHub Actions と GCP の連携例に考えます。GitHub では、WIF に対応する ID プロバイダを用意しており、このプロパイダが認証サーバの役割を果たしています。GCP では、GitHub が用意した ID プロパイダが提供する認証情報に応じて、ユーザー権限を与えることができます。GitHub Actions は GitHub が用意したプロパイダで認証することにより、GCP のリソースに変更を加えることができます。 結果として、「GCP 以外のサービスが提供する外部 ID を用いて、GCP リソースに変更を加える」こと

                                                            【きちんと理解する】Workload Identity FederationをGitHub Actionsで利用する
                                                          • Workload Identity Federation for GKEの新しい設定方法を解説 - G-gen Tech Blog

                                                            G-gen の佐々木です。当記事では、GKE における Workload Identity Federation の、新しく追加された設定方法を解説します。 GKE における Workload Identity Federation 従来の方法 新しい方法 新しい方法の制限事項 新しい Workload Identity Federation の設定手順 当記事で使用する GKE クラスタについて ServiceAccount リソースの作成 Workload Identity Federation の設定 動作確認 参考手順 GKE における Workload Identity Federation 従来の方法 GKE クラスタ内の Pod 上で動作するアプリケーションから Google Cloud の API にアクセスする場合、認証方法として Workload Identity Fe

                                                              Workload Identity Federation for GKEの新しい設定方法を解説 - G-gen Tech Blog
                                                            • GitHub - mercari/grpc-federation: gRPC Federation generates a gRPC server by writing a custom option in Protocol Buffers

                                                              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 - mercari/grpc-federation: gRPC Federation generates a gRPC server by writing a custom option in Protocol Buffers
                                                              • Moving Apollo Federation 2 to the Elastic License v2 | Apollo GraphQL Blog

                                                                November 3, 2021Moving Apollo Federation 2 to the Elastic License v2 Today, we are introducing Apollo Federation 2, a major update to our graph composition technology that lets developers build and evolve a unified graph in a modular, principled way. Federation 2 is a new implementation of our query planner and execution gateway that introduces a more flexible model for how types and fields compos

                                                                  Moving Apollo Federation 2 to the Elastic License v2 | Apollo GraphQL Blog
                                                                • Module federation

                                                                  Module FederationMicro-Frontend Architecture Make it easier to share code between javascript applications and make team collaboration more efficient

                                                                  • atprotoにおけるfederation考察

                                                                    atproto_federation.asc atprotoにおける「分散」もしくは「フェデレーション」は一意ではない。現状で考えられるアーキテクチャについて妄想してみる。 前提 サーバーの種類 atprotoのfederationにおける登場人物は主に3つ。ユーザー(クライアント)から近い順にPDS・BGS・App Views(appview)の3つ。 詳細は公式ブログ参照。 なお、PDS間の通信も過去には想定されており、BGSやappviewを使う「big-world」と各PDSが直接通信する「small-world」という2種類のfederationが想定されていたが、後者は公式から言及されなくなってしまったのでここでは考慮しない。 PDS ユーザーデータを管理するサーバー。ユーザーはatprotoに参加するにあたってPDSを一つ選んで所属する(移住可能)。 ユーザー本人すら知らない

                                                                      atprotoにおけるfederation考察
                                                                    • Workforce Identity Federation を利用する

                                                                      はじめに アプリケーションモダナイゼーションスペシャリストの関本と申します。 今回は、Google Cloud Japan Advent Calendar の 8 日目の投稿として、アプリケーションモダナイゼーションとあまり関係がない、Workforce Identity Federation についてご紹介します。 TL;DR Workforce Identity Federation を利用すると Cloud Identity を利用せずに他の IdP(Microsoft Entra ID などの外部 ID プロバイダー) の ID で Google Cloud を利用できます。 Workforce Identity Federation とは? Google Cloud の外部(他のクラウドや Kubernetes など)で実行されているアプリケーションが、Service Accou

                                                                        Workforce Identity Federation を利用する
                                                                      • Webpack 5 and Module Federation - A Microfrontend Revolution

                                                                        Picture this: you've got yourself a pretty whiz-bang component, not just any component, but that classic component that seems to just exist on every page... You know the header, or the authenticated state in that header, the CTA on the homepage... You get the gist. Up until now, you've probably been code sharing by simply sharing that component as an npm package, where you then build and deploy ev

                                                                          Webpack 5 and Module Federation - A Microfrontend Revolution
                                                                        • GitHub - awslabs/aws-athena-query-federation: The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own data sources and code.

                                                                          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 - awslabs/aws-athena-query-federation: The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own data sources and code.
                                                                          • Webpack 5 Federation: A game changer in JavaScript architecture

                                                                            This is the JavaScript bundler equivalent of what Apollo did with GraphQL.A scalable solution to sharing code between independent applications has never been convenient, and near impossible at scale. The closest we had was externals or DLLPlugin, forcing centralized dependency on a external file. It was a hassle to share code, the separate applications were not truly standalone and usually, a limi

                                                                              Webpack 5 Federation: A game changer in JavaScript architecture
                                                                            • Federationの良い使い方、ダメな使い方 - Prometheusドキュメント - it-engineer’s blog

                                                                              このページはPrometheus公式ドキュメント和訳+αの一部です。 federationは何の役に立つか? Prometheusのfederationには様々な使い方があり得る。 監視をスケーラブルかつ信頼性があるようにするために、どのようにfederationを使うのが良いか見てみよう。 federationがよくあう一般的なケースが2つある。 それぞれ順番に見ていく。 Prometheusの階層構造 以前議論したように、Prometheusは、データセンターごとに少なくとも1つのインスタンスがあり、普通は全体のグラフ化とアラーティングのためのグローバルなPrometheusがあるように意図されている。 federationによって、階層構造の上に集約することが出来る。 その階層は、通常は2レベルからなるが、3、4レベルも全く聞かないわけではない。 例えば、全てのマシンのメモリ量合計を

                                                                                Federationの良い使い方、ダメな使い方 - Prometheusドキュメント - it-engineer’s blog
                                                                              • Merge Proposal: Module federation and code sharing between bundles. Many builds act as one · Issue #10352 · webpack/webpack

                                                                                This is a proposal to merge my existing work into the Webpack core. The base concept is federated application orchestration at runtime. What I hope will provide a new era for how we build apps at scale. Due to the demand for more information, we have created a site that consolidates all content https://module-federation.github.io/ https://github.com/module-federation/module-federation-examples htt

                                                                                  Merge Proposal: Module federation and code sharing between bundles. Many builds act as one · Issue #10352 · webpack/webpack
                                                                                • Schema Stitching と Apollo Federation の比較

                                                                                  GraphQL とマイクロサービス GraphQL を利用してマイクロサービスを作成する方法として代表的なものに Schema Stitching と Apollo Federation v2(以下 Apollo Federation) がある。 この2つが達成したいことは基本的には同じではあるものの、アプローチの仕方などには差がある。 この記事の中では Schema Stitching と Apollo Federation をなるべくフラットに比較し、それぞれにどういった違いがあるのかについて説明をしていく。 共通のコンセプト Schema Stitching にしても Apollo Federation にしても共通している部分が存在している。 それはスキーマのマージである。 スキーマのマージがどのように行われているのか、具体的な例を持って説明を行う スキーマのマージ import

                                                                                    Schema Stitching と Apollo Federation の比較

                                                                                  新着記事