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
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
No document, but you might benefit from looking at how the client integration tests work.
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.
© 2022 - 2024 — McMap. All rights reserved.