Menulis data menggunakan Cloud Dataflow
bookmark_borderbookmark
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menulis data ke Cloud Bigtable dengan Apache Beam.
Mempelajari lebih lanjut
Untuk dokumentasi mendetail yang menyertakan contoh kode ini, lihat artikel berikut:
Contoh kode
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to write data to Cloud Bigtable using Apache Beam."],["The provided Java code utilizes the `CloudBigtableIO` connector to interact with Bigtable, including setting up configurations for project ID, instance ID, and table ID."],["The example creates data rows with specific column family and column qualifier values, along with timestamps, and then uses `ParDo` to create the necessary mutations to populate the Bigtable Table."],["The sample code shows how to set up the authentication to connect to Bigtable using Application Default Credentials and defines the required options for project, instance, and table IDs."],["It also describes a method to enable flow control using `BigtableOptionsFactory.BIGTABLE_ENABLE_BULK_MUTATION_FLOW_CONTROL`."]]],[]]