dhermes / gcloud-python-bigtable

Early Attempt at Supporting Google Cloud Bigtable (an extension to gcloud-python)
http://gcloud-python-bigtable.readthedocs.org/en/latest/
Apache License 2.0
3 stars 3 forks source link

Bigtable API not at feature parity with HBase #16

Open dhermes opened 9 years ago

dhermes commented 9 years ago

I "discovered" some issues when implementing the happybase functionality on top of the Bigtable API. (I put discovered in quotes, because some of the issues may just be that I don't grok how to do the same thing with the Bigtable API).

These were mostly discovered because I wrote a system test for happybase that could work both with HBase and with the Bigtable backend. It can be switched from one to another by changing the USING_HBASE boolean.

Many other differences have been enumerated in the documentation for our custom Bigtable happybase package.


Issues / Differences

dhermes commented 9 years ago

/cc @jgeewax

I will be updating the original comment with the issues but wanted to get this link out to you ASAP.

dhermes commented 9 years ago

@jgeewax I just re-read this list. It'd be worth passing these along to someone

jgeewax commented 9 years ago

/cc @maxluebbe