Commit Graph

7 Commits

Author SHA1 Message Date
Andrey Vasnetsov
d7148126ce Split collection update API into several endpoints (#126)
* split storage operation structures #32

* cargo fmt #32

* split collection update api into several endpoints #32

* cargo fmt #32

* fix tonic-related code with new structures

* upd alias structures

* use ytt teplate engine for OpenAPI Endpoint schema generation
2021-12-13 09:38:33 +01:00
Andrey Vasnetsov
cca7839e18 fix alias operation deadlock (#103) (#105)
* fix alias operation deadlock (#103)

* cargo fmt (#103)
2021-10-06 18:50:51 +03:00
Andrey Vasnetsov
910c3b9f8a Revert "Revert "Actix update (#55)" (#56)" (#57)
This reverts commit 53ddce350e.
2021-07-05 23:38:00 +02:00
Andrey Vasnetsov
53ddce350e Revert "Actix update (#55)" (#56)
This reverts commit 12e25089cb.
2021-07-05 00:43:23 +02:00
Konstantin
12e25089cb Actix update (#55)
* Updated actix to 4.0.0-beta.8

* Refactored search, scroll, update and collection operation APIs to be async
2021-07-05 00:20:16 +02:00
trean
d30e6fa8ee Implementation of points scroll API #38 (#40)
* WIP: filtered points iterator #38

* add paginated filtered point request function #38

* add scroll api + openapi definitions #38

* fix openapi #38
2021-06-20 15:30:12 +02:00
Andrey Vasnetsov
46ba12a198 update readme + change filter structure 2021-04-06 14:12:46 +02:00