Skip to content

ssttuu/qubit

Repository files navigation

Qubit

CircleCI

Service Account Secret setup

If this hasn't already been done, you'll need to create the service account kubernetes secret.

Download the service key and create the secret.

kubectl create secret generic google-service-account --from-file=./credentials/service-account-key-file.json

Important Reads

Google API Design Guide

Design Decisions

RDBMS vs NoSQL

DB Type Scales (H) Hosted Write Limited Migrations
Datastore NoSQL Yes Yes Yes (1/sec/group) No
Cassandra NoSQL Yes No No Yes
CockroachDB RDBMS Yes No No Yes
Postgres RDBMS No Yes No Yes
Important Factors
  1. Ability separate out services for individual scalability