This file contains hidden or 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
| ABCs of T-V-Cs: Archived | |
| American Sign Language (ASL) | |
| Angular (2+) TypeScript in google3: 101 | |
| C++11 (self study) | |
| Eastside Welcome Wagon Tour | |
| Effective CLI at Google | |
| Elliptic Curves as Mathematical Objects | |
| GSUs and Mobility | |
| GTI: Building a Planet Scale Computer Part I | |
| GTI: Building a Planet Scale Computer Part II |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| resource "kubernetes_config_map" "ingestor" { | |
| depends_on = ["kubernetes_config_map.aws_auth"] | |
| metadata { | |
| name = "fqe-ingestor-config" | |
| namespace = "default" | |
| } | |
| data { | |
| config.cfg = <<CONFIG |
This file contains hidden or 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
| apiVersion: v1 | |
| data: | |
| API_HOST: 0.0.0.0 | |
| API_PORT: "5000" | |
| DB_ENGINE: postgresql+psycopg2 | |
| DB_HOST: factcheck-index-public-dev | |
| DB_NAME: fmindex | |
| DB_PASS: a000d4d1f8605a57 | |
| DB_PORT: "5432" | |
| DB_USER: root |
This file contains hidden or 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
| user accounts | |
| distributor -> will have access to celery, fmindex, pre-score vhosts | |
| fmindex-writer -> will have access to fmindex vhost | |
| ingestor -> will have access to ingestor-in, pre-score vhost | |
| vhosts | |
| celery, fmindex, ingestor-in, pre-score | |
| queues | |
| ingestor-in (vhost: ingestor-in), pre-score (vhost: pre-score), fmindex-writer (vhost: fmindex) and the celery queues |
This file contains hidden or 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
| 2018-10-27 22:04:19.363 [info] <0.33.0> Application lager started on node 'rabbit@rabbit-rabbitmq-ha-0.rabbit-rabbitmq-ha-discovery.default.svc.cluster.local' | |
| 2018-10-27 22:04:19.791 [info] <0.33.0> Application crypto started on node 'rabbit@rabbit-rabbitmq-ha-0.rabbit-rabbitmq-ha-discovery.default.svc.cluster.local' | |
| 2018-10-27 22:04:19.792 [info] <0.33.0> Application xmerl started on node 'rabbit@rabbit-rabbitmq-ha-0.rabbit-rabbitmq-ha-discovery.default.svc.cluster.local' | |
| 2018-10-27 22:04:19.943 [info] <0.33.0> Application mnesia started on node 'rabbit@rabbit-rabbitmq-ha-0.rabbit-rabbitmq-ha-discovery.default.svc.cluster.local' | |
| 2018-10-27 22:04:19.943 [info] <0.33.0> Application cowlib started on node 'rabbit@rabbit-rabbitmq-ha-0.rabbit-rabbitmq-ha-discovery.default.svc.cluster.local' | |
| 2018-10-27 22:04:19.944 [info] <0.33.0> Application amqp10_common started on node 'rabbit@rabbit-rabbitmq-ha-0.rabbit-rabbitmq-ha-discovery.default.svc.cluster.local' | |
| 2018-10-27 22:04:19.944 [info] <0.33.0> Application recon s |
This file contains hidden or 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
| git checkout e095 -- somefolder |
This file contains hidden or 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
| [ | |
| "a", | |
| "abaft", | |
| "aboard", | |
| "about", | |
| "above", | |
| "absent", | |
| "across", | |
| "afore", | |
| "after", |
This file contains hidden or 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
| # create a new repo from the cli | |
| git init | |
| curl -u 'USER' https://api.github.com/user/repos -d '{"name":"REPO"}' | |
| git remote add origin https://github.com/USER/REPO.git |
This file contains hidden or 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
| sudo mdutil -a -i off # helps when spotlight is eating up too much cpu | |
| sudo mdutil -a -i on # use this to restart indexing if you ever want it back |
NewerOlder