Bhoomi
Satellite imagery is awkward to serve — the files are enormous and the processing is slow enough that you cannot do it inside a request. This ingests it, hands the heavy work to Redis and RQ workers so requests come back straight away, and speaks OGC API Features and Processes, which means it opens directly in QGIS instead of needing a client written for it. Geometry lives in PostGIS with spatial indexes.