-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloud: Expose operational and archive databases
Introduce the concepts of "operational database" and "archive database". The "operational database" is the one where most operations are done, and which has recent data only, as opposed to "archive database", which keeps all the data, but is either slow or expensive to query. In our case the former is PostgreSQL and the latter is BigQuery. Export the operational database specification to Cloud Functions as "KCIDB_OPERATIONAL_DATABASE", and the archive database as "KCIDB_ARCHIVE_DATABASE".
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters