Starting this week, we want to communicate our progress through a weekly blog series. Please reach out to us with any feedback or if you like to see anything in particular. This is a mega update where we released several features that were in development.
Dozer is now available on homebrew and deb install.
# Mac
brew tap getdozer/dozer
brew install dozer
# Ubuntu
curl -sLO https://github.com/getdozer/dozer/releases/latest/download/dozer-linux-x86_64.deb \
&& sudo dpkg -i dozer-linux-x86_64.deb
As a developer, you're no stranger to the challenges of creating a cohesive API from multiple microservices. But with Dozer, you can say goodbye to the complexity and hello to lightning-fast results. Dozer automates every step of the process, from building data pipelines to real-time data aggregation, indexing, and lightning-quick queries. With just a simple configuration, you can generate gRPC and REST APIs and integrate with your customer-facing products. Let's walk through the experience of the speed and ease of real-time API creation with Dozer.

Ever come across occasions when you run into query performance issues for important queries that run on your database? This is when most companies will look to introducing a caching layer to improve the speed of queries.
