Atlas Search Spring Data for MongoDB
On a weekend of May 2022, I decided to build a Java library to perform Atlas Search queries through Spring Data for MongoDB. Atlas Search is a cloud hosted service to make Lucene indices available to MongoDB instances - it takes the hassle away from building integration to get data from MongoDB into something like Apache Solr or ElasticSearch (BTW, if you decide to do this, look at Monstache!).
It’s hosted on GitHub at nitredd/atlasSearchSpringDataMongoDB
It essentially builds the aggregation query pipeline stage for the Atlas Search query.
In August 2022, Edward Mallia contributed code for the Atlas Search Facet operator, and we then starting providing consulting (through our employer) for the library.
If you decide to use it, do send us a shoutout or a high-five.