Skip to content

privatesuite/streamlet

Repository files navigation

Streamlet

Streamlet is a NodeJS-based stream-oriented database optimal for small scale projects that need a high speed method for storing data.

Getting started

Add Streamlet to your project

npm install privatesuite/streamlet

Create a streamlet instance

const streamlet = require('streamlet')
const db = new Streamlet('./db')

Running tests

Streamlet uses Mocha and Chai to run tests, If Mocha is installed simpily run mocha from the root directory.

Authors

License

This project is licensed under the GNU General Public License v3

About

A small stream, an immense playfield.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages