kappa-core
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -20,3 +20,3 @@ var hypercore = require('hypercore') | ||
log: this._logs, | ||
maxBatch: 10, | ||
maxBatch: view.maxBatch || 10, | ||
batch: view.map, | ||
@@ -23,0 +23,0 @@ fetchState: view.fetchState, |
@@ -5,3 +5,3 @@ { | ||
"author": "Stephen Whitmore <sww@eight.net>", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/kappa-core.git" |
@@ -148,2 +148,10 @@ # kappa-core | ||
## Useful view modules | ||
Here are some useful modules that play well with kappa-core for building views: | ||
- [unordered-materialized-bkd](https://github.com/digidem/unordered-materialized-bkd): spatial index | ||
- [unordered-materialized-kv](https://github.com/digidem/unordered-materialized-kv): key/value store | ||
- [unordered-materialized-backrefs](https://github.com/digidem/unordered-materialized-backrefs): back-references | ||
## Why? | ||
@@ -179,10 +187,11 @@ | ||
kappa-core is built atop ideas from a huge body of others' brilliant work: | ||
kappa-core is built atop ideas from a huge body of others' work: | ||
- [flumedb][flumedb] | ||
- [secure scuttlebutt](http://scuttlebutt.nz) | ||
- [hypercore](https://github.com/mafintosh/hypercore) | ||
- [hypercore][hypercore] | ||
- [hyperdb](https://github.com/mafintosh/hyperdb) | ||
- [forkdb](https://github.com/substack/forkdb) | ||
- [hyperlog](https://github.com/mafintosh/hyperlog) | ||
- a harmonious meshing of ideas with @substack in spain | ||
@@ -197,3 +206,4 @@ ## Further Reading | ||
[hypercore]: https://github.com/mafintosh/hypercore | ||
[flumedb]: https://github.com/flumedb/flumedb | ||
[git-shallow]: https://www.git-scm.com/docs/gitconsole.log(one#gitconsole.log(one---depthltdepthgt) |
207
10373