Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

timestream‑aggregates is a Node.js library that provides stream‑transform utilities for aggregating ordered, object‑mode data streams (e.g., sensor or log records) by timestamp intervals. It offers ready‑made functions such as sum, mean, median, min, max, count, etc., which slice the data using floordate intervals (seconds, minutes, hours, days, etc.) and emit aggregated records, making it ideal for developers processing time‑series data in real‑time pipelines.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of brycebaril/timestream-aggregates

Account's avatar
brycebaril/node-array-pivot
Pivot arrays of objects by key into a single object with a superset of keys containing arrays of each record's values.
Account's avatar
brycebaril/node-stats-lite
A light statistical package that operates on numeric Arrays.
Account's avatar
brycebaril/stream-splice
Splice multiple streams into a single pipeline. Useful for exposing multi-step piped streams as a single stream.
Account's avatar
brycebaril/node-floordate
Simple date flooring, floor a date to the start of a specified time window.
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
brycebaril/through2-map
A through2 to create an Array.prototype.map analog for streams.
Account's avatar
brycebaril/node-isnumber
A simple test to see if a value is a non-infinite number.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
brycebaril/timestream-gen
Timeseries stream generators for http://npm.im/timestream streams
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
brycebaril/node-stream-spigot
A readable stream generator, useful for testing or converting simple functions into Readable streams.

Support the repos that depend on this repository

Top contributors

brycebaril's profile
brycebaril
16 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
brycebaril

brycebaril/timestream-aggregates

Aggregation operations for timeseries streams (objectMode streams ordered by timestamp)

JavaScript
9
2
MIT License