Skip to content

flumedb/flumelog-level

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published