Limitations and considerations
Limitations (current)
- Rate limit
- 100 requests per minute
- Payload size limits
- 2MB
- To enable support for popular libraries (e.g. Kafka), a max payload size of 1MB is recommended.
- No support for MQTT in Python client library
Considerations
Ingest frequency
There are two ways to configure ingest frequency:
- Package ingest: Frequency of how often you would send a package to the Vista GW.
- Sampling rate: A package can contain a batch of timeseries and events for multiple timestamps.
Example:
- Package ingest: Dispatch a package every second to the Vista Gateway.
- Sampling rate: Each package contains data for 10 timestamps per data point
- Result: DNV would receive 10Hz data, at 1Hz.