https://github.com/tutv/nedb
This repo to compare the speed of NeDB vs MySQL
https://github.com/tutv/nedb
Last synced: about 1 year ago
JSON representation
This repo to compare the speed of NeDB vs MySQL
- Host: GitHub
- URL: https://github.com/tutv/nedb
- Owner: tutv
- Created: 2016-04-12T16:53:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T05:34:07.000Z (about 10 years ago)
- Last Synced: 2025-02-04T21:45:33.295Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://viettel.io:5678
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeDB
Kiểm tra hiệu năng giữa NeDB và MySQL
1. Cách cài đặt
a. Clone project:
`git clone https://github.com/tutv95/NeDB`
b. Trỏ tới thư mục chứa project rồi cài đặt các package cần thiết cho project:
`npm install`
c. Run
- Để test: `node index.js`
- Để chạy ứng dụng Todos list: `node todos.js`