mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
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
* 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
10 lines
No EOL
423 B
Markdown
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> |