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

Made by Antonio Ramirez

flumelog-level

0.0.5

@christianbundy

npmHomeRepoSnykSocket
Downloads:379
$ npm install flumelog-level
DailyWeeklyMonthlyYearly

flumelog-level

a flumelog implemented on top of leveldb.

Use as the append-only store within flumedb

leveldb is a Log Structured Merge Tree, so using it just as a log is rather silly, but as a matter of ensuring a broad base of compatible backend, and to explore the problem space...

And also to compare performance. If you had built a complex leveldb app, you might already have a log inside of it. This enables us to do comparative performance between implementations.

License

MIT