Use MongoDB to store Java Application Logs
Introduction
MongoDB is a NoSQL database program and uses JSON-like documents with optional schemas. Which makes it exceptionally great for storing logs.
I wrote a simple spring boot microservice to consume logs using a REST API and a Kafka Listener ...
manitaggarwal.com2 min read