This commit is contained in:
Sebastian Burckhardt 2021-02-04 17:04:31 -08:00 коммит произвёл GitHub
Родитель d7d7c23348
Коммит 56b4922e16
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,7 +10,7 @@ As Netherite is intended to be a drop-in backend replacement, it does not modify
## Getting Started
To get started, you can either try out the sample, or take an existing DF app and switch it to the Netherite backend.
To get started, you can either try out the sample, or take an existing DF app and switch it to the Netherite backend. You can also read our [documentation](https://microsoft.github.io/durabletask-netherite/#/README).
**The hello sample.**
For a quick start, take a look at [hello sample](https://microsoft.github.io/durabletask-netherite/#/hello-sample.md). We included scripts that make it easy to build, run, and deploy this application. Also, this sample is a great starting point for creating your own projects.
@ -32,7 +32,7 @@ To achieve better performance, Netherite represents queues and partition states
- Partitions communicate via ordered, persistent event streams, over EventHubs.
- The state of a partition is stored using a combination of an immutable log and checkpoints, in Azure PageBlobs.
For some other considerations about how to choose the engine, see [the documentation](https://microsoft.github.io/durabletask-netherite/#/considerations.md).
For some other considerations about how to choose the engine, see [the documentation](https://microsoft.github.io/durabletask-netherite/#/engine.md).
## Status