Computer Software - Los Angeles, California, United States
CacheQl is a server-side developer library that caches both full and partial GraphQL queries. The local storage that MongoDB and Postgres have access to on a single machine will almost always be faster for a single client, but we focused on beating the cloud responses from database queries for multiple clients. (In our Github repository, you can see that we made use of a Redis cache and implemented their library methods.)CacheQL is the stopping point between your server and the database, where multiple client requests can pull full queries and partial queries from the cache in an attempt to reduce the demand on the database (AKA partial field validation). This solution can potentially be implemented in any codebase that wants to make use of a server-side cache for their GraphQL queries!