Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fidb-official/fidb
What if we use file system as database?
https://github.com/fidb-official/fidb
database db file filesystem fs nosql relational-database schemaless
Last synced: 24 days ago
JSON representation
What if we use file system as database?
- Host: GitHub
- URL: https://github.com/fidb-official/fidb
- Owner: fidb-official
- License: gpl-3.0
- Created: 2024-09-26T11:49:07.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T20:56:22.000Z (29 days ago)
- Last Synced: 2024-10-17T07:41:01.326Z (27 days ago)
- Topics: database, db, file, filesystem, fs, nosql, relational-database, schemaless
- Language: TypeScript
- Homepage: https://fidb.app
- Size: 148 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# FiDB
This is a Node.js implementation of [**FiDB**](https://fidb.app)
-- a suite of protocols to use file system as database.## Development
```sh
npm install # Install dependencies
npm run build # Compile `src/` to `lib/`
npm run build:watch # Watch the compilation
npm run format # Format the code
npm run test # Run test
npm run test:watch # Watch the testing
```## Contributions
To make a contribution, fork this project and create a pull request.
Please read the [STYLE-GUIDE.md](STYLE-GUIDE.md) before you change the code.
Remember to add yourself to [AUTHORS](AUTHORS).
Your line belongs to you, you can write a little
introduction to yourself but not too long.## License
[GPLv3](LICENSE)