cuprate/storage/README.md
hinto-janai 88605b081f
Some checks failed
Architecture mdBook / build (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / typo (push) Has been cancelled
CI / ci (macos-latest, stable, bash) (push) Has been cancelled
CI / ci (ubuntu-latest, stable, bash) (push) Has been cancelled
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Has been cancelled
Doc / build (push) Has been cancelled
Doc / deploy (push) Has been cancelled
books/architecture: port database design document (#267)
* add chapters

* add files, intro

* db abstraction

* backends

* abstraction

* syncing

* serde

* issues

* common/types

* common/ops

* common/service

* service diagram

* service/resize

* service/thread-model

* service/shutdown

* storage/blockchain

* update md files

* cleanup

* fixes

* update for https://github.com/Cuprate/cuprate/pull/290

* review fix
2024-09-24 17:23:22 +01:00

10 lines
No EOL
423 B
Markdown

# Storage
This subdirectory contains all things related to the on-disk storage of data within Cuprate.
See <https://architecture.cuprate.org/storage/intro.html> for design documentation
and the following links for user documentation:
- <https://doc.cuprate.org/cuprate_database>
- <https://doc.cuprate.org/cuprate_database_service>
- <https://doc.cuprate.org/cuprate_blockchain>
- <https://doc.cuprate.org/cuprate_txpool>