Files
Supanat b208bfd786 chore: update module path to v31 (#9560)
* update path v31

* fix binary json

* update changelog

* create new v31 merge section

* fix v30 upgrade test
2025-10-14 09:47:17 +07:00
..

Sidecar Query Server Ingester

This is an implementation of the sidecar query server (SQS) ingester.

Please find the sidecar query server here

The use case for this is performing certain data and computationally intensive tasks outside of the chain node or the clients. For example, routing falls under this category because it requires all pool data for performing the complex routing algorithm.

SQS is meant to offload the query load from the chain node to a separate server. Primarily, we use it for swap routing.

Integrator Guide

Follow this link to find a guide on how to integrate with the sidecar query server.