codenotary / immudb-docs

immudb immutable database documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

immudb logo

Welcome to the immudb docs

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.

Running documentation locally

  1. Install dependencies
$ yarn
  1. 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.`

Indexing to algolia

From the root directory, enter npm run algolia:index.

⚠️ Not up to date with latest changes

Copyright and license

Homepage and documentation copyright 2017-2023 Immudb Authors. Docs released under Creative Commons.

About

immudb immutable database documentation


Languages

Language:MDX 51.7%Language:JavaScript 30.9%Language:CSS 13.9%Language:Dockerfile 3.6%