Ralph's Blog about this and that (RSS | Atom)

Working with MongoDB Capped Collections from Java

Published: 4. February 2018  •  Updated: 5. February 2018  •  mongodb, java, database

A brief overview of capped collections in MongoDB and how to access them from Java

Working with MongoDB TTL Indexes from Java

Published: 5. February 2018  •  database, mongodb, java

A brief introduction to time to live indexes in MongoDB and how to access them from Java

MongoDB Schema Validation with Java

Published: 30. July 2025  •  java, mongodb

How to use MongoDB schema validation in Java applications to ensure data integrity and consistency.