1.0.2 • Published 6 years ago

@bitr/chronodb v1.0.2

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

ChronoDB

ChronoDB is a time-series local DB for Node.js powered by Google's LevelDB.

Features

  • Easy to use - just put your data and query by start/end date
  • Small library - you can include it as a library in your project. No need to build/install a dedicated DB server.
  • Modern JS - put/get/query operations return Promise. For large data, stream operation is also supported
  • Definitely typed - type definition is included in the npm package
  • Blazingly fast - adding nearly no overhead to LevelDB

Getting started

Installation

npm install @bitr/chronodb

Example

...

Interface

...