Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 666 Bytes

configuration.md

File metadata and controls

25 lines (15 loc) · 666 Bytes

Configuration of YildizDB

Scaling

YildizDB is build to scale horizontally, just put it behind a load balancer like NGINX and increase the amount of upstreams to your liking or load. There is no additional configuration as the instances centralise through the configured backends (Bigtable and Memorystore / Redis).

Backends

Bigtable

  • Checkout the example config here
  • Please note: This setup requires Redis (or Memorystore)

Deployments

As container

  • Super easy via package manager checkout this Dockerfile

In Kubernetes