InfoQ Homepage Document DB Content on InfoQ
News
RSS Feed-
Google Introduces Firestore Multiple Databases
Google Cloud recently announced the general availability of Firestore Multiple Databases. The new feature is designed to isolate customer data and facilitate the management of microservices, as well as development, test, and staging environments.
-
RavenDB 5 Improves Distributed Time-Series, Document Compression, and Indexing
RavenDB, a NoSQL document database with multi-document ACID transactions, adds distributed time-series support, smart document compression, and enhanced indexing in the RavenDB version 5 release.
-
Concept and Object Modeling Notation for Data Modeling NoSQL Databases
Ted Hills hosted a workshop at the recent Data Architecture Summit 2018 Conference about data modeling for relational and NoSQL databases. He said that the NoSQL movement helped the database community realize two things. First, not every application needs ACID properties. Second, the tabular data organization is still a good choice for much data, although not for all datasets.
-
Couchbase 4.6 Developer Preview Released, Adds Real-Time Connectors for Apache Spark 2.0 and Kafka
Couchbase 4.6 Developer Preview features full text search improvements, cross data center replication with globally-ordered conflict resolution and connectors for real-time analytics technologies: one for Spark 2.0 and the other for Kafka.
-
Lessons Learned from Eight Years of Using NoSQL
NoSQL database adoption in a large organization takes significant effort and time for the transition from using relational database models to NoSQL databases. Mike Bowers, Enterprise Data Architect at LDS Church, spoke at the recent Enterprise Data World Conference about lessons learned from eight years of using NoSQL databases.
-
Couchbase 4.0 Supports Multi-dimensional Scaling, Geospatial Indexes and New Query Language N1QL
Latest version of Document NoSQL database Couchbase supports multi-dimensional scaling, geospatial indexes and new query language called N1QL. Couchbase team announced earlier this month the general availability of Couchbase Server 4.0 version which also supports new filtering capabilities on Cross Datacenter Replication (XDCR) and enhanced security.
-
Introducing Biggy: An ORM-like Library for Document Databases
When working with relational data, there are several options for lightweight databases such as SQLite and SQL Server Compact. But when your needs are better met by a document style database there is a surprising lack of options. Hence the creation of Biggy.
-
RavenDB 2.5 with Dynamic Aggregation and Query Streaming
A stable version 2.5 of the document database RavenDB has been released with dynamic aggregation allowing for complex queries and an Unbounded results API using query streaming to retrieve large result sets in a single request.
-
Couchbase Releases Couchbase Server 2.0 GA
Couchbase Server 2.0 main features include flexible JSON data model, distributed indexing and querying, incremental map-reduce, and cross data center replication.
-
Interview: Richard Hipp on UnQL, a New Query Language for Document Databases
This interview with Richard Hipp, creator of SQLite, unveils the details of UnQL, a new query language for JSON document databases. Hipp mentions UnQLite, an embedded document database he plans to create.