AlloyDB Omni – run AlloyDB anywhere
cloud.google.com
AlloyDB Omni – run AlloyDB anywhere
1–10 of 80 posts
Re: AlloyDB Omni – run AlloyDB anywhere
#2Re: AlloyDB Omni – run AlloyDB anywhere
#3But I have to applaud Google for the excellent first party emulators and local tooling that they provide (Alloy Omni doesn't seem like an emulator on first readthrough, but enabling fast local iteration has the same effect). The Firebase emulator suite makes development soooo fast because it cuts out a deployment step to a shared resource that has to be coordinated.
Meanwhile, Microsoft as been dragging their feet on supporting CosmosDB emulation on Arm hardware [0]. I was a big fan of CosmosDB, but kind of gave up on it after switching to an M1 MBP because it was unwieldy to work with without a local emulator.
[0] https://github.com/Azure/azure-cosmos-db-emulator-docker/iss...
Re: AlloyDB Omni – run AlloyDB anywhere
#4Re: AlloyDB Omni – run AlloyDB anywhere
#5The analytics workloads improvements seem pretty straightforward (or at least there is prior art like timescale)
Re: AlloyDB Omni – run AlloyDB anywhere
#6Re: AlloyDB Omni – run AlloyDB anywhere
#7Thanks, but no thanks!
Re: AlloyDB Omni – run AlloyDB anywhere
#8Google Cloud gets a lot of heat because of Google's legacy of killing things off (the exact opposite of what enterprise decision makers want when selecting a cloud platform). But I have to applaud Google for the excellent first party emulators and local tooling that they provide (Alloy Omni doesn't seem like an emulator on first readthrough, but enabling fast local iteration has the same effect). The Firebase emulato…
Re: AlloyDB Omni – run AlloyDB anywhere
#9> 3.1. Use. You may authorize employees, agents, and subcontractors to use the Software in accordance with this Section 3, so long as you remain responsible for them. You may make a reasonable number of copies of the Software for back-up and archival purposes.
> You acknowledge that the Software is a preview offering not intended for production environments, and you agree that you will only use the Software in non-production environments.
Anyway, all that stuff in the docs is lovely, but if you just want to have a look:
pip install gsutil
gsutil cp -r gs://alloydb-omni-install/$(gsutil cat gs://alloydb-omni-install/latest) .
The install scripts are only 16K, look at `installer/scripts/start_alloydb.sh` for more, but basically it just runs the two docker containers listed in https://cloud.google.com/alloydb/docs/omni/install#installSeems kind of weird, having a one-time install script to prep a machine (but only a specific type of machine!) that you then run a pair of docker containers on to me, honestly. Eventually consistent deployment states? eh. whatever...