You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Raja Guda <gu...@gmail.com> on 2021/07/12 18:51:15 UTC

How to read data from bigtable

Hi, 

Is there any IO connector to read data from bigtable.

Thanks,
Raja

Re: How to read data from bigtable

Posted by Kenneth Knowles <ke...@apache.org>.
Hi Raja & all,

I'm moving the thread to user@beam.apache.org since I think many users may
be interested in the answer to the question, or have other experiences to
share.

Kenn

On Mon, Jul 12, 2021 at 12:58 PM Chamikara Jayalath <ch...@google.com>
wrote:

> There's also an external connector that us directly supported by the
> BigTable team: https://cloud.google.com/bigtable/docs/hbase-dataflow-java
>
> Thanks,
> Cham
>
> On Mon, Jul 12, 2021 at 12:04 PM Andrew Pilloud <ap...@google.com>
> wrote:
>
>> Yes, the BigTable IO:
>>
>> https://beam.apache.org/releases/javadoc/2.30.0/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.html
>>
>> Are you using Java or Python?
>>
>> On Mon, Jul 12, 2021 at 12:01 PM Raja Guda <gu...@gmail.com> wrote:
>> >
>> > Hi,
>> >
>> > Is there any IO connector to read data from bigtable.
>> >
>> > Thanks,
>> > Raja
>>
>

Re: How to read data from bigtable

Posted by Kenneth Knowles <ke...@apache.org>.
Hi Raja & all,

I'm moving the thread to user@beam.apache.org since I think many users may
be interested in the answer to the question, or have other experiences to
share.

Kenn

On Mon, Jul 12, 2021 at 12:58 PM Chamikara Jayalath <ch...@google.com>
wrote:

> There's also an external connector that us directly supported by the
> BigTable team: https://cloud.google.com/bigtable/docs/hbase-dataflow-java
>
> Thanks,
> Cham
>
> On Mon, Jul 12, 2021 at 12:04 PM Andrew Pilloud <ap...@google.com>
> wrote:
>
>> Yes, the BigTable IO:
>>
>> https://beam.apache.org/releases/javadoc/2.30.0/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.html
>>
>> Are you using Java or Python?
>>
>> On Mon, Jul 12, 2021 at 12:01 PM Raja Guda <gu...@gmail.com> wrote:
>> >
>> > Hi,
>> >
>> > Is there any IO connector to read data from bigtable.
>> >
>> > Thanks,
>> > Raja
>>
>

Re: How to read data from bigtable

Posted by Chamikara Jayalath <ch...@google.com>.
There's also an external connector that us directly supported by the
BigTable team: https://cloud.google.com/bigtable/docs/hbase-dataflow-java

Thanks,
Cham

On Mon, Jul 12, 2021 at 12:04 PM Andrew Pilloud <ap...@google.com> wrote:

> Yes, the BigTable IO:
>
> https://beam.apache.org/releases/javadoc/2.30.0/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.html
>
> Are you using Java or Python?
>
> On Mon, Jul 12, 2021 at 12:01 PM Raja Guda <gu...@gmail.com> wrote:
> >
> > Hi,
> >
> > Is there any IO connector to read data from bigtable.
> >
> > Thanks,
> > Raja
>

Re: How to read data from bigtable

Posted by Andrew Pilloud <ap...@google.com>.
Yes, the BigTable IO:
https://beam.apache.org/releases/javadoc/2.30.0/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.html

Are you using Java or Python?

On Mon, Jul 12, 2021 at 12:01 PM Raja Guda <gu...@gmail.com> wrote:
>
> Hi,
>
> Is there any IO connector to read data from bigtable.
>
> Thanks,
> Raja