Skip to content

Instantly share code, notes, and snippets.

View bhedge's full-sized avatar
:octocat:

brandon hedge bhedge

:octocat:
View GitHub Profile
@philipjkim
philipjkim / elastic_aggregator.go
Last active June 16, 2021 18:02
Go Elasticsearch aggregation example
package main
import (
"fmt"
"time"
"encoding/json"
elastic "gopkg.in/olivere/elastic.v3"
)
@saggineumann
saggineumann / client_workflow.py
Created February 29, 2016 09:37
Client workflow
# to install xplenty python SDK run: pip install xplenty
# more info here: https://github.com/xplenty/xplenty.py
from xplenty import XplentyClient
import time
account_id = "" # your account id (http://app.xplenty.com/account_id/)
api_key = "" # your api key (get it here https://app.xplenty.com/settings/edit)
cluster_nodes = 1 # required number of nodes in cluster
@pkoppstein
pkoppstein / schema.jq
Last active April 30, 2024 07:39
schema.jq
module {
"name": "schema",
"description": "JSON Schema Inference",
"version": "0.0.3.1",
"homepage": "https://gist.github.com/pkoppstein/a5abb4ebef3b0f72a6ed",
"license": "MIT",
"author": "pkoppstein at gmail dot com"
};
# NEWS:
@mbostock
mbostock / .block
Last active August 21, 2023 08:45 — forked from mbostock/.block
Symbol Map
license: gpl-3.0