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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of brycebaril/timestream-gen

Account's avatar
brycebaril/node-isnumber
A simple test to see if a value is a non-infinite number.
Account's avatar
brycebaril/node-stream-spigot
A readable stream generator, useful for testing or converting simple functions into Readable streams.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result

Support the repos that depend on this repository

Top contributors

brycebaril's profile
brycebaril
5 contributions

Recent events

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

No events yet
brycebaril

brycebaril/timestream-gen

Timeseries stream generators for [timestream](http://npm.im/timestream) streams. Creates objectMode streams of records of data by time.

JavaScript
0
0
MIT License

timestream‑gen is a Node.js utility that creates object‑mode readable streams of timestamped records for use with the **timestream** library or any time‑series workflow. It supplies three generators—`gen` for deterministic geometric sequences, `rand` for random values, and `one` for a single record—letting developers quickly produce test or placeholder data across a specified time range. The package is aimed at JavaScript developers who need synthetic time‑series streams for testing, prototyping, or data‑pipeline demonstrations.