Skip to content

Instantly share code, notes, and snippets.

View fsck-mount's full-sized avatar

Untouchable Server fsck-mount

View GitHub Profile
@fsck-mount
fsck-mount / download.py
Created October 11, 2017 20:09 — forked from garnaat/download.py
Use multiprocess to download objects from S3
"""
"""
import multiprocessing
import boto
import os
import sys
import datetime
import logging
import Queue
@fsck-mount
fsck-mount / events.json
Created August 30, 2017 09:53
VTAP Events Data Cleaned
{"event_data":[{"key":"ip","value":"2405:204:972e:ce37::1857:f8a0"},{"key":"os_name","value":"android"},{"key":"language","value":"en"},{"key":"uuid","value":"806c4376-7a93-421d-9fd5-9050c405faca"},{"key":"sequence_number","value":"45"},{"key":"item_type","value":"Product"},{"key":"slug","value":"london-steps-stsv_2106_copper-synthetic-casual-heels"},{"key":"permalink","value":"london-steps-stsv-2106-copper-synthetic-casual-heels"},{"key":"image_url","value":"http://images.matlab.com/73102441/london-steps-stsv-2106-copper-synthetic-casual-heel-product.jpg?1474176787"},{"key":"name","value":"London Steps STSV_2106_Copper Synthetic Casual Heels"},{"key":"brand","value":"London Steps"},{"key":"title","value":"London Steps STSV_2106_Copper Synthetic Casual Heels"},{"key":"like_count","value":"78"},{"key":"category","value":"Stilettos & heel"},{"key":"category_id","value":"246"},{"key":"discount","value":"50"},{"key":"price","value":"Rs. 699"},{"key":"original_price","value":"Rs. 1399"},{"key":"seller","value":"St
@fsck-mount
fsck-mount / kafka-consumer.js
Created August 21, 2017 07:25
Consumer with StartBackgroundTransaction
const nr = require('newrelic');
/* const instrumentKafkaClient = require('../instruments').instrumentKafkaClient;
nr.instrumentMessages(
'kafka-java-bridge',
instrumentKafkaClient,
kafkaInstrumentationError = (err) => {
console.error(err.message, err.stack);
process.exit(-1);
}