Skip to main content

Limitations and considerations

Limitations (current)

  1. Rate limit
    • 100 requests per minute
  2. Payload size limits
    • 2MB
    • To enable support for popular libraries (e.g. Kafka), a max payload size of 1MB is recommended.
  3. No support for MQTT in Python client library

Considerations

Ingest frequency

There are two ways to configure ingest frequency:

  1. Package ingest: Frequency of how often you would send a package to the Vista GW.
  2. 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.