Florian Klein

Results 95 comments of Florian Klein

Thanks for the answers :) A use-case I had in mind was to have a scalable, multi-tenant database for web frontends. Having separate storage from compute would allow scalability of...

@jenswachtel does it require having microsoft accounts and or install stuff on azure? or is it entirely controlled by say GCP?

passing by, just to say I got a working POC on kubernetes https://github.com/docteurklein/citus-test

@GeroL The hub images look pretty recent to me https://hub.docker.com/r/citusdata/citus/tags

also see https://github.com/theory/sqitch/issues/323#issuecomment-271547337

Just wanted to add that I copied the `shadowSetup` of nix's docker build support: https://github.com/NixOS/nixpkgs/blob/e237d884326048b139b16268aa14a3c62e125529/pkgs/build-support/docker/default.nix#L129-L151 I used it as an entrypoint to my docker image and now can run postgres...

Would it be possible for nixery to include this `shadowSetup` entrypoint automatically?

I don't think it's a good idea to _modify_ this step definition. You should create a new step named `the headers should equal to`. This PR modifies the assertion from...