mirror of
https://github.com/osmosis-labs/osmosis.git
synced 2026-01-23 06:35:58 +00:00
* update path v31 * fix binary json * update changelog * create new v31 merge section * fix v30 upgrade test
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.