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
sh: error setting limit: Operation not permitted | |
-> Downloading x-pack from elastic | |
[ ] 1% | |
[> ] 2% | |
[> ] 3% | |
[=> ] 4% | |
[=> ] 5% | |
[==> ] 6% | |
[==> ] 7% |
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
- Executando o ANALYZER \n\r | |
====== ========= =================\n\r | |
-- tips \n\r | |
Tue, 05 Jun 2018 15:43:02 GMT | starting dump | |
Tue, 05 Jun 2018 15:43:03 GMT | got 1 objects from source elasticsearch (offset: 0) | |
Tue, 05 Jun 2018 15:43:05 GMT | sent 1 objects to destination elasticsearch, wrote 1 | |
Tue, 05 Jun 2018 15:43:05 GMT | got 0 objects from source elasticsearch (offset: 1) | |
Tue, 05 Jun 2018 15:43:05 GMT | Total Writes: 1 | |
Tue, 05 Jun 2018 15:43:05 GMT | dump complete | |
medicamentos |
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
var admin = require("./node_modules/firebase-admin"); | |
var firebase = require("./node_modules/firebase"); | |
var serviceAccount = require("./credentials/joao_teste.json"); | |
admin.initializeApp({ | |
credential: admin.credential.cert(serviceAccount), | |
databaseURL: "https://teste-joao-19a9f.firebaseio.com" | |
}); | |
var db_firestore = admin.firestore(); |
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
[ | |
{ | |
"id": 1777688, | |
"nome": "NOME", | |
"data_nascimento": null, | |
"sexo": null, | |
"matricula": "11999177466", | |
"titular": "SIM", | |
"gerenciadores": [ | |
{ |
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
<span>Em grandes eventos, leve consigo itenscomo <b>água e lanches leves</b>, evitando assim alimentos vendidos porambulantes ou de procedência duvidosa e <u>não consuma pratos que contenhamovos crus,</u> como: maionese caseira. Evite também alimentos crus oumalpassados, como: carnes, peixes e frutos do mar.<br>A parte externa das bebidas enlatadas podem estar contaminadas pormicro-organismos, então é necessário lavar a embalagem antes do consumo. <br>Para maior segurança utilize canudos plásticos embalados individualmente oucopos limpos.</span> |
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: apps/v1beta2 | |
kind: Deployment | |
metadata: | |
name: postgres | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: postgres-container | |
template: |
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
kind: Service | |
apiVersion: v1 | |
metadata: | |
name: postgres-service | |
spec: | |
selector: | |
app: postgres-container | |
ports: | |
- protocol: TCP | |
port: 5432 |
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
kind: PersistentVolumeClaim | |
apiVersion: v1 | |
metadata: | |
name: postgres-pvc | |
labels: | |
type: local | |
spec: | |
accessModes: | |
- ReadWriteMany | |
resources: |
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
kind: PersistentVolume | |
apiVersion: v1 | |
metadata: | |
name: postgres-pv | |
labels: | |
type: local | |
spec: | |
capacity: | |
storage: 2Gi | |
storageClassName: standard |
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
kind: PersistentVolume | |
apiVersion: v1 | |
metadata: | |
name: postgres-pv | |
labels: | |
type: local | |
spec: | |
capacity: | |
storage: 2Gi | |
storageClassName: standard |