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

https://github.com/nestorpersist/ostore

A NoSql database and continuous map-reduce system written in Scala and Akka.
https://github.com/nestorpersist/ostore

Last synced: 3 months ago
JSON representation

A NoSql database and continuous map-reduce system written in Scala and Akka.

Awesome Lists containing this project

README

          

OStore (Ordered-Store) is a new software system for
storing and processing big data.

## OStore Distinguishing Characteristics
1. At its core is a NoSQL database.
2. It is written in Scala and makes extensive use of Akka
actors.
3. Keys are stored in sorted order rather than hashed.
4. It supports continuous incremental map-reduce.

## Current State
OStore is curently in the early stages of development and not
suitable for production use. Parts of the code are still
very rough. It contains bugs and is missing lots
of features. APIs will probably change in
non-upward compatible ways. Error detection and recovery
is partially missing.
The overall system has not been fully tuned for performance.

## License
The OStore code is licensed under the Apache 2.0 license.

## Documentation
1. [Wiki](http://github.com/nestorpersist/ostore/wiki)
1. [ScalaDoc](http://nestorpersist.github.com/ostore)

## Contact
You can use the github issues feature to report bugs
or ask questions.

If you are interested in doing serious testing of OStore
or contributing to OStore as a developer, please send email
to

[nestor@persist.com](mailto:nestor@persist.com)