1 repositorio
Simulations of high-performance cache accelerators to verify application behavior without live cloud infrastructure.
Distinct from Cache Behavior Simulators: None of the candidates describe mocking a cloud-provider's specific cache accelerator service like AWS DAX.
Explore 1 awesome GitHub repository matching devops & infrastructure · Cache Accelerator Simulations. Refine with filters or upvote what's useful.
Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com
Provides a mock implementation of DAX clusters to test application performance and caching behavior locally.