- Apr 12, 2024
-
-
Georgy Moshkin authored
-
- Dec 19, 2023
-
-
1. http-server: 1. Get info about tiers from _pico_tier 2. Get info about instance addresses from: - http: lua api - binary: _pico_peer_addresses 3. Switch from arrays to map where it makes sense 4. Compose all the data to `cluster_state` object 5. Get version information for lua api. 2. Tests: 1. Add DeepDiff package to better diff for json 2. Amend tests to new specification 3. Get picodata version via lua api and use it in asserts 3. Chore: 1. Add .envrc and .direnv to .gitingore (direnv specific files) 2. Add .vscode to .gitignore. Signed-off-by:
Anatoly Popov <a.popov@picodata.io>
-
- May 12, 2023
-
-
Denis Smirnov authored
To run the test you need xk6 installed (https://github.com/tarantool/xk6-tarantool).
-
- May 04, 2023
-
-
Denis Smirnov authored
Current commit introduces distributed SQL in picodata (we use 'sbroad' library). Now it is possible to execute cluster-wide SQL with 'pico.sql([[query]], {params})' lua method. Current limitations: 1. DDL is still not implemented in picodata, so space sharding is mocked by '_pico_space' space (we'll remove it later). 2. We still have duplicating symbols of the Tarantool module in sbroad and in picodata rlibs. 3. We need to reuse piocdata's sharding functions and handle the case when different spaces in the query have different sharding functions. Co-authored-by:
Georgy Moshkin <gmoshkin@picodata.io>
-
- Oct 16, 2022
-
-
Valentin Syrovatskiy authored
-
- May 30, 2022
-
-
VS authored
-
- Apr 15, 2022
-
-
Sergey V authored
-
- Feb 15, 2022
-
- Dec 13, 2021
-
-
Yaroslav Dynnikov authored
-
- Nov 22, 2021
-
-
Yaroslav Dynnikov authored
-