5

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

Misha Brukman
  • 10,866
  • 4
  • 54
  • 71
Vinay
  • 80
  • 3

2 Answers2

5

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.

Misha Brukman
  • 10,866
  • 4
  • 54
  • 71
2

No document, but you might benefit from looking at how the client integration tests work.