Skip to content

Instantly share code, notes, and snippets.

View kunickiaj's full-sized avatar
:octocat:
¯\_(ツ)_/¯

Adam Kunicki kunickiaj

:octocat:
¯\_(ツ)_/¯
View GitHub Profile
@kunickiaj
kunickiaj / avro
Created October 5, 2017 21:12
spot avro schema for netflow
{
"type": "record",
"name": "RawFlowRecord",
"namespace": "com.cloudera.accelerators.flows.avro",
"fields": [{
"name": "treceived",
"type": ["string", "null"]
}, {
"name": "tryear",
"type": ["float", "null"]
@kunickiaj
kunickiaj / hpa-demo.yaml
Created May 21, 2018 02:10
Control Hub Deployment Example w/ HPA
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: Service
metadata:
name: datacollector-service
namespace: default
spec:
type: ClusterIP
@kunickiaj
kunickiaj / authoring.yaml
Created May 21, 2018 02:13
Control Hub Deployment YAML for Authoring Data Collector
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: authoring-datacollector
namespace: default
spec:
replicas: 1
template:
metadata:
labels:
@kunickiaj
kunickiaj / curl.rb
Created December 2, 2020 17:16
Homebrew Formula for http/3 support using quiche
class Curl < Formula
desc "Get a file from an HTTP, HTTPS or FTP server"
homepage "https://curl.haxx.se/"
url "https://curl.haxx.se/download/curl-7.73.0.tar.bz2"
sha256 "cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131"
license "curl"
revision 1
livecheck do
url "https://curl.haxx.se/download/"