The Tracker HUB is a centralized service designed to manage and process tracking data efficiently. It primarily receives payloads in a standardized format to ensure seamless integration and streamlined data processing. And for clients unable to conform to this format, the system offers optional vendor-specific adapter endpoints to transform non-compliant payloads into the required format.The API architecture is optimized for scalability and performance. Requests are divided into two main categories:
Read Operations: These use the /read path in the Base URL and are dedicated to retrieving or listing existing data.
Write Operations: These use the /write path in the Base URL and are focused on creating or modifying data within the system.
This separation ensures that the system can handle a high volume of simultaneous position data submissions while maintaining low latency and minimal queues for read operations.