LogoLogo
Go to Syntho.AI
Japanese (AI Translated)
Japanese (AI Translated)
  • Welcome to Syntho
  • 概要
    • About Syntho
    • Get started
      • Introduction to data generation methods
      • Use Case: AI-generated synthetic data
      • Use Case: AI-generated synthetic time series data
      • Use Case: Database de-identification
    • Frequently asked questions
  • ワークスペースの設定
    • View workspaces
    • Create a workspace
      • Connect to a database
        • PostgreSQL
        • MySQL / MariaDB
        • Oracle
        • Microsoft SQL Server
        • DB2
        • Databricks
        • Hive
        • SAP Sybase
        • Azure Data Lake Storage (ADLS)
        • Amazon Simple Storage Service (S3)
    • Edit a workspace
    • Delete a workspace
    • Share a workspace
    • Transfer workspace ownership
  • データ生成ジョブの設定
    • Configure table settings
    • Configure column settings
      • AI-powered generation
        • Sequence model
          • Prepare your sequence data
      • Mockers
        • Consistent mapping
        • Supported languages
      • Duplicate
      • Exclude
      • Hash
      • Calculated columns
      • Primary Key / Foreign Key
        • Key generators
    • Manage personally identifiable information (PII)
      • Discover and de-identify PII columns
        • Identify PII columns manually
        • Automatic PII discovery with PII scanner
      • Remove columns from PII list
      • Automatic PII discovery and de-identification in free text columns
      • Supported PII & PHI entities
    • Manage foreign keys
      • Foreign key inheritance
      • Add virtual foreign keys
        • Add virtual foreign keys
        • Use foreign key scanner
        • Import foreign keys via JSON
        • Export foreign keys via JSON
      • Delete foreign keys
      • Circular foreign key references
    • Validate and Synchronize workspace
    • View and adjust generation settings
    • Table relationships
      • Verify foreign keys
      • Synthesize individual tables with automatic key matching
      • De-identify PII columns
  • デプロイ・シント
    • Introduction
      • Syntho architecture
      • Requirements
        • Requirements for Docker deployments
        • Requirements for Kubernetes deployments
      • Access Docker images
        • Using internet
        • Without internet
    • Deploy Syntho using Docker
      • Preparations
      • Deploy using Docker Compose
      • Run the application
      • Manually saving logs
    • Deploy Syntho using Kubernetes
      • Preparations
      • Deploy Ray using Helm
        • Troubleshooting
      • Deploy Syntho using Helm
      • Validate the deployment
      • Troubleshooting
      • Upgrading the applications
    • Manage users and access
      • Single Sign-On (SSO) in Azure
      • Manage admin users
      • Manage non-admin users
    • Logs and monitoring
  • サブセット
    • What is subsetting
    • Verify foreign keys
    • Configure subsetting
  • シンセAPI
    • Syntho REST API
Powered by GitBook
On this page
  • リソース
  • PostgreSQLを使用したメタデータストレージ
  • Redisインスタンス
  • デプロイメント環境
  • オプション: UIのDNSゾーンとDNSレコード
  • オプション: SSL証明書

Was this helpful?

  1. デプロイ・シント
  2. Introduction

Requirements

リソース

Syntho をデプロイするサーバー/クラスターには、以下のリソースが必要です。:

リソース
仕様

CPU

12-20仮想CPU

メモリー

32 GB - 64 GB - 128 GB

ディスクストレージ(SSD)

128 GB - 256 GB - 512 GB

OS

Dockerおよびdocker-composeを実行できるLinux OS (x86 / x64)。

* AIクラスタの要件は、合成するデータによって異なります。お客様のデータに基づく要件の仕様については、Synthoの担当者にお尋ねください。

PostgreSQLを使用したメタデータストレージ

docker compose ファイルと Helm チャートには、メタデータを保存するための PostgreSQL データベースインスタンスが含まれます。

外部の PostgreSQL データベースを利用することも可能です。外部データベースを利用する場合, 2つの異なるデータベースを利用する必要がある, しかし、これらは同じPostgreSQLホスト上にあることができます。本番環境では, 外部のPostgreSQLデータベースを使用することをお勧めします。

Redisインスタンス

A Redis インスタンスは、docker compose または Helm チャート

これが無効の場合, a Redis インスタンスを作成する必要があります。

デプロイメント環境

Syntho は Docker そして Kubernetes.選択したオプションによって, 特定の要件が適用される:

。

。

オプション: UIのDNSゾーンとDNSレコード

オプション

例: syntho.company.comはウェブインターフェースのホスティングに使用されます。

バックエンドAPIも公開する必要があります。そのためのURLの例は次のようになります。: バックエンド.syntho.company.com

オプション: SSL証明書

オプション

Syntho アプリケーションに HTTPS 経由でアクセスする場合, SSL証明書が必要です。本番環境ではこれを強くお勧めします。

PreviousSyntho architectureNextRequirements for Docker deployments

Last updated 9 months ago

Was this helpful?

Kubernetesを使用したデプロイの場合, を使用して提供することができる。 証明書を処理するか、TLSシークレットを作成してイングレス・セクションにシークレットを提供する。

Requirements for Docker deployments
Requirements for Kubernetes deployments
cert-manager