Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Level/level-fstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

level-fstream

This project has been abandoned. There will be no further releases. If you wish to revive level-fstream, please open an issue in Level/community to discuss a way forward. Thank you! ❤️


An fstream based WriteStream implementation for LevelUp.
A simple restructure of the previous WriteStream implementation to preserve the fstream tests.

JavaScript Style Guide

Install

npm install level-fstream --save

Usage

var level = require('level')
var levelfstream = require('level-fstream')
var fstream = require('fstream')

var db = levelfstream(level('./test.db'))

fstream.Reader('./directory')
  .pipe(db.fileStream({ fstreamRoot: path.join(__dirname, '')} ))

Contributors

level-ws is only possible due to the excellent work of the following contributors:

Rod VaggGitHub/rvaggTwitter/@rvagg
John ChesleyGitHub/cheslesTwitter/@chesles
Jake VerbatenGitHub/raynosTwitter/@raynos2
Dominic TarrGitHub/dominictarrTwitter/@dominictarr
Max OgdenGitHub/maxogdenTwitter/@maxogden
Lars-Magnus SkogGitHub/ralphtheninjaTwitter/@ralphtheninja
David BjörklundGitHub/keslaTwitter/@david_bjorklund
Julian GruberGitHub/juliangruberTwitter/@juliangruber
Paolo FragomeniGitHub/hij1nxTwitter/@hij1nx
Anton WhalleyGitHub/No9Twitter/@antonwhalley
Matteo CollinaGitHub/mcollinaTwitter/@matteocollina
Pedro TeixeiraGitHub/pgteTwitter/@pgte
James HallidayGitHub/substackTwitter/@substack
Jarrett CrugerGitHub/jcrugzzTwitter/@jcrugzz

Licence & copyright

Copyright (c) 2012-2015 level-fstream contributors (listed above).

level-fstream is licensed under an MIT +no-false-attribs license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.