Skip to content

codenotary/immudb-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6311a59 Â· Jul 5, 2023

History

97 Commits
Jun 30, 2023
Jun 27, 2023
Jul 5, 2023
Jun 30, 2023
Jul 5, 2023
Jun 27, 2023
Jun 27, 2023
Jun 30, 2023
Jun 29, 2023
Jun 27, 2023
Jul 5, 2023
Jun 27, 2023
Jun 27, 2023
Jun 27, 2023
Jun 27, 2023

Repository files navigation

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.