nebius/temporal-over-ydb
forked from yandex/temporal-over-ydb
Captured source
source ↗published Feb 27, 2025seen 5dcaptured 11hhttp 200method plain
nebius/temporal-over-ydb
License: MIT
Stars: 1
Forks: 0
Open issues: 0
Created: 2025-02-27T11:09:20Z
Pushed: 2025-02-26T14:42:20Z
Default branch: main
Fork: yes
Parent repository: yandex/temporal-over-ydb
Archived: no
README:
temporal-over-ydb
temporal-over-ydb is an implementation of a custom Temporal persistence layer using YDB, a distributed SQL DBMS.
It is still a work in active progress and is not ready for production use.
How to run tests
Clone and patch Temporal source code:
git clone https://github.com/temporalio/temporal.git cd ./temporal git checkout v1.24.3
Run docker-compose:
cd ./tests docker-compose -f ./docker-compose.yml up -d
Run persistence unit tests:
cd ./tests/persistencetests go mod tidy YDB_DATABASE=local YDB_ENDPOINT="localhost:2136" YDB_ANONYMOUS_CREDENTIALS=1 go test . -v
Notability
notability 1.0/10Routine fork with low traction