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
#!/usr/bin/env bash | |
source /usr/bin/anaconda/etc/profile.d/conda.sh | |
conda activate py37env | |
sudo /usr/bin/anaconda/bin/pip install seaborn -U |
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
/* == Imports == */ | |
var AWS = require('aws-sdk'); | |
var path = require('path'); | |
var http = require('http'); | |
var elasticsearch = require('elasticsearch'); | |
var client = new elasticsearch.Client({ | |
host: 'search-guptadaniel-onk2zd5ibnyd646ohpu7tfmkv4.us-west-2.es.amazonaws.com', | |
log: 'trace' |