LTLuke Thompsonintech-blog.luketn.com·1d ago · 25 min readExploring MongoT (Atlas Search)Let’s explore this fascinating and awesome Java project from MongoDB - MongoT! You can check out the source code here: git clone https://github.com/mongodb/mongot MongoT is a wrapper around the ama00