-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #519 from codenotary/doc/v1.9.3-rc1
Add doc section for v1.9.3
- Loading branch information
Showing
56 changed files
with
9,972 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Welcome | ||
|
||
<WrappedSection> | ||
|
||
<img align="right" src="/logos/immudb-mascot.svg" width="256px"/> | ||
|
||
Welcome to the immudb documentation. 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 operate as a key-value, relational (SQL) or document database, making it a truly no-SQL database. | ||
|
||
immudb can be run as full database server with replicas or easily embedded as a lightweight database into application. | ||
|
||
</WrappedSection> | ||
|
||
<WrappedSection> | ||
|
||
### Help and Support | ||
Join our [Discord community](https://discord.gg/ThSJxNEHhZ) | ||
|
||
<CnSocialButton social="discord" href="https://discord.gg/ThSJxNEHhZ" target="_blank" rel="external" bottom-offset="15"></CnSocialbutton> | ||
|
||
<CnSocialButton social="twitter" target="_blank" rel="external" href="https://twitter.com/intent/tweet?text=immudb:%20lightweight,%20high-speed%20immutable%20database!&url=https://github.com/codenotary/immudb"></CnSocialButton> | ||
|
||
</WrappedSection> |
Oops, something went wrong.