npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

ssb-threads-index

1.0.1

@dominictarr

npmHomeRepoSnykSocket
Downloads:1
$ npm install ssb-threads-index
DailyWeeklyMonthlyYearly

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