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

dat-core is a low-level Node.js

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
mafintosh's profile
mafintosh
185 contributions
max-mapper's profile
max-mapper
19 contributions
okdistribute's profile
okdistribute
13 contributions
Karissa's profile
Karissa
2 contributions
feross's profile
feross
1 contributions
LinusU's profile
LinusU
1 contributions
sethvincent's profile
sethvincent
1 contributions
maxogden

maxogden/dat-core

low level implementation of the dat data version graph

JavaScript
42
6
MIT License

Support the dependencies of maxogden/dat-core

Account's avatar
sorribas/after-all
Execute several async functions and get a callback when they are all done
Account's avatar
maxogden/byte-stream
through stream that buffers streams into batches limited by a cumulative byte size limit
Account's avatar
ericelliott/cuid
Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.
Account's avatar
mafintosh/dat-blob-store
The blob store dat uses per default
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
mafintosh/duplexify
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Account's avatar
mafintosh/end-of-stream
Call a callback when a readable/writable/duplex stream has completed or failed.
Account's avatar
mafintosh/framed-hash
A hash function that wraps all input chunks with a length prefix.
Account's avatar
mafintosh/hyperlog
Merkle DAG that replicates based on scuttlebutt logs and causal linking
Account's avatar
Level/errors
Error types for levelup
Account's avatar
Level/leveldown
A low-level Node.js LevelDB binding
Account's avatar
Level/levelup
Fast & simple storage - a Node.js-style LevelDB wrapper
Account's avatar
substack/lexicographic-integer
create lexicographic string keys for positive integers without zero-padding
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
Level/multileveldown
multilevel implemented using leveldowns with reconnect support
Account's avatar
maxogden/multiplex
A binary stream multiplexer. Stream multiple streams of binary data over a single binary stream.
Account's avatar
feross/multistream
A stream that emits multiple other streams one after another (streams3)
Account's avatar
mafintosh/mutexify
mutex lock for javascript
Account's avatar
mafintosh/parallel-transform
Transform stream that allows you to run your transforms in parallel without changing the order
Account's avatar
mafintosh/pbs
Streaming encoder/decoder for protocol buffers
Account's avatar
mafintosh/protocol-buffers
Protocol Buffers for Node.js
Account's avatar
mafintosh/pump
pipe streams together and close all of them if one of them closes
Account's avatar
mafintosh/pumpify
Combine an array of streams into a single duplex stream using pump and duplexify
Account's avatar
maxogden/sorted-diff-stream
given two sorted streams will emit only pairs that do not match
Account's avatar
mafintosh/sorted-union-stream
Get the union of two sorted streams
Account's avatar
mafintosh/stream-collector
Buffer data from a stream into an array if a callback is provided
Account's avatar
mafintosh/stream-iterate
Iterate through the values of a stream
Account's avatar
Level/subleveldown
Split a levelup database into sublevels with their own keyspace, encoding and events
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
mafintosh/thunky
delay the evaluation of a paramless async function and cache the result
Account's avatar
Raynos/xtend
extend like a boss
Account's avatar
juliangruber/memdb
LevelUp + MemDown
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers