Don't forget to ⭐ this repo if you like immudb!
immudb - world’s fastest immutable database. immudb's documentation is built with Docusaurus.
Homepage
·
Documentation
·
Issue Tracker
Great to see you here!
immudb is a database written in Go, but unlike other databases, it is immutable: history is preserved and can't be changed without clients noticing.
immudb can be used both as a key-value store, or as a relational database (SQL).
immudb can be run as full database server with replicas or easily embedded as a lightweight database into application.
- Install dependencies
$ yarn
- From the root directory,
$ yarn start
This command starts a local development server and opens up http://localhost:3000. Most changes are reflected live without having to restart the server.`
From the root directory, enter npm run algolia:index
.
⚠️ Not up to date with latest changes
Homepage and documentation copyright 2017-2023 Immudb Authors. Docs released under Creative Commons.