ssb-threads-index
v1.0.1
Published
This is a example of a ssb plugin that adds indexes for ssb-query. depends on [this flumeview-query PR](https://github.com/flumedb/flumeview-query/pull/15)
Downloads
4
Keywords
Readme
ssb-threads-index
This is a example of a ssb plugin that adds indexes for ssb-query. depends on this flumeview-query PR
An index for value.content.root
is added, which means
queries for threads is now fast:
sbot.query.read({query: [{
$filter: {
value: {
content: {
root: "%rciFuVmIAi6WxamBNcF+EYSnJtngAbHwxxmtudsz3v4=.sha256"
}
}
}
}]})
License
MIT