-
Using kourou to dump my collection stored on elastic search the kourou cli fails on big collections.
The command that are failing are:
`kourou index:export`
and
`kourou collection:export`
…
-
## Expected Behavior
I expect to be able to use a string with a `range` clause in a Koncorde query.
## Current Behavior
We receive an `api.assert.koncorde_dsl_error` instead.
## Possible S…
-
[Minio S3](https://min.io) is a S3 api compatible sustitute for amazon S3 that allows to deploy selfhosting. It would be nice to allow the s3 plugin to provide as a configuration option a minio endpoi…
-
## Description
Measures history are only accessible through Kuzzle standard API and ES query language.
It would be more convenient to have a high level API to retrieve a range of measure documen…
-
## Description
Exposing specific properties to the configuration because `server:getConfig` / `server:info` give too much info. We want a less verbose API action.
This action should expose Kuzzl…
-
## Feature Description
Add the `mExists` API action to check the existence of many documents.
## Possible Solution (optional)
Use the `mGet` action
-
## Description
_We need another workshop about this feature first, see my comment_
Each measure should have associated metadata
#### Example
Measure to be characterized by the metadata
…
-
## Expected Behavior
I followed https://docs.kuzzle.io/core/2/guides/getting-started/run-kuzzle/ and https://github.com/kuzzleio/kuzzle#run-kuzzle but can't get the `dev:docker` command to start …
-
## Feature description
Expose API capacities to users. Then they can know how many documents they can write or how many login per second they can make.
## Example usecase
SDKs could then auto…
-
## Feature description
Allows to declare OpenAPI documentation for controller actions.
This documentation will be declared alongside the `handler` and `http` properties of an action:
```js
a…