Skip to content

Instantly share code, notes, and snippets.

View Nitish18's full-sized avatar

Nitish Chauhan Nitish18

View GitHub Profile
@Nitish18
Nitish18 / Python_elasticsearch_scrollAPI
Created September 23, 2017 19:04
Python script to test scroll api of elasticsearch
from elasticsearch import Elasticsearch as ES
import json
# Elastic Setup config
host = "localhost"
port = 9200
index = "your_index"
doc_type = "your_doc_type"
es = ES(host=host, port=port, timeout=100)
swagger: "2.0"
info:
description:
API documentation for DASHBOARD module
version: "1.0.0"
title: DASHBOARD module
contact:
name: innovaccer
host: innovaccer.com
@Nitish18
Nitish18 / gist:3e2ee11b8667470ff75b658b636e06b2
Created February 16, 2017 08:13
Yaml file for dashboard
swagger: "2.0"
info:
description:
API documentation for DASHBOARD module
version: "1.0.0"
title: DASHBOARD module
contact:
name: innovaccer
license:
name: Apache 2.0