Google-cloud-go: About data persistence on Bigtable emulator

Created on 14 Nov 2018  路  5Comments  路  Source: googleapis/google-cloud-go

Hello,

I use Bigtable emulator on my local docker environment, but I cannot save data on it somehow.

Do you have any ideas to fix this issue?

bigtable question

Most helpful comment

The emulator is in-memory only and for now we don't have any plans to change that. So it's probably best to explore alternative approaches for what you're trying to accomplish.

All 5 comments

How are you starting the emulator?

@TatsuyaKITABORI, can you please elaborate on the nature of the problem? How are you connecting to the emulator? Do you have any stacktraces?

I think OP thinks the emulator writes to persistent storage, but it doesn't.

@enocom @sduskis @jba
Thank you for your quick response.

Yes, emulator works well.
But I want to perpetuate data on my local HDD or SSD.

Are there options something to fix this?

The emulator is in-memory only and for now we don't have any plans to change that. So it's probably best to explore alternative approaches for what you're trying to accomplish.

Was this page helpful?
0 / 5 - 0 ratings