Hello Community,
Today, I run some elasticsearch clusters to index a large number of structured JSON documents spread across 100s of indices. This is wrapped by a microservice service X, to which a user makes calls (with elastic DSL), and X queries elasticsearch behind the scenes.
Now, If I want to achieve this using Microsoft Fabric (where X queries Fabric instead of Elastic) - What are some options I can explore? Fabric SQL can be one I am thinking to explore - but what are some other things I can explore to achieve this functionality?