Quickly create a MatrixOne Intelligence instance
In this document, we will guide you in creating and using database instances quickly.
Step 1: Create a MatrixOne Intelligence Account
1. Sign up for MatrixOne Intelligence
- Visit MatrixOne Intelligence Registration Page.
- Fill in your registration information and clickRegister.
Note:The email address you fill out when registering will be automatically registered as your MatrixOne Intelligence account.
2. Activate the MatrixOne Intelligence account
When you click Register, we will send an activation email to the email address you provide. Please follow the link in the email to complete the activation.
3. Log in to your MatrixOne Intelligence account
After activation is successful, it will jump to the login interface and enter the account password to log in to the MatrixOne Intelligence management platform.
Step 2: Create a Serverless instance
1. Open the instance creation page
On theDatabase Instance page, click the+Create Instance button.
2. Configure instance information
-Cloud vendor:Select the appropriate public cloud provider and region according to your location. -Access Control:Set the initial password for instance administrator admin. -Network Policy:Suggested to allow specified IP access. -Instance Name:Give your instance a name, or use a name that is automatically generated by the platform.
3. Complete creation
Click**Create Serverless instance to complete the creation. A few seconds later, when the instance state becomes a green flag, it means that the instance is created successfully.
Step 3: Connect to the instance
1. Open the database management platform
Click theConnect button below the instance card, and then selectConnect through cloud platform to open the login page of the database management platform.
2. Enter the administrator username and password
Enter the following information on the login page:
-Username:admin -Password:Admin password set when creating an instance
The default login is used by admin user. If you need to log in with an ordinary user, you can refer to [Login Instance] (../Instance-Mgmt/login-instance.md).
Run sample data
1. Load sample data TPC-H
- In the upper right corner of the database management platform, find and click theImport Data button.
- SelectTrial Sample Data > TPC-H Benchmark.
- ClickImport TPC-H data to complete the sample data import.
2. Query the TPC-H dataset
-
Click in the menu bar and go to theSQL Editor page.
-
Selectmo_sample_data_tpch_sf1 in the Database drop-down box above the editor.
-
Click in theImport Data in theQuick Interaction window to try, copy the query statements into the editor, and then clickExecute** to execute the query.
You have now successfully created a Serverless instance and run a query for the sample dataset. Hope this tutorial helps you!
If you need more help, please continue to view our documentation or contact the support team.