Prepare the demonstration environment

Before starting with the actual tutorial, you need to prepare the buckets and folders where the magic will happen, and to import the demo files.

🗂️ Create buckets and folders

For the detailed procedure on how to create GCS buckets (manually or using gsutil), refer to this page.

  1. Create a bucket in a first project. This bucket will contain the source files. As bucket names need to be unique globally, you can pick any name you want. Select the settings that you want.‌

  2. In this first bucket, create 2 folders: ◾ tailer-demo-input-foldertailer-demo-archive-folder

  3. Go to a different project, and create a second bucket. This bucket will contain the output files. Again, pick the name and settings that you want.

  4. In this second bucket, create 2 folders: ◾ tailer-demo-input-folder ◾ tailer-demo-archive-folder

⬆️ Import demo files

Import the following demo files into the folder named tailer-demo-input-folder located in the first bucket:

Last updated