Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/efraespada/turbine
- Owner: efraespada
- License: apache-2.0
- Created: 2018-04-09T19:57:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:37:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T17:14:08.866Z (17 days ago)
- Topics: benchmark, cluster, collection, database, database-management, express, json-database, node, server, turbine
- Language: JavaScript
- Homepage:
- Size: 9.82 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 athttp://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.