Tarantool filer store (#6669)

Co-authored-by: Marat Karimov <m.karimov@digitalms.ru>
This commit is contained in:
MaratKarimov
2025-03-30 07:12:06 +03:00
committed by GitHub
parent 528702d30b
commit ba3afd1803
25 changed files with 896 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
## Tarantool
database: https://www.tarantool.io/
go driver: https://github.com/tarantool/go-tarantool/
To set up local env:
`make -C docker test_tarantool`
Run tests:
`RUN_TARANTOOL_TESTS=1 go test -tags=tarantool ./weed/filer/tarantool`