Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages