An open API service indexing awesome lists of open source software.

https://github.com/radicalbit/NSDb

Natural Series Database
https://github.com/radicalbit/NSDb

akka analytics data-analytics database kpi lucene metrics nosql nosql-databases scala streaming-data time-series

Last synced: about 10 hours ago
JSON representation

Natural Series Database

Awesome Lists containing this project

README

          

![](docs/img/NSDb_logo_clear.png "")

![Build Status](https://github.com/radicalbit/NSDb/workflows/Continous%20Integration/badge.svg?branch=master)
[![codecov](https://codecov.io/github/radicalbit/NSDb/coverage.svg?branch=master)](https://codecov.io/github/radicalbit/NSDb?branch=master)
[![License](https://img.shields.io/github/license/radicalbit/NSDb.svg)](LICENSE)

# Natural Series Db #

NSDb is a **time-series** database **streaming oriented**
optimized for the serving layer.

## License
NSDb is distributed under the [Apache 2](http://www.apache.org/licenses/LICENSE-2.0) license.

## Main Features

* Optimized time series management
* Focus on read performance [(doc)](docs/Architecture.md)
* High availability and clustering [(doc)](docs/Clustering.md)
* Ad-hoc publish-subscribe streaming feature (using WebSockets) [(doc)](docs/Websocket.md)
* SQL like query language [(doc)](docs/SQL_doc.md)
* Fluent Java / Scala Api [(doc)](docs/JVM_API_doc.md)

## Getting Started

You can get started with Nsdb with our [quickstart guide](docs/QuickStart.md).

## Reporting Issues

If you find any bug, please open a [GitHub issue](https://github.com/radicalbit/nsdb/issues).

## Documentation

* Read more about the [design and architecture](docs/Architecture.md) of the project.

## Contributing

If you're feeling courageous enough and want to contribute to NSDb You are very welcome!
Please take a look at our [Contributing Doc](docs/Contributing.md) for info on how to open tasks or bugs, build from source, run tests and open pull requests.