Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/efraespada/turbine

JSON database manager for Node. Allows different processes to work with the same data.
https://github.com/efraespada/turbine

benchmark cluster collection database database-management express json-database node server turbine

Last synced: 5 days ago
JSON representation

JSON database manager for Node. Allows different processes to work with the same data.

Awesome Lists containing this project

README

        

[ ![@efraespada/turbine](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=0.1.0&x2=0)](https://www.npmjs.com/package/@efraespada/turbine)

# Turbine

### [Wiki](https://github.com/efraespada/turbine/wiki)

[1. Implementation](https://github.com/efraespada/turbine/wiki/Implementation)

[2. Methods](https://github.com/efraespada/turbine/wiki/Methods)

[3. Databases](https://github.com/efraespada/turbine/wiki/Databases)

[4. Clusters](https://github.com/efraespada/turbine/wiki/Clusters)

[5. Workflow](https://github.com/efraespada/turbine/wiki/Workflow)

[6. Benchmark](https://github.com/efraespada/turbine/wiki/Benchmark)

Turbine allows different node processes to work with the same JSON databases. It works as a service receiving requests and returning, storing or querying data as quick as possible.

License
-------
Copyright 2018 Efraín Espada

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.