並び順

ブックマーク数

期間指定

  • から
  • まで

721 - 760 件 / 788件

新着順 人気順

Microserviceの検索結果721 - 760 件 / 788件

  • Zeebe

    Platform Overview Process Orchestration Trust Center Get Started Design and Connect Modeler Form Builder Connectors Marketplace Automate and Monitor Workflow Engine Decision Engine Tasklist Operate Improve and Optimize Optimize Reports Solutions By Industry Financial Services Insurance Telecommunications Public Sector Media and Entertainment Technology All Industries By Use Case Orchestrate Micros

      Zeebe
    • 食べログのマイクロサービス化PJについて 2018/9/26 Ebisu.rb #18

      食べログのマイクロサービス化PJについて 2018/9/26 Ebisu.rb #18 1. PJ LT 2018/9/26 Ebisu.rb #18 2. Copyright © Kakaku.com Inc. All Rights Reserved. • _ J @ • _8 Phc 6 u • _8 J Pi t k re6 u • _ms P a t k re6 u .04 1 2 .04 1 2 o 1 2 .0 . . .4 0 3. Copyright © Kakaku.com Inc. All Rights Reserved. 1 4 0 3 -2 /4 8 76 R I R P rC k p ( l % l c C o ) . ha mi eb 9 18:98:/ 2 / / 18 4: 640:/: 4. Copyright © Kakaku.com Inc. All

        食べログのマイクロサービス化PJについて 2018/9/26 Ebisu.rb #18
      • E-Commerce | TechRepublic

        The best monitor deals for business use in June 2024 range from high-fidelity, high-speed products to reliable workhorses and anti-glare screens for long work days.

        • Domain Events vs. Event Sourcing

            Domain Events vs. Event Sourcing
          • 基盤のマイクロサービス化で開発効率はどのくらい上がったのか? 新規サービス開発と運用の実態

            本連載では、スケーラブルな開発組織を目指してチャレンジを続ける、マネーフォワードの新卒若手プロジェクトリーダーによる取り組みをご紹介します。マネーフォワードでは、技術的負債と向き合う方法としてマイクロサービスアーキテクチャーの採用に取り組んでいます。最終回となる今回は、マルチAWSアカウント/マルチテナントEKS環境とアカウント基盤を用いてリリースした「マネーフォワード クラウドBox」のサービス開発について、プロジェクト発足から運用までの間で経験した意思決定や課題を交えながらご紹介します。 はじめに はじめまして。株式会社マネーフォワードの原田です。2019年に新卒として入社した後、「マネーフォワード クラウド会計」の技術課題の解決とモバイルアプリリニューアルプロジェクトに取り組み、2020年1月からは新規サービス「マネーフォワード クラウドBox」のPdM兼エンジニアリーダーを務め、同

              基盤のマイクロサービス化で開発効率はどのくらい上がったのか? 新規サービス開発と運用の実態
            • 成長事業の代償「技術的負債」を解消する!既存ラクスルの「解体」が生んだ新たな価値 | SELECK [セレック]

              変化の激しい現代におけるシステム開発では、できるだけ早くプロダクトを世の中に出してフィードバックをもらい、またプロダクトを磨く…というリーンな開発サイクルを高速で回すことが重要だ。 しかし、このトレードオフとして生まれるのが、システム開発における「技術的負債」だ。 ラクスル株式会社では、2017年に「Raksul Platform Project」を立ち上げ。「触れば誰でも怪我をする」PHP40万行、JavaScript10万行という規模の巨大なアプリケーションが抱えた技術的負債の返済に着手した。 その目的は、既存ラクスルの解体。一枚岩のシステムを機能ごとに小分けすることで、それぞれ独立したチームがアジャイル(俊敏)に顧客へと価値を届けられる状態を目指した。 結果として、技術的負債を大きく返済することに成功。創業当初から描いてきた「印刷産業を変えるプラットフォームになる」ための事業の多角化

                成長事業の代償「技術的負債」を解消する!既存ラクスルの「解体」が生んだ新たな価値 | SELECK [セレック]
              • Seven of the Nastiest Anti-patterns in Microservices - High Scalability -

                « Sponsored Post: Surge, Redis Labs, Jut.io, VoltDB, Datadog, Power Admin, MongoDB, SignalFx, InMemory.Net, Couchbase, VividCortex, MemSQL, Scalyr, AiScaler, AppDynamics, ManageEngine, Site24x7 | Main | Stuff The Internet Says On Scalability For July 31st, 2015 » Daniel Bryant gave an energetic talk at Devoxx UK 2015 on lessons learned from over five years of experience with microservice based pro

                  Seven of the Nastiest Anti-patterns in Microservices - High Scalability -
                • Testing Microservices in Go

                  This post is about testing microservices and why they should be tested differently from many types of software. Microservices are by their very nature simple and encapsulated behind their api. This means two things: As long as we don’t break the http interface, there is no way to introduce regressions. Updates to the implementation of an endpoint are usually going to be close enough to a rewrite t

                  • AWS X-Rayで非同期メッセージをトレースする - Qiita

                    Microservicesを構築するにあたり、各サービス間のメッセージのやりとりに、非同期処理を使うことがあると思います。 その非同期処理をぱっと簡単にトレースしたいとかってあると思いますが、それを、Serverlessにやってみたってお話です。 やりたいこと こんな流れを想定しています。 最初のLambdaから、SQSにメッセージを送信し、SQSをcronで起動されたLambdaがポーリングして、メッセージを取得したあと、なんしかの処理をした後、DynamoDBにデータを永続化します。 実際のX-Ray こんな感じで出力されます。 ぱっと見でうまいことトレースができている様子ですが、実際には、publishしたメッセージがsubscribeした側との繋りがなく、トレースができているようでいて、できていません。 上図のように、publishのトレースを見てみると、SQSにメッセージを送信し

                      AWS X-Rayで非同期メッセージをトレースする - Qiita
                    • Libmicrohttpd - GNU Project - Free Software Foundation

                      GNU Libmicrohttpd GNU libmicrohttpd is a small C library that makes it easy to run an HTTP server as part of another application. GNU Libmicrohttpd is free software and part of the GNU project. Key features that distinguish GNU Libmicrohttpd from other projects are: C library: fast and small API is simple, expressive and fully reentrant Implementation is HTTP 1.1 compliant HTTP server can listen o

                        Libmicrohttpd - GNU Project - Free Software Foundation
                      • Airtime Platform

                        Today we are excited to officially announce our acquisition of vLine. Sean and I first met Ben and Prakash and their team a few years ago…

                          Airtime Platform
                        • Microservices Pattern: Pattern: Command Query Responsibility Segregation (CQRS)

                          Take a look at my self-paced, online bootcamp that teaches you how to use the Saga, API Composition, and CQRS patterns to design operations that span multiple services. The regular price is $395/person but use coupon GIVLKECM to sign up for $145 (valid until June 19th, 2024) Context You have applied the Microservices architecture pattern and the Database per service pattern. As a result, it is no

                            Microservices Pattern: Pattern: Command Query Responsibility Segregation (CQRS)
                          • タクシー配車サービスHailoがアプリ開発で犯した失敗

                            英Hailoでプラットフォームオートメーション部門を率いるボヤン・ディミトロフ氏は、ソフトウェア開発のニーズは、近代社会の需要に後れを取らないように変化していくものと考えている。 ディミトロフ氏はロンドンで行われたAmazon Web Services(AWS) Summitで、Hailoのタクシー配車アプリがAWSをどのように使用しているかについてのプレゼンテーションを終えた後、Computer Weeklyのインタビューに応じてこのように語った。 Hailoにとって重要な点は、このバックエンドアプリケーションが従来のエンタープライズソフトウェアとは根本的に異なる方法で開発されていることだ。 ソフトウェアを開発する際、マイクロサービスとDevOpsアプローチとを組み合わせることによって、Hailoサービスに絶えず新機能をリリースできるようになる。多くのタクシーアプリが競合する現状では、こ

                            • gRPC streamingをつかうとマイクロサービスの責務が整理できるし省コネクションでメリットあるよね、という話 - 平日インプット週末アウトプットぶろぐ

                              gRPC streamingをつかうとマイクロサービスの責務が整理できるし省コネクションでメリットあるよね、という話 March 17, 2017 gRPC Go Java 今回はgRPCをマイクロサービス間通信に導入することってメリットあるよね、というエントリです。 定期的に処理を実行してくれるバッチはよくあるものですがバッチの駆動をgRPCを使って次のような構成で動かしました。 Batch ControlとBatch ServerはBidirectional gRPC streamingでコネクションする。 Batch ControlはRedisのPub/Subで特定のチャンネルを監視する。 Batch Controlはチャンネルにキューが投げられたらBatch Serverへバッチ処理スタートのリクエストを送る。 Batch Serviceはリクエストを受け取りバッチを動かし処理結果

                              • NRIセキュア、Kubernetesのセキュリティ診断サービスを発表

                                印刷する メールで送る テキスト HTML 電子書籍 PDF ダウンロード テキスト 電子書籍 PDF クリップした記事をMyページから読むことができます NRIセキュアテクノロジーズは11月21日、コンテナーオーケストレーションツールの「Kubernetes」によるシステムを対象にしたセキュリティ診断サービスを開始した。 同サービスでは、KubernetesとDockerのセキュリティのプラクティスをベースに、同社独自の診断項目を加味し、静的・動的の両面からコンテナーの脆弱性やセキュリティ上の設定の不備などを検査する。診断後にレポートと対応策のアドバイスを提供する。アーキテクチャー全体を見渡した網羅的な診断をできるのが特徴だという。 今後はKubernetes以外のコンテナーオーケストレーションツールも診断対象に加えていく予定。サービス利用料は個別見積もりとなる。

                                  NRIセキュア、Kubernetesのセキュリティ診断サービスを発表
                                • マイクロサービスの導入はほとんどの場合にやりすぎ - takekoshi's blog

                                  最近、身の回りで「マイクロサービスを導入したいがどうすればいいか」、あるいは「導入を検討している」「導入したので実施できる人がほしい」という話を聞く機会が増えました。 私はこれに対し「マイクロサービスはやりすぎなので止めたほうがいい」と回答することが多いです。それについて説明したいと思います。 この記事は「私はこういうスタンスである」というのを回答しやすくするために書いているため、継続的に追記・ブラッシュアップしていく予定です。 マイクロサービスの導入を見送るべき見せかけのメリット どういう理由でマイクロサービスを検討しているかと深堀りすると、次のような理由が返ってきます。 デプロイ時の障害や停止時間を減らしたいサーバ負荷を分散させたいソースコードがスパゲティになっているので解きほぐしたい予測できない将来の改修に備えたい今風の技術を取り入れることで人材採用のセールスポイントにしたい これら

                                  • Why LinkedIn chose gRPC+Protobuf over REST+JSON: Q&A with Karthik Ramgopal and Min Chen

                                    InfoQ Software Architects' Newsletter A monthly overview of things you need to know as an architect or aspiring architects. View an example

                                      Why LinkedIn chose gRPC+Protobuf over REST+JSON: Q&A with Karthik Ramgopal and Min Chen
                                    • single-spa によるマイクロフロントエンド

                                      Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                        single-spa によるマイクロフロントエンド
                                      • Spring Boot + Resilience4j で CircuitBreaker と RateLimiter を試す - Qiita

                                        Spring Boot + Resilience4j で CircuitBreaker と RateLimiter を試すspringSpringBootresilience4j Netflix Hystrix を調べてみようかなーと思っていたところ、どうやらメンテナンスモードになったらしく、Netflix のブログに掲載された画像には、Hystrix ではなく Resilience4j の名前が出ていたので、どうせならと思い Resilience4j について調べてみました。 Resilience4j は以下の機能を提供しています。 CircuitBreaker RateLimiter Bulkhead Retry Cache TimeLimiter Spring Boot と一緒に利用するのであれば、Starter が用意されています。 なお、Spring Boot の 1.x 系と

                                          Spring Boot + Resilience4j で CircuitBreaker と RateLimiter を試す - Qiita
                                        • Uber、4000以上のマイクロサービスをKubernetesとMesosを実行する新しいマルチクラウドプラットフォームに移行

                                          Mark Fussell氏とYaron Schneider氏とDaprを知ろう 本日のエピソードでは、Thomas Betts氏がMark Fussell氏とYaron Schneider氏に、分散アプリケーション・ランタイム(Dapr)について話を聞いた。最新のInfoQ Architecture and Design Trends Reportでは、Daprはポータビリティとクラウドアプリケーションのための設計というアーリーアダプターのアイデアの一部となっている。

                                            Uber、4000以上のマイクロサービスをKubernetesとMesosを実行する新しいマルチクラウドプラットフォームに移行
                                          • Go in the Modern Enterprise and Go Kit with Peter Bourgon (Changelog Interviews #163)

                                            Peter Bourgon joined the show to talk about building microservices using Go in the modern enterprise and his microservices toolkit Go kit.

                                              Go in the Modern Enterprise and Go Kit with Peter Bourgon (Changelog Interviews #163)
                                            • MicroProfileってなにそれ? - MicroProfileの登場 | 豆蔵デベロッパーサイト

                                              連載初回となる今回はなにはともあれまずはMicroProfileそのものについて、概要から説明していきたいと思います。 Javaのエンタープライズの標準仕様はなんですか?と問われたら、みなさんはなにを頭に浮かべるでしょうか?そもそも「Javaのエンタープライズ」ってなんだよ?とは思いつつも、多くの方はJava EEもしくはJakarta EE、そしてもしかしたらJ2EEと言った単語を浮かべるのではないかと思いますが、いずれも正解です! MicroProfileを語る上で標準であるJakarta EE(Java EE/J2EE)は切っても切り離せない関係にあります。ですので、MicroProfileの説明に行く前にまずは軽くJava EEのおさらいから始めたいと思います。 Java EEは1999年12月にエンタープライズ向けのエディションとして当初はJ2EEとして世にでました。エンタープラ

                                              • Axon Conference パネルディスカッション: 我々はなぜマイクロサービスを使用するべきか?

                                                Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                  Axon Conference パネルディスカッション: 我々はなぜマイクロサービスを使用するべきか?
                                                • Stream Data Pipeline for Microservices in Merpay - Speaker Deck

                                                  Merpay Stream Data Pipeline insides.

                                                    Stream Data Pipeline for Microservices in Merpay - Speaker Deck
                                                  • DEVWEEK 2015

                                                    Back in 1988, when I was first employed by a company for writing software, the world was fairly simple. The development environment we had was character-based, the database was integrated and traversed with cursors, and we built a whole new administrative system covering everything but the kitchen sink. It took us five years to complete the project, basically because the client kept changing his m

                                                      DEVWEEK 2015
                                                    • 20181031 merpay インフラ Talk! by sinmetal.pdf

                                                      ログイン読み込んでいます…

                                                        20181031 merpay インフラ Talk! by sinmetal.pdf
                                                      • Building microservices, part 3. Secure API's with OAuth 2.0 | Callista

                                                        Blogg Här finns tekniska artiklar, presentationer och nyheter om arkitektur och systemutveckling. Håll dig uppdaterad, följ oss på Twitter 27 April 2015 // Magnus Larsson In this blog post we will create a secure API for external access, using OAuth 2.0, to the microservices we created in Part 1 and Part 2. For information about OAuth 2.0 either see introductory material Parecki - OAuth 2 Simplifi

                                                        • Microservice Meetup #5 参加ブログ2(Webサービスの初期開発とマイクロサービス・BFF) - desi-gneer(designer_engineer)

                                                          前回の記事に引き続き、Microservice meetupの参加ブログになります。 microservices-meetup.connpass.com 前回の記事はこちらです takahiro-fujii.hatenablog.com 発表項目 「APIのことはすべてシーマンが教えてくれた。」 by @charlier_shoe さん Apiのことはすべてシーマンが教えてくれた from Hiroshi Hayakawa www.slideshare.net 「step by step BFF」 by @yosuke_furukawa さん speakerdeck.com 「Webサービスの初期開発とマイクロサービス・BFF」 by @shimpeiws さん speakerdeck.com 「Railsで作るBFFの功罪」 by @shotat_jp さん engineer.rec

                                                            Microservice Meetup #5 参加ブログ2(Webサービスの初期開発とマイクロサービス・BFF) - desi-gneer(designer_engineer)
                                                          • Microservices Pattern: Pattern: Service registry

                                                            pattern inter-service communication service discovery Context Clients of a service use either Client-side discovery or Server-side discovery to determine the location of a service instance to which to send requests. Problem How do clients of a service (in the case of Client-side discovery) and/or routers (in the case of Server-side discovery) know about the available instances of a service? Forces

                                                            • イベント駆動からイベントソーシングへの移行 - MicroCPHのFangel, Ingerslev両氏の講演より

                                                              Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                                イベント駆動からイベントソーシングへの移行 - MicroCPHのFangel, Ingerslev両氏の講演より
                                                              • Open Service Mesh

                                                                About Open Service Mesh OSM runs on Kubernetes. The control plane implements Envoy's xDS and is configured with SMI APIs. OSM injects an Envoy proxy as a sidecar container next to each instance of an application. The data plane (the set of Envoy proxies running as part of OSM) executes rules around access control policies, implements routing configuration, and captures metrics. The control plane c

                                                                  Open Service Mesh
                                                                • Daprが提供する主要な機能について理解してみる - Daprの基本とService-to-service invocationについて

                                                                  Daprが提供する主要な機能について理解してみる - Daprの基本とService-to-service invocationについて Daprとは? 公式サイトリポジトリMicrosoftがオープンソースとして公開しているマイクロサービス/分散システム向けのランタイムです。 現在(2019/12)はまだアルファ段階です。 Note: Dapr is currently under community development in alpha phase. Dapr is not expected to be used for production workloads until its 1.0 stable release. 読みはyoutubeでMicrosoftの人が話してるのを聞くと「ダッパー」と聞こえます こちらの記事によると、もしくは「ダパァ」らしいです。 名前の由来はAzu

                                                                  • GitHub - mat/besticon: Favicon service written in Go

                                                                    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 - mat/besticon: Favicon service written in Go
                                                                    • Dapr × Kubernetes ではじめるポータブルなマイクロサービス / portable microservices with Dapr and Kubernetes

                                                                      CloudNative Days Tokyo 2020 ( CNDT2020 ) Day 2, Track E「Dapr × Kubernetes ではじめるポータブルなマイクロサービス」のスライド資料です

                                                                        Dapr × Kubernetes ではじめるポータブルなマイクロサービス / portable microservices with Dapr and Kubernetes
                                                                      • GitHub - hypebeast/micro-auth: A microservice that makes adding authentication with Google and Github to your application easy.

                                                                        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 - hypebeast/micro-auth: A microservice that makes adding authentication with Google and Github to your application easy.
                                                                        • Service-Disoriented Architecture

                                                                          “You can have a second computer once you’ve shown you know how to use the first one.” -Paul Barham The first rule of distributed systems is don’t distribute your system until you have an observable reason to. Teams break this rule on the regular. People have been talking about service-oriented architecture for a long time, but only recently have microservices been receiving the hype. The problem,

                                                                            Service-Disoriented Architecture
                                                                          • Google Cloud 公式ブログ

                                                                            404。 エラーが発生しました。リクエストされた URL /blog/ja/products/gcp/introducing-gke-advanced-enhanced-reliability-simplicity-and-scale-for-enterprise-workloads/ はこのサーバーで見つかりませんでした。お知らせできる情報は以上です。

                                                                            • https://www.oracle.com/webfolder/technetwork/jp/javamagazine/Java-JA15-CDforNetflixAPI.pdf

                                                                              • yipee.io |

                                                                                Building microservice applications and utilizing containers can be extremely complex. Yipee.io helps DevOps teams create, configure, collaborate, and orchestrate faster and easier. And you no longer need to edit YAML! Rejoice! Stop getting lost in the details of configuring individual containers to get your app working. Bring the focus back on the application where it should be. Intelligent Modeli

                                                                                  yipee.io |
                                                                                • PowerPoint-presentation

                                                                                  Building Fault Tolerant Micro Services Kristoffer Erlandsson kristoffer.erlandsson@avanza.se @kerlandsson Building Fault Tolerant Micro Services Why? Failure modes Stability patterns Monitoring guidelines Kristoffer Erlandsson 250+ services 1000+ service instances (JVMs) Largest actor on the Stockholm Stock Exchange Acme Books Database Web Application Database Web Application Database Web Applicat