watsonx.data enterprise plan
IBM® watsonx.data is a data management solution for collecting, storing, querying, and analyzing all your enterprise data with a single unified data platform. It provides a flexible and reliable platform that is optimized to work on open data formats. This tutorial is a short introduction to using a watsonx.data deployment.
For more information about the developer edition of watsonx.data and watsonx.data on Red Hat OpenShift, see IBM® watsonx.data.
For more information about using IBM® watsonx.data on Cloud Pak for Data, see IBM® watsonx.data on Cloud Pak for Data.
Before you begin
You need to have an IBM Cloud account.
The access to provision IBM Cloud resources is governed by using IAM access and account management services. You must have Administrator privileges to provision a watsonx.data instance.
Provision an instance
Provision an instance through UI
-
Go to the IBM Cloud catalog page.
-
Find the watsonx.data tile and click it. You are redirected to the provisioning page.
-
Select the cloud platform (IBM Cloud or Amazon Web Services) you want to deploy watsonx.data.
-
In the Management method field, Fully managed is the default option, which indicates that IBM manages all the network complexities.
-
Select a location from the list of available locations for watsonx.data service.
-
Enter the service name. It can be any string and is used in the web console to identify the new deployment.
-
Select a resource group. If you are organizing your services into resource groups, specify the resource group.
-
Enter a tag name.
-
Enter the access management tags.
-
Click Create.
After you click Create, the system displays a message to say that the instance is being provisioned, which returns you to the Resource list. From the Resource list, under Databases category, you see that the status for your instance is,
Provision in progress
. -
When the status changes to
Active
, select the instance.
Provision an instance through CLI
-
Log in to
cloud.ibm.com
.ibmcloud login --sso -a https://cloud.ibm.com
-
Select an account on which you want to create an instance.
-
Create a new formation.
ibmcloud resource service-instance-create <instance-name> lakehouse lakehouse-enterprise <region> -g <resource-group> -p '{"datacenter": "<data-center>","cloud_type": "<cloud-type>"}'
instance-name
: Name of the instance. For example, watsonx.data-abc.lakehouse
: watsonx.data servicelakehouse-enterprise
: Plan IDregion
: The available regions areeu-de
,us-east
,us-south
,jp-tok
,eu-gb
, andau-syd
.resource-group
: Choose one of the available resource groups in your IBM Cloud account. Most accounts have aDefault
group. For more information, see Managing resource groups.datacenter
: Use one of the following. This parameter must match the region that you have selected.ibm:us-south:dal
ibm:us-east:wdc
ibm:eu-de:fra
ibm:eu-gb:lon
ibm:au-syd:syd
ibm:jp-tok:tok
cloud_type
:-
ibm
: For fully managed account instances (default). -
aws_vpc
: For customer-owned account instances.For availability and general information related to customer-owned account deployed instances, contact your IBM sales representative or open a support ticket.
-
Example:
ibmcloud resource service-instance-create watsonx.data-abc lakehouse lakehouse-enterprise us-south -g Default -p '{"datacenter": "ibm:us-south:dal","cloud_type": "ibm"}'
-
Check the status of the new instance.
ibmcloud resource service-instance <instance-name>
Open the web console
-
Go to Resource list > Databases.
-
Click your watsonx.data instance link. The service instance page opens.
-
Click Open web console. The watsonx.data web console opens.
Next steps
To quickly get started with the watsonx.data web console by configuring the infrastructure components, see Quick start watsonx.data console.
After you complete quick start, Resource unit consumption is accounted and billing is started. If no Resource Units are consumed within seven (7) days after an instance creation, the unused instance is deleted, after which a new instance can be re-created. For more information, see Provisioning an instance.