Open caldeirav opened 1 year ago
Alternative used by Netflix is to have a GraphQL capability on top of Trino: https://netflixtechblog.com/how-netflix-scales-its-api-with-graphql-federation-part-1-ae3557c187e2 https://netflixtechblog.com/data-movement-in-netflix-studio-via-data-mesh-3fddcceb1059
The data exchange layer will have microservices querying data repeatedly. Can we simplify the architecture by plugging microservices directly into Trino with materialized views providing the caching, or do we need an underlying cache service such as Redis? Or can we achieve this by leveraging only Trino materialized views and what would be the performance comparison?
https://trino.io/docs/current/connector/redis.html