コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
異なるプロジェクトを使用してアクセスを分離する
このページでは、Cortex Framework のコアである Cortex Framework Data Foundation 内の異なるプロジェクトを使用してアクセスを分離するオプションの手順について説明します。
ユーザーが一部のデータに過度にアクセスしないように、関数ごとに異なるプロジェクトを用意することもできます。ただし、2 つの異なるプロジェクトを使用することは任意です。1 つのプロジェクトを使用して、すべてのデータセットをデプロイできます。Cortex Framework Data Foundation のデプロイでは、2 つのプロジェクトを使用できます。1 つは複製されたデータの処理用で、技術ユーザーのみが未加工データにアクセスできます。もう 1 つはレポート用で、ビジネス ユーザーが事前定義されたモデルまたはビューをクエリできます。

図 1プロジェクトの分離フロー例。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-09-04 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-04 UTC。"],[[["\u003cp\u003eThis page outlines an optional method for segregating access within the Cortex Framework Data Foundation by utilizing multiple projects.\u003c/p\u003e\n"],["\u003cp\u003eEmploying separate projects can limit user access to specific data, although it is not mandatory, as all datasets can be managed within a single project.\u003c/p\u003e\n"],["\u003cp\u003eThe Data Foundation can utilize two projects: one for raw data processing, accessible only to technical users, and another for reporting, accessible to business users.\u003c/p\u003e\n"]]],[],null,["# Using different projects to segregate access\n============================================\n\nThis page describes an optional step to segregate access using different\nprojects within the Cortex Framework Data Foundation, the core of Cortex Framework.\n\nYou might choose to have different projects for different functions\nto keep users from having excessive access to some data. However,\nusing two different projects is optional. A single project can be used to\ndeploy all datasets. The Cortex Framework Data Foundation\ndeployment lets you use [two projects](/cortex/docs/deployment-step-one#projects),\none for processing replicated data, where only\ntechnical users have access to the raw data, and another for reporting, where\nbusiness users can query the predefined models or views.\n\n**Figure 1**. Segregation of projects flow example."]]