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
- Host: GitHub
- URL: https://github.com/radicalbit/NSDb
- Owner: radicalbit
- License: apache-2.0
- Created: 2018-05-31T07:42:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T07:52:30.000Z (over 4 years ago)
- Last Synced: 2026-01-26T18:48:04.516Z (3 months ago)
- Topics: akka, analytics, data-analytics, database, kpi, lucene, metrics, nosql, nosql-databases, scala, streaming-data, time-series
- Language: Scala
- Homepage: https://nsdb.io/
- Size: 4.51 MB
- Stars: 54
- Watchers: 17
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - NSDb
README


[](https://codecov.io/github/radicalbit/NSDb?branch=master)
[](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.