If not, is there any document that list best practices to integration-test an application that uses Cloud Bigtable? Specifically the applications written in Java and Python.
Ref: https://cloud.google.com/datastore/docs/tools/devserver
Cloud Datastore—a document database built for automatic scaling, high performance, and ease of use. Cloud Bigtable—an alternative to HBase, a columnar database system running on HDFS. Suitable for high throughput applications.
Question 1How are Cloud Datastore and Cloud Bigtable alike? Choose all that are correct (2 correct answers)1 / 1 pointThey both offer SQL-like queries. They are both highly scalable. CorrectCorrect!
Bigtable storage model Bigtable stores data in massively scalable tables, each of which is a sorted key/value map. The table is composed of rows, each of which typically describes a single entity, and columns, which contain individual values for each row.
Cloud Bigtable is a fast, fully managed, massively scalable NoSQL database service.
Google Cloud Bigtable team recently released an in-memory emulator that you can run locally as part of your development environment. You can use it for both interactive work as well as automated integration tests.
No document, but you might benefit from looking at how the client integration tests work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With