Skip to content

A abstract-blob-store compatible implementation built using leveldb as the storage backend

License

Notifications You must be signed in to change notification settings

daviddias/level-blob-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

level-blob-store

Build Status Dependency Status js-standard-style

A abstract-blob-store compatible implementation built using leveldb as the storage backend

Description

Implements abstract-blob-store interface, uses leveldb as the backend storage. leveldb is pretty awesome btw

Disclaimer: As Max Ogden pointed out at max-mapper/abstract-blob-store#19 (comment), levelDB:

  • LevelDB doesn't support streaming file writes, so values must fit in memory.
  • In Google LevelDB compaction is notoriously inefficient in heavy write scenarios, so writing large quantities of data will likely result in lots of CPU thrashing.

API

See abstract-blob-store

About

A abstract-blob-store compatible implementation built using leveldb as the storage backend

Resources

License

Stars

Watchers

Forks

Packages

No packages published