Skip to content

Instantly share code, notes, and snippets.

sh: error setting limit: Operation not permitted
-> Downloading x-pack from elastic
[ ] 1%  
[> ] 2%  
[> ] 3%  
[=> ] 4%  
[=> ] 5%  
[==> ] 6%  
[==> ] 7%  
- 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
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();
[
{
"id": 1777688,
"nome": "NOME",
"data_nascimento": null,
"sexo": null,
"matricula": "11999177466",
"titular": "SIM",
"gerenciadores": [
{
<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>
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: postgres
spec:
replicas: 1
selector:
matchLabels:
app: postgres-container
template:
kind: Service
apiVersion: v1
metadata:
name: postgres-service
spec:
selector:
app: postgres-container
ports:
- protocol: TCP
port: 5432
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: postgres-pvc
labels:
type: local
spec:
accessModes:
- ReadWriteMany
resources:
kind: PersistentVolume
apiVersion: v1
metadata:
name: postgres-pv
labels:
type: local
spec:
capacity:
storage: 2Gi
storageClassName: standard