Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenotary/immudb.io
Guidelines and manuals for immudb, the lightweight, high-speed immutable database for systems and applications
https://github.com/codenotary/immudb.io
Last synced: about 2 months ago
JSON representation
Guidelines and manuals for immudb, the lightweight, high-speed immutable database for systems and applications
- Host: GitHub
- URL: https://github.com/codenotary/immudb.io
- Owner: codenotary
- License: cc-by-sa-4.0
- Created: 2020-05-17T08:06:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T08:43:07.000Z (3 months ago)
- Last Synced: 2024-09-18T11:05:04.878Z (3 months ago)
- Language: Vue
- Size: 113 MB
- Stars: 15
- Watchers: 14
- Forks: 15
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
immudb docs
immudb - world’s fastest immutable database. Immudb's documentation and homepage is built with Vuepress and publicly hosted on GitHub Pages.
Homepage
·
Documentation
·
Issue Tracker
## Running documentation locally
Requirements: node version v14.18.3 (NOT working with latest node versions)
1. Install dependencies by entering `npm install`.
2. From the root directory, enter `npm run dev`.
3. Open `http://localhost:8080` in your browser.## Indexing to algolia
From the root directory, enter `npm run algolia:index`.
## Copyright and license
Homepage and documentation copyright 2017-2021 [Immudb Authors](https://github.com/codenotary/immudb/graphs/contributors).
Docs released under [Creative Commons](https://github.com/codenotary/immudb.io/blob/master/LICENSE).