Querying NoSQL Databases and Java Concurrency Abstractions
1. Querying NoSQL Databases
In modern applications, data often comes from high - latency sources such as network calls (mostly HTTP) and database queries. NoSQL databases are more modern in terms of providing asynchronous, non - blocking client drivers. We’ll explore Couchbase and MongoDB drivers with native RxJava support.
1.1 Couchbase Client API
Couchbase Server is a modern document database in the NoSQL family. It supports RxJava as a first - class citizen in its client API.
Let’s take an example of querying the travel - sample dataset. Suppose there is a document with ID route_14197 , and a sample route document has the following structure:
超级会员免费看
订阅专栏 解锁全文

1万+

被折叠的 条评论
为什么被折叠?



