Tag Archives: mongodb

Need to install MongoDB, RabbitMQ, or MySQL? Use Docker to simplify dev and test

Almost every interesting application uses at least one infrastructure service such as a database or a message broker. For example, if you tried to build and/or run the Spring Boot-based user registration service you would have discovered that it needs both MongoDB and RabbitMQ. … Continue reading

Posted in docker, microservices, mongodb, rabbitmq | Tagged , , | Leave a comment

Polyglot persistence for Java developers – presented at @oakjug

Last wednesday, I gave a presentation on NoSQL databases at the East Bay Java User Group (@oakjug), which meets monthly in downtown Oakland, CA.  The talk gives an overview of NoSQL and compares and contrasts Redis, Cassandra and MongoDB using … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment