Accelerate the Value of Data

Create a Google Cloud Storage bucket

Create an Google Cloud Storage (GCS) bucket to enable data streaming from Reltio to your GCS storage using the bucket name.
To create a Google Cloud Storage bucket:
  1. In the Google Cloud Command Line Interface (gCloud CLI), enter the the following command:
    gcloud storage buckets create gs://BUCKET_NAME
    where:
    BUCKET_NAME
    is the name of the GCS bucket to create.
  2. Await the creation of the bucket.