Pinned Repositories
ansible-known_hosts
An ansible hook for adding/removing hosts from known_hosts files.
level-version
Create automatically versioned data inside leveldb.
node-stats-lite
A light statistical package that operates on Arrays.
node-stream-meter
A streams2 passthrough meter. Counts bytes passed through, and if given a max byte limit will abort the stream when it is exceeded.
node-tokenthrottle
Asynchronously throttle actions by a token. E.g. Throttle API access by Username/IP/etc.
through2-filter
A through2 wrapper to create an Array.prototype.filter analog for streams
through2-map
A through2 to create an Array.prototype.map analog for streams.
through2-reduce
A through2 wrapper to emulate Array.prototype.reduce for streams.
timestream
A suite of tools for working with objectMode streams of time-ordered data. (e.g. tsdb records)
timestreamdb
A Timeseries Database in Node.js, backed by LevelDB. It is unrelated to the Amazon Timestream service that was announced 5 years after I created this.
brycebaril's Repositories
brycebaril/node-stats-lite
A light statistical package that operates on Arrays.
brycebaril/through2-map
A through2 to create an Array.prototype.map analog for streams.
brycebaril/level-version
Create automatically versioned data inside leveldb.
brycebaril/through2-filter
A through2 wrapper to create an Array.prototype.filter analog for streams
brycebaril/node-tokenthrottle
Asynchronously throttle actions by a token. E.g. Throttle API access by Username/IP/etc.
brycebaril/node-stream-meter
A streams2 passthrough meter. Counts bytes passed through, and if given a max byte limit will abort the stream when it is exceeded.
brycebaril/through2-reduce
A through2 wrapper to emulate Array.prototype.reduce for streams.
brycebaril/node-flatnest
Flatten/Nest Javascript objects
brycebaril/client-request
A zero-dependency stripped-down http client request module based on the http://npm.im/request API.
brycebaril/node-stream-spigot
A streams2 Readable stream generator, useful for testing.
brycebaril/node-tokenthrottle-redis
A Redis-backed http://npm.im/tokenthrottle implementation
brycebaril/node-floordate
Simple date flooring, floor a date to the start of a specified time window.
brycebaril/stream-file-archive
A Node.js Streams2 log archiver, pipe to stream-file-archive and it will create time-rotated logs.
brycebaril/stats-incremental
A simple tool for calculating incremental stats on numeric streams.
brycebaril/runat
Runat is a Redis-backed scheduled queue system with a Duplex stream interface for Node.js
brycebaril/stream-splice
Splice multiple streams into a single pipeline. Useful for exposing multi-step piped streams as a single stream.
brycebaril/flatson
A command-line tool to help with grepping newline-delimited json
brycebaril/nlp_compromise
a cool way to use natural language in javascript
brycebaril/perf_goto_chicago
Node.js Performance Optimization A Case Study -- for GOTO Chicago 2016
brycebaril/BespokeSynth
Software modular synth
brycebaril/bole
A tiny JSON logger
brycebaril/engine.io-client
brycebaril/installer
Electron based installer for Node.js.
brycebaril/nlp-syllables
for splitting words into their component syllables
brycebaril/node-1
✨Node.js ✨
brycebaril/node-inspect
`node debug` for `node --inspect`
brycebaril/nodejs-symposiums
brycebaril/patchwork
p2p social sharing
brycebaril/security-wg
Node.js Security Working Group
brycebaril/tchannel-node