Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究一个与 Vert.x 一起使用的 NoSQL 数据库,基于 mongoDB 的结果不太好,所以我正在研究 CouchDB/CouchBase,至少因为我们的一些数据收集在由 Arduino 提供的 RaberryPI 上运行I/O(带有用于离线收集的 Rasbery PI CouchDB 实例)。
什么 Java 库最适合/最适合与 CouchDB 和 Vert.x 一起使用
我对 vert.x 了解不多,但它似乎在 JVM 上运行,所以你应该能够使用Ektorp,这几乎是当今 CouchDB 的标准 Java 库。据我所知,它涵盖了所有核心功能,经过深思熟虑,并且维护者对拉取请求等做出了合理的响应。
这里有更多关于 Ektorp 的文档。