A MICROSERVICE 日本語 意味 - 日本語訳 - 英語の例文

英語 での A microservice の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
There is a microservice for that.
その為のマイクロサービスです
A container need not be used for a microservice.
コンテナはマイクロサービスのために使われるとは限らない。
In a microservice, this is much harder.
マイクロサービスの場合は、もっと大変です。
Advantages and disadvantages of a microservice architecture.
MicroservicesArchitectureの利点と欠点。
A microservice does one thing and only that one thing.
マイクロサービスは、1つのことを行い、その1つのことだけを行います。
人々も翻訳します
Each of these components, or processes, is a microservice.
それぞれのコンポーネント(つまりプロセス)が、マイクロサービスとなります。
A microservice designed by Goa v2 is transport-agnostic.
Goav2によって設計されたマイクロサービスはトランスポートにとらわれません。
Create a Data source for a Microservice using a swagger file.
Swaggerファイルを使用したマイクロサービスのデータ・ソースの作成。
A microservice running in a container is also an example of a subsystem.
コンテナで実行されるマイクロサービスもサブシステムの一例です。
Failure to create a Data set for a Microservice using a swagger file.
Swaggerファイルを使用してマイクロサービスのデータ・セットを作成できない。
In a microservice based architecture, it is important to keep the different services separated.
マイクロサービスに基づいたアーキテクチャでは、異なるサービスを分離するのが重要だ。
Not every application needs to be rearchitected for a microservice environment.
世の中のすべてのアプリケーションを、マイクロサービスに移行、リファクタリングする必要があるわけではありません。
In other words, a microservice should not be sharing data with other services.
すなわち、マイクロサービスは他のサービスとデータを共有しているべきではありません。
When the application is constructed using microservices,each subsystem is a microservice.
マイクロサービスを使用してアプリケーションを作成した場合は、各サブシステムがマイクロサービスです。
A microservice has a single purpose and a simple, well-defined interface, and it is modular and independent.
マイクロサービスは、1つの目的とシンプルで明確なインターフェイスを持ち、モジュールとして独立しています。
A wizard can beused to import an Open API specification(Swagger) for a microservice.
ウィザードを使用して、マイクロサービスのOpenAPI仕様(Swagger)をインポートできます。
The most common interface to a microservice is the well-known and very straightforward JSON/REST/HTTPS paradigm.
マイクロサービス最も一般的なインタフェースは、よく知られていて、非常に単純なJSON/REST/HTTPSパラダイムを採用している。
This article does not address whether anSOA“service component” is equivalent in size to a microservice component.
この記事では、SOAの「サービス・コンポーネント」がサイズの点でマイクロサービス・コンポーネントと等しいかどうかについては触れません。
Create and run a microservice using a DeploymentAn API object that manages a replicated application. object.
Deployment複製されたアプリケーションを管理するAPIオブジェクト。オブジェクトを使用してマイクロサービスを作成および実行します。
You can either create from an existing source(default)or create a data source for a microservice using an OpenAPI doc.
既存のソースから作成する(デフォルト)か、OpenAPI文書を使用してマイクロサービスのデータ・ソースを作成できます。
A Microservice is not a layer within a monolithic application(example, the web controller, or the backend-for-frontend[9]).
マイクロサービスは、モノリシックなアプリケーション内にある1つのレイヤー(たとえば、ウェブコントローラや、フロントエンド向けバックエンド(backend-for-frontend)[12])ではない。
Back in the day, many organizations thought that moving to a microservice architecture just meant“splitting up one binary into 10 smaller ones.”.
その頃は、多くの組織が、マイクロサービスアーキテクチャへの移行とは「1バイナリを小さく10個に分解する」ことだと考えていました。
What makes contract testing awesome is that itdoes this in a way which really fits well into a microservice workflow, said Groeneweg.
コントラクトテストが素晴らしいのは,これをマイクロサービスのワークフローに適した方法で行うことができる点にある,とGroeneweg氏は言う。
One way is to create an interface that looks like a microservice and interacts with other microservices, but internally interacts with a legacy system.
その方法のひとつは、マイクロサービスのように見えて、他のマイクロサービスと相互作用するが、内部的にはレガシシステムと処理を行うインターフェースを用意することだ。
The focus this time will be to expand on our lastseries of webinars by introducing the concept of developing a microservice architecture using Link.
今回の焦点は、Linkを使用してマイクロサービスアーキテクチャを開発するという概念を導入することにより、前回の一連のウェビナーを発展させることです。
He suggests creating an interface that looks like a microservice and interacts with other microservices, but internally interacts with a legacy system.
その方法のひとつは、マイクロサービスのように見えて、他のマイクロサービスと相互作用するが、内部的にはレガシシステムと処理を行うインターフェースを用意することだ。
In this instructor-led, live training,participants will learn the fundamentals of microservices as they step through the creation of a microservice using Python.
このインストラクター主導のライブトレーニングでは、Pythonを使用したマイクロサービスの作成をステップとしてマイクロサービスの基礎を学びます。
If a microservice is a process meant to address a relative small business capability,a nanoservice deals with a fraction of the respective capability.
マイクロサービスが比較的小さなビジネス機能を解決するためのプロセスだとすれば、ナノサービスはそれぞれの機能の一部を扱うものだ。
Data- helps you to add a dataset by connecting to an existing data source orcreate a data source for a microservice using OpenAPI doc.
データ(Data)-既存のデータ・ソースに接続してデータ・セットを追加したり、OpenAPI文書を使用してマイクロサービスのデータ・ソースを作成したりするのに役立ちます。
Create Data source for a microservice using OpenAPI doc- This option lets you create a Data Source from an Open API specification document(Swagger json/yml) file, and a Data Set from it.
OpenAPI文書を使用してマイクロサービスのデータ・ソースを作成します- このオプションを使用すると、OpenAPI仕様文書(Swaggerjson/yml)ファイルからデータ・ソースを作成し、そこからデータ・セットを作成できます。
結果: 226, 時間: 0.0295

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語