[{"data":1,"prerenderedAt":769},["ShallowReactive",2],{"/ja-jp/topics/serverless":3,"navigation-ja-jp":148,"banner-ja-jp":544,"footer-ja-jp":554,"next-steps-ja-jp":760},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":140,"meta":141,"navigation":142,"path":143,"seo":144,"slug":6,"stem":146,"testContent":6,"type":6,"__hash__":147},"pages/ja-jp/topics/serverless/index.yml","",null,[8,18,30,83,138],{"type":9,"componentName":9,"componentContent":10},"CommonBreadcrumbs",{"crumbs":11},[12,16],{"title":13,"config":14},"Industry topics",{"href":15},"/topics/",{"title":17},"Serverless",{"type":19,"componentName":19,"componentContent":20},"CommonArticleHero",{"title":21,"text":22,"config":23,"button":26},"Serverlessとは？","Serverlessは、クラウドマネージドサービスを用いたイベント駆動型コード実行を活用するソフトウェアアーキテクチャの設計パターンです。デベロッパーがコードの実行先である基盤となるインフラストラクチャを設計または検討しなくても、小規模な個別関数から成る非常に大規模でコスト効率の良いアプリケーションを構築できます。\n",{"id":24,"twoColumns":25},"serverlessとは？",false,{"text":27,"config":28},"GitLabの詳細について",{"href":29},"/ja-jp/why-gitlab/",{"type":31,"componentName":31,"componentContent":32},"CommonSideNavigationWithTree",{"anchors":33,"components":56},{"text":34,"data":35},"On this page",[36,40,44,48,52],{"text":37,"config":38},"Serverlessのビジネスロジックとは？",{"href":39},"#what-is-serverless-business-logic",{"text":41,"config":42},"Serverless、FaaS（Functions as a service）、マネージドサービス",{"href":43},"#serverless-faa-s-functions-as-a-service-and-managed-services",{"text":45,"config":46},"Serverlessの特性",{"href":47},"#attributes-of-serverless",{"text":49,"config":50},"クラウドマネージドサービスの比較",{"href":51},"#comparison-of-cloud-managed-services",{"text":53,"config":54},"GitLab Serverlessのビジネスバリューとメリット",{"href":55},"#business-values-and-benefits-of-git-lab-serverless",[57,63,68,73,78],{"type":58,"componentName":58,"componentContent":59},"TopicsCopy",{"header":37,"text":60,"config":61},"Serverlessのビジネスロジックとは一体何でしょうか？すべてのアプリケーションは、どこかのタイミングでサーバーを使用します。「Serverless」という用語は、デベロッパーがインフラストラクチャに関して悩むことなく、その代わりにアプリケーションのビジネスロジックに注力できるアーキテクチャとサービスモデルであることを示しています。Serverlessは、Adrian Cockcroft氏がこの動画で説明しているように、モノリスから[マイクロサービス](/topics/microservices/){data-ga-name=\"Microservices\" data-ga-location=\"body\"}、そして関数へと進化を遂げたアーキテクチャ設計の新たなる姿だと言えます。\n",{"id":62},"what-is-serverless-business-logic",{"type":58,"componentName":58,"componentContent":64},{"header":41,"text":65,"config":66},"ServerlessとFaaSは同じ意味で使われることが多いですが、これは実際のところ正確ではありません。Serverlessは、FaaSを他のクラウドマネージドサービスとともに利用する包括的なアーキテクチャパターンです。一方、FaaSとは、AWS Lambda、Google Cloud Functions、Azure Functionsなど、デベロッパーが関数をデプロイできるようにする特定のタイプのサービスのことです。\n",{"id":67},"serverless-faa-s-functions-as-a-service-and-managed-services",{"type":58,"componentName":58,"componentContent":69},{"header":45,"text":70,"config":71},"1. 小規模な単位の個別コード。大抵の場合、Serverlessアーキテクチャで記述されたサービスは、単一の関数で構成されています。\n\n2. イベントドリブンの実行。関数がトリガーされるまで、関数の実行に必要なインフラストラクチャは存在しません。イベントを受信すると、そのリクエストを実行するために一時的なコンピューティング環境が作成されます。この環境は即座に破棄されることもあるものの、多くの場合は5分程度の短期間だけ有効になります。3. ゼロまでスケールダウン可能。関数がリクエストの受信を停止すると、インフラストラクチャは完全に停止され、削除されます。使用時にのみインフラストラクチャが実行されるため、コストを削減できます。使用していないときは、コンピューティング環境をゼロまでスケールダウンできます。\n\n4. 無限にスケール可能。理論上、FaaSがモニタリングできる負荷の量と、必要に応じて作成できる追加のインスタンスの数には制限がありません。そのため、アプリケーションの設計時に、デベロッパーが規模について考える必要はほぼありません。関数を1つデプロイするだけで、コードをまったく変更することなく、1件または10億件のリクエストを処理できます。\n\n5. マネージドサービスの利用。Serverlessアーキテクチャでは通常、ファイルストレージ、データベース、キューイングなどの分化されておらず負荷のかかるアプリケーション要素に、クラウドで提供されるサービスを利用しています。たとえば、GoogleのFirebaseは、Cloud Functionsなどの他のGoogleサービスに接続するデータベースおよび状態管理サービスとして、Serverlessコミュニティで好評です。\n",{"id":72},"attributes-of-serverless",{"type":58,"componentName":58,"componentContent":74},{"header":49,"text":75,"config":76},"以下のチャートでは、AWSやGoogle Cloud、Azureのマネージドサービスの例を、同等のオープンソースサービスとともにご紹介します。\n\n| __サービス__       | __オープンソース__            | __AWS__          | __Google Cloud__    | __Azure__                  |\n|---------------|------------------------|--------------|-----------------|------------------------|\n| FaaS          | Knative                | Lambda       | Cloud Functions | Azure Functions        |\n| ストレージ       | Minio                  | S3           | Cloud Storage   | Azure Storage          |\n| SQLデータベース        | MySQL                  | RDS          | Cloud SQL       | Azure SQL Database     |\n| NoSQLデータベース      | MongoDB、Cassandra、CouchDB | DynamoDB  | Cloud Datastore | Cosmos DB              |\n| メッセージキュー | Kafka、Redis、RabbitMQ | SQS、Kinesis | Google Pub/Sub | Azure Queue Storage    |\n| サービスメッシュ  | Istio                  | App Mesh     | Google Kubernetes Engine上のIstio    | Azure Service Fabric Mesh |\n",{"id":77},"comparison-of-cloud-managed-services",{"type":58,"componentName":58,"componentContent":79},{"header":53,"text":80,"config":81},"GitLab Serverlessを使用すると、企業は独自のFaaSをKubernetesにデプロイできます。\n\n### より速く\nイノベーションを加速します。デベロッパーがビジネスロジックのみに注力できるようになれば、生産性が向上します。\n\n### 安定性\n安定性と回復力に優れているため、ダウンタイムにより収益を失う可能性が減ります。\n\n### スケール可能\nスケーラビリティに優れているため、ソフトウェアをビジネス上のニーズに応じて拡張できます。\n\n### コスト\nコストを削減できます。Serverlessでは、サービスがアクティブなときにのみコンピューティングに対して課金が発生するため、常時稼働のインフラストラクチャと比べて大幅なコスト削減を実現可能です。\n\n### ベンダーロックインなし\nベンダーロックインはありません。コンピューティングを実行するベンダーは、組織が選べます。Kubernetesをサポートするあらゆるクラウドから、またはオンプレミスサーバーも選択できます。\n\n### ワークフロー\n単一のアプリケーションにより、FaaSは、計画からテスト、そしてデプロイからモニタリングまで、ソフトウェア開発の他の部分と同じワークフローに含まれます。\n\n### デプロイ\n直接Knativeを使用するのと比べて、関数のデプロイプロセスが大幅に合理化され、簡素化されます。\n",{"id":82},"business-values-and-benefits-of-git-lab-serverless",{"type":84,"componentName":84,"componentContent":85},"CommonResourcesContainer",{"header":86,"tabs":87},"おすすめのコンテンツ",[88],{"name":89,"items":90,"config":137},"resources",[91,102,112,120,129],{"header":92,"type":93,"image":94,"link":97},"Serverlessアーキテクチャとは？そのメリットとデメリットとは？","ブログ",{"altText":92,"config":95},{"src":96},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158608/Website/Topics/resources_4.jpg",{"text":98,"config":99},"詳細はこちら",{"href":100,"icon":101,"modal":25},"https://hackernoon.com/what-is-serverless-architecture-what-are-its-pros-and-cons-cc4b804022e9","Blog",{"header":103,"type":104,"image":105,"link":108},"Knative","ケーススタディ",{"altText":103,"config":106},{"src":107},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749157558/Website/Topics/resources_11.jpg",{"text":98,"config":109},{"href":110,"icon":111,"modal":25},"https://cloud.google.com/knative/","CaseStudy",{"header":113,"type":93,"image":114,"link":117},"Serverlessアーキテクチャについて（martinFowler.com）",{"altText":113,"config":115},{"src":116},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158613/Website/Topics/resources_9.jpg",{"text":98,"config":118},{"href":119,"icon":101,"modal":25},"https://martinfowler.com/articles/serverless.html",{"header":121,"type":122,"image":123,"link":126},"GitLab ServerlessのAnthos向けCloud Runへのデプロイを発表","Web",{"altText":121,"config":124},{"src":125},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158726/Website/Topics/gitlab-serverless-blog.png",{"text":98,"config":127},{"href":128,"icon":122,"modal":25},"/blog/gitlab-serverless-with-cloudrun-for-anthos/",{"header":130,"type":122,"image":131,"link":134},"Serverlessの導入によってオペレーションは不要になるのか",{"altText":130,"config":132},{"src":133},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158732/Website/Topics/serverless-ops-blog.jpg",{"text":98,"config":135},{"href":136,"icon":122,"modal":25},"/blog/is-serverless-the-end-of-ops/",{"key":89},{"type":139,"componentName":139},"CommonNextSteps","yml",{},true,"/ja-jp/topics/serverless",{"title":21,"description":145},"Serverlessソフトウェアアーキテクチャでは、クラウドマネージドサービスとイベント駆動型コードが用いられているため、デベロッパーはスケーラブルでコスト効率の良いアプリケーションを構築できます","ja-jp/topics/serverless/index","uiYG6dc4Fgn2bke6xsIp-jRFXFmfgKN1h9Mya9tV2PU",{"data":149},{"logo":150,"freeTrial":155,"sales":160,"login":165,"items":170,"search":474,"minimal":507,"duo":524,"pricingDeployment":534},{"config":151},{"href":152,"dataGaName":153,"dataGaLocation":154},"/ja-jp/","gitlab logo","header",{"text":156,"config":157},"無料トライアルを開始",{"href":158,"dataGaName":159,"dataGaLocation":154},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":161,"config":162},"お問い合わせ",{"href":163,"dataGaName":164,"dataGaLocation":154},"/ja-jp/sales/","sales",{"text":166,"config":167},"サインイン",{"href":168,"dataGaName":169,"dataGaLocation":154},"https://gitlab.com/users/sign_in/","sign in",[171,196,292,297,396,456],{"text":172,"config":173,"cards":175},"プラットフォーム",{"dataNavLevelOne":174},"platform",[176,182,190],{"title":172,"description":177,"link":178},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":179,"config":180},"プラットフォームを詳しく見る",{"href":181,"dataGaName":174,"dataGaLocation":154},"/ja-jp/platform/",{"title":183,"description":184,"link":185},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":186,"config":187},"GitLab Duoのご紹介",{"href":188,"dataGaName":189,"dataGaLocation":154},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":191,"description":192,"link":193},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":98,"config":194},{"href":29,"dataGaName":195,"dataGaLocation":154},"why gitlab",{"text":197,"left":142,"config":198,"link":200,"lists":204,"footer":274},"製品",{"dataNavLevelOne":199},"solutions",{"text":201,"config":202},"すべてのソリューションを表示",{"href":203,"dataGaName":199,"dataGaLocation":154},"/ja-jp/solutions/",[205,230,252],{"title":206,"description":207,"link":208,"items":213},"自動化","CI/CDと自動化でデプロイを加速",{"config":209},{"icon":210,"href":211,"dataGaName":212,"dataGaLocation":154},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[214,218,221,226],{"text":215,"config":216},"CI/CD",{"href":217,"dataGaLocation":154,"dataGaName":215},"/ja-jp/solutions/continuous-integration/",{"text":183,"config":219},{"href":188,"dataGaLocation":154,"dataGaName":220},"gitlab duo agent platform - product menu",{"text":222,"config":223},"ソースコード管理",{"href":224,"dataGaLocation":154,"dataGaName":225},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":227,"config":228},"自動化されたソフトウェアデリバリー",{"href":211,"dataGaLocation":154,"dataGaName":229},"Automated software delivery",{"title":231,"description":232,"link":233,"items":238},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":234},{"href":235,"dataGaName":236,"dataGaLocation":154,"icon":237},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[239,243,248],{"text":240,"config":241},"Application Security Testing",{"href":235,"dataGaName":242,"dataGaLocation":154},"Application security testing",{"text":244,"config":245},"ソフトウェアサプライチェーンの安全性",{"href":246,"dataGaLocation":154,"dataGaName":247},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":249,"config":250},"Software Compliance",{"href":251,"dataGaName":249,"dataGaLocation":154},"/ja-jp/solutions/software-compliance/",{"title":253,"link":254,"items":259},"測定",{"config":255},{"icon":256,"href":257,"dataGaName":258,"dataGaLocation":154},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[260,264,269],{"text":261,"config":262},"可視性と測定",{"href":257,"dataGaLocation":154,"dataGaName":263},"Visibility and Measurement",{"text":265,"config":266},"バリューストリーム管理",{"href":267,"dataGaLocation":154,"dataGaName":268},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":270,"config":271},"分析とインサイト",{"href":272,"dataGaLocation":154,"dataGaName":273},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":275,"items":276},"GitLabが活躍する場所",[277,282,287],{"text":278,"config":279},"Enterprise",{"href":280,"dataGaLocation":154,"dataGaName":281},"/ja-jp/enterprise/","enterprise",{"text":283,"config":284},"スモールビジネス",{"href":285,"dataGaLocation":154,"dataGaName":286},"/ja-jp/small-business/","small business",{"text":288,"config":289},"公共機関",{"href":290,"dataGaLocation":154,"dataGaName":291},"/ja-jp/solutions/public-sector/","public sector",{"text":293,"config":294},"価格",{"href":295,"dataGaName":296,"dataGaLocation":154,"dataNavLevelOne":296},"/ja-jp/pricing/","pricing",{"text":298,"config":299,"link":300,"lists":304,"feature":383},"関連リソース",{"dataNavLevelOne":89},{"text":301,"config":302},"すべてのリソースを表示",{"href":303,"dataGaName":89,"dataGaLocation":154},"/ja-jp/resources/",[305,338,355],{"title":306,"items":307},"はじめに",[308,313,318,323,328,333],{"text":309,"config":310},"インストール",{"href":311,"dataGaName":312,"dataGaLocation":154},"/ja-jp/install/","install",{"text":314,"config":315},"クイックスタートガイド",{"href":316,"dataGaName":317,"dataGaLocation":154},"/ja-jp/get-started/","quick setup checklists",{"text":319,"config":320},"学ぶ",{"href":321,"dataGaLocation":154,"dataGaName":322},"https://university.gitlab.com/","learn",{"text":324,"config":325},"製品ドキュメント",{"href":326,"dataGaName":327,"dataGaLocation":154},"https://docs.gitlab.com/","product documentation",{"text":329,"config":330},"ベストプラクティスビデオ",{"href":331,"dataGaName":332,"dataGaLocation":154},"/ja-jp/getting-started-videos/","best practice videos",{"text":334,"config":335},"インテグレーション",{"href":336,"dataGaName":337,"dataGaLocation":154},"/ja-jp/integrations/","integrations",{"title":339,"items":340},"検索する",[341,346,350],{"text":342,"config":343},"お客様成功事例",{"href":344,"dataGaName":345,"dataGaLocation":154},"/ja-jp/customers/","customer success stories",{"text":93,"config":347},{"href":348,"dataGaName":349,"dataGaLocation":154},"/ja-jp/blog/","blog",{"text":351,"config":352},"リモート",{"href":353,"dataGaName":354,"dataGaLocation":154},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":356,"items":357},"つなげる",[358,363,368,373,378],{"text":359,"config":360},"GitLabサービス",{"href":361,"dataGaName":362,"dataGaLocation":154},"/ja-jp/services/","services",{"text":364,"config":365},"コミュニティ",{"href":366,"dataGaName":367,"dataGaLocation":154},"/community/","community",{"text":369,"config":370},"フォーラム",{"href":371,"dataGaName":372,"dataGaLocation":154},"https://forum.gitlab.com/","forum",{"text":374,"config":375},"イベント",{"href":376,"dataGaName":377,"dataGaLocation":154},"/events/","events",{"text":379,"config":380},"パートナー",{"href":381,"dataGaName":382,"dataGaLocation":154},"/ja-jp/partners/","partners",{"backgroundColor":384,"textColor":385,"text":386,"image":387,"link":391},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":388,"config":389},"ソースプロモカード",{"src":390},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":392,"config":393},"最新情報を読む",{"href":394,"dataGaName":395,"dataGaLocation":154},"/ja-jp/the-source/","the source",{"text":397,"config":398,"lists":400},"会社情報",{"dataNavLevelOne":399},"company",[401],{"items":402},[403,408,414,416,421,426,431,436,441,446,451],{"text":404,"config":405},"GitLabについて",{"href":406,"dataGaName":407,"dataGaLocation":154},"/ja-jp/company/","about",{"text":409,"config":410,"footerGa":413},"採用情報",{"href":411,"dataGaName":412,"dataGaLocation":154},"/jobs/","jobs",{"dataGaName":412},{"text":374,"config":415},{"href":376,"dataGaName":377,"dataGaLocation":154},{"text":417,"config":418},"経営陣",{"href":419,"dataGaName":420,"dataGaLocation":154},"/company/team/e-group/","leadership",{"text":422,"config":423},"チーム",{"href":424,"dataGaName":425,"dataGaLocation":154},"/company/team/","team",{"text":427,"config":428},"ハンドブック",{"href":429,"dataGaName":430,"dataGaLocation":154},"https://handbook.gitlab.com/","handbook",{"text":432,"config":433},"投資家向け情報",{"href":434,"dataGaName":435,"dataGaLocation":154},"https://ir.gitlab.com/","investor relations",{"text":437,"config":438},"トラストセンター",{"href":439,"dataGaName":440,"dataGaLocation":154},"/ja-jp/security/","trust center",{"text":442,"config":443},"AI Transparency Center",{"href":444,"dataGaName":445,"dataGaLocation":154},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":447,"config":448},"ニュースレター",{"href":449,"dataGaName":450,"dataGaLocation":154},"/company/contact/#contact-forms","newsletter",{"text":452,"config":453},"プレス",{"href":454,"dataGaName":455,"dataGaLocation":154},"/press/","press",{"text":161,"config":457,"lists":458},{"dataNavLevelOne":399},[459],{"items":460},[461,464,469],{"text":161,"config":462},{"href":163,"dataGaName":463,"dataGaLocation":154},"talk to sales",{"text":465,"config":466},"サポートポータル",{"href":467,"dataGaName":468,"dataGaLocation":154},"https://support.gitlab.com","support portal",{"text":470,"config":471},"カスタマーポータル",{"href":472,"dataGaName":473,"dataGaLocation":154},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":475,"login":476,"suggestions":483},"閉じる",{"text":477,"link":478},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":479,"config":480},"GitLab.com",{"href":168,"dataGaName":481,"dataGaLocation":482},"search login","search",{"text":484,"default":485},"提案",[486,488,493,495,499,503],{"text":183,"config":487},{"href":188,"dataGaName":183,"dataGaLocation":482},{"text":489,"config":490},"コード提案（AI）",{"href":491,"dataGaName":492,"dataGaLocation":482},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":215,"config":494},{"href":217,"dataGaName":215,"dataGaLocation":482},{"text":496,"config":497},"GitLab on AWS",{"href":498,"dataGaName":496,"dataGaLocation":482},"/ja-jp/partners/technology-partners/aws/",{"text":500,"config":501},"GitLab on Google Cloud",{"href":502,"dataGaName":500,"dataGaLocation":482},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":504,"config":505},"GitLabを選ぶ理由",{"href":29,"dataGaName":506,"dataGaLocation":482},"Why GitLab?",{"freeTrial":508,"mobileIcon":512,"desktopIcon":517,"secondaryButton":520},{"text":156,"config":509},{"href":510,"dataGaName":159,"dataGaLocation":511},"https://gitlab.com/-/trials/new/","nav",{"altText":513,"config":514},"GitLabアイコン",{"src":515,"dataGaName":516,"dataGaLocation":511},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":513,"config":518},{"src":519,"dataGaName":516,"dataGaLocation":511},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":306,"config":521},{"href":522,"dataGaName":523,"dataGaLocation":511},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/compare/gitlab-vs-github/","get started",{"freeTrial":525,"mobileIcon":530,"desktopIcon":532},{"text":526,"config":527},"GitLab Duoの詳細について",{"href":528,"dataGaName":529,"dataGaLocation":511},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":513,"config":531},{"src":515,"dataGaName":516,"dataGaLocation":511},{"altText":513,"config":533},{"src":519,"dataGaName":516,"dataGaLocation":511},{"freeTrial":535,"mobileIcon":540,"desktopIcon":542},{"text":536,"config":537},"料金ページに戻る",{"href":295,"dataGaName":538,"dataGaLocation":511,"icon":539},"back to pricing","GoBack",{"altText":513,"config":541},{"src":515,"dataGaName":516,"dataGaLocation":511},{"altText":513,"config":543},{"src":519,"dataGaName":516,"dataGaLocation":511},{"title":545,"button":546,"config":551},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":547,"config":548},"GitLab Transcendを今すぐ視聴",{"href":549,"dataGaName":550,"dataGaLocation":154},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":552,"icon":553},"release","AiStar",{"data":555},{"text":556,"source":557,"edit":563,"contribute":568,"config":573,"items":578,"minimal":752},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":558,"config":559},"ページのソースを表示",{"href":560,"dataGaName":561,"dataGaLocation":562},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":564,"config":565},"このページを編集",{"href":566,"dataGaName":567,"dataGaLocation":562},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":569,"config":570},"ご協力をお願いします",{"href":571,"dataGaName":572,"dataGaLocation":562},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":574,"facebook":575,"youtube":576,"linkedin":577},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[579,602,656,686,721],{"title":172,"links":580,"subMenu":585},[581],{"text":582,"config":583},"DevSecOpsプラットフォーム",{"href":181,"dataGaName":584,"dataGaLocation":562},"devsecops platform",[586],{"title":293,"links":587},[588,592,597],{"text":589,"config":590},"プランの表示",{"href":295,"dataGaName":591,"dataGaLocation":562},"view plans",{"text":593,"config":594},"Premiumを選ぶ理由",{"href":595,"dataGaName":596,"dataGaLocation":562},"/ja-jp/pricing/premium/","why premium",{"text":598,"config":599},"Ultimateを選ぶ理由",{"href":600,"dataGaName":601,"dataGaLocation":562},"/ja-jp/pricing/ultimate/","why ultimate",{"title":603,"links":604},"ソリューション",[605,610,613,615,620,625,629,632,635,640,642,644,646,651],{"text":606,"config":607},"デジタルトランスフォーメーション",{"href":608,"dataGaName":609,"dataGaLocation":562},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":611,"config":612},"セキュリティとコンプライアンス",{"href":235,"dataGaName":242,"dataGaLocation":562},{"text":227,"config":614},{"href":211,"dataGaName":212,"dataGaLocation":562},{"text":616,"config":617},"アジャイル開発",{"href":618,"dataGaName":619,"dataGaLocation":562},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":621,"config":622},"クラウドトランスフォーメーション",{"href":623,"dataGaName":624,"dataGaLocation":562},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":626,"config":627},"SCM",{"href":224,"dataGaName":628,"dataGaLocation":562},"source code management",{"text":215,"config":630},{"href":217,"dataGaName":631,"dataGaLocation":562},"continuous integration & delivery",{"text":265,"config":633},{"href":267,"dataGaName":634,"dataGaLocation":562},"value stream management",{"text":636,"config":637},"GitOps",{"href":638,"dataGaName":639,"dataGaLocation":562},"/ja-jp/solutions/gitops/","gitops",{"text":278,"config":641},{"href":280,"dataGaName":281,"dataGaLocation":562},{"text":283,"config":643},{"href":285,"dataGaName":286,"dataGaLocation":562},{"text":288,"config":645},{"href":290,"dataGaName":291,"dataGaLocation":562},{"text":647,"config":648},"教育",{"href":649,"dataGaName":650,"dataGaLocation":562},"/ja-jp/solutions/education/","education",{"text":652,"config":653},"金融サービス",{"href":654,"dataGaName":655,"dataGaLocation":562},"/ja-jp/solutions/finance/","financial services",{"title":298,"links":657},[658,660,662,664,667,669,672,674,676,678,680,682,684],{"text":309,"config":659},{"href":311,"dataGaName":312,"dataGaLocation":562},{"text":314,"config":661},{"href":316,"dataGaName":317,"dataGaLocation":562},{"text":319,"config":663},{"href":321,"dataGaName":322,"dataGaLocation":562},{"text":324,"config":665},{"href":326,"dataGaName":666,"dataGaLocation":562},"docs",{"text":93,"config":668},{"href":348,"dataGaName":349},{"text":670,"config":671},"お客様の成功事例",{"href":344,"dataGaLocation":562},{"text":342,"config":673},{"href":344,"dataGaName":345,"dataGaLocation":562},{"text":351,"config":675},{"href":353,"dataGaName":354,"dataGaLocation":562},{"text":359,"config":677},{"href":361,"dataGaName":362,"dataGaLocation":562},{"text":364,"config":679},{"href":366,"dataGaName":367,"dataGaLocation":562},{"text":369,"config":681},{"href":371,"dataGaName":372,"dataGaLocation":562},{"text":374,"config":683},{"href":376,"dataGaName":377,"dataGaLocation":562},{"text":379,"config":685},{"href":381,"dataGaName":382,"dataGaLocation":562},{"title":687,"links":688},"Company",[689,691,693,695,697,699,701,705,710,712,714,716],{"text":404,"config":690},{"href":406,"dataGaName":399,"dataGaLocation":562},{"text":409,"config":692},{"href":411,"dataGaName":412,"dataGaLocation":562},{"text":417,"config":694},{"href":419,"dataGaName":420,"dataGaLocation":562},{"text":422,"config":696},{"href":424,"dataGaName":425,"dataGaLocation":562},{"text":427,"config":698},{"href":429,"dataGaName":430,"dataGaLocation":562},{"text":432,"config":700},{"href":434,"dataGaName":435,"dataGaLocation":562},{"text":702,"config":703},"Sustainability",{"href":704,"dataGaName":702,"dataGaLocation":562},"/sustainability/",{"text":706,"config":707},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":708,"dataGaName":709,"dataGaLocation":562},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":437,"config":711},{"href":439,"dataGaName":440,"dataGaLocation":562},{"text":447,"config":713},{"href":449,"dataGaName":450,"dataGaLocation":562},{"text":452,"config":715},{"href":454,"dataGaName":455,"dataGaLocation":562},{"text":717,"config":718},"現代奴隷制の透明性に関する声明",{"href":719,"dataGaName":720,"dataGaLocation":562},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":161,"links":722},[723,725,730,732,737,742,747],{"text":161,"config":724},{"href":163,"dataGaName":164,"dataGaLocation":562},{"text":726,"config":727},"サポートを受ける",{"href":728,"dataGaName":729,"dataGaLocation":562},"/support/","get help",{"text":470,"config":731},{"href":472,"dataGaName":473,"dataGaLocation":562},{"text":733,"config":734},"ステータス",{"href":735,"dataGaName":736,"dataGaLocation":562},"https://status.gitlab.com/","status",{"text":738,"config":739},"利用規約",{"href":740,"dataGaName":741,"dataGaLocation":562},"/terms/","terms of use",{"text":743,"config":744},"プライバシーに関する声明",{"href":745,"dataGaName":746,"dataGaLocation":562},"/ja-jp/privacy/","privacy statement",{"text":748,"config":749},"Cookieの設定",{"dataGaName":750,"dataGaLocation":562,"id":751,"isOneTrustButton":142},"cookie preferences","ot-sdk-btn",{"items":753},[754,756,758],{"text":738,"config":755},{"href":740,"dataGaName":741,"dataGaLocation":562},{"text":743,"config":757},{"href":745,"dataGaName":746,"dataGaLocation":562},{"text":748,"config":759},{"dataGaName":750,"dataGaLocation":562,"id":751,"isOneTrustButton":142},{"header":761,"blurb":762,"button":763,"secondaryButton":767},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":156,"config":764},{"href":765,"dataGaName":159,"dataGaLocation":766},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":161,"config":768},{"href":163,"dataGaName":164,"dataGaLocation":766},1772652114613]