Skip to main content

Prerequisites for Use

Before using our products, it is essential to confirm the necessary prerequisites and preparations. This ensures a smooth implementation and optimal utilization. This page provides a detailed explanation of the steps required prior to using the product, the preparations needed for development, and other important prerequisites.

Hardware and Software Environment

To smoothly build applications utilizing AI with exaBase Studio, it is essential to establish an appropriate environment and complete preliminary preparations. It is required to verify compatibility with the company's IT infrastructure and existing systems and to meet the necessary hardware and software requirements.

Understanding the Product and Methodology is Essential for Custom Application Development

Furthermore, the effective use of the product requires a broad range of planning from selecting use cases utilizing DX strategy and AI to understanding the concept and core technologies of exaBase Studio, as well as architecture design. Conducting hands-on sessions and training through this document is also necessary to deepen the understanding of the departmental personnel. By meeting these prerequisites, maximum effectiveness can be achieved, and optimization and efficiency of business processes can be realized.

Completion of Account Registration and Initial Settings for exaBase Studio Management Interface

Registration of New Account and Completion of Initial Settings

If you are about to register an account, please refer to the Quick Start Guide.

info

The URL to access the management interface is uniquely assigned with a specific ID for each customer. Usually, a representative from ExaWizards will provide you with the URL for accessing the management interface. If you are unsure, please contact your ExaWizards representative.

  • Example)
    • Access StudioApp at https://app.(env-name).studio.exabase.ai/
    • Replace env-name with the environment identifier configured specifically for you.

Ability to Log In to the Management Interface

Note that the URL for accessing the management interface is set for each customer, and a representative from ExaWizards will contact you regarding the URL that allows you to access your exaBase Studio environment.

Please Verify Permission Settings

If you have logged into the management interface but are unable to access projects or the deploy button is not displayed, there may be a problem with permission settings. Please contact your organization or team administrator.

Notes on Using the Multi-Tenant Environment

  • In a multi-tenant environment, one contract corresponds to one organization. Please note that new organizations cannot be created.
  • Any references in this document related to creating organizations are not applicable to the multi-tenant environment. Please interpret them with the understanding that operations are limited to a single organization.
info

For details about your contract and plan, please refer to your contract information. If you need further assistance, please contact your ExaWizards representative.

Necessary Software for Application Development is Installed

Most of the processing involved, including running AI models in exaBase Studio, is executed using components called Functions. When developing Functions, the following software must be prepared. Please confirm and install the necessary software.

info

We are listing some recommended environments for development. Please note that this is only a confirmation-tested environment and does not guarantee functionality. Additionally, even if you are using confirmed OS and browsers, there may be instances where it does not operate correctly due to your specific usage environment (OS version, configuration, communication speed, etc.).

CategoryPurposeRecommended Apps/LibrariesInstaller URL
DockerUsed to create container images. Containers run within the pipeline
  • colima
  • Podman
  • Docker Desktop
  • Nerdctl
  • Rancher Desktop
- Windows
- macOS/Linux
AWSPush Docker images to AWS ECR. The pipeline pulls Docker images from ECR and runs themAWS CLI
Code EditorUsed for coding. Visual Studio Code is recommended
  • Visual Studio Code
  • Vim
  • Emacs