I want to use a MongoDB backend with RRD4J. Unfortunately, I can't find a fully working minimal example because of API changes and lacking documentation...
@kevinadi suggestion solved my issue. I add that it needs the mongodb-driver-legacy because RRD4J uses the legacy APIs.
mongodb-driver-legacy
@kevinadi suggestion solved my issue. I add that it needs the
mongodb-driver-legacybecause RRD4J uses the legacy APIs.