Announcing Couchbase Mobile 2.6
Priya Rajagopal , Principal Product Manager on August 27, 2019 Today, we’re announcing the general availability of Couchbase Mobile 2.6. This release comes on the heels of Couchbase Mobile 2.5 which we released in...
Operational Database Management Systems
Priya Rajagopal , Principal Product Manager on August 27, 2019 Today, we’re announcing the general availability of Couchbase Mobile 2.6. This release comes on the heels of Couchbase Mobile 2.5 which we released in...
by Itamar Haber Video copyright: Sesame Street tl;dr The clip above is a dashboard recording that demonstrates real-time video analysis in Redis. Its code is at https://github.com/RedisGears/EdgeRealtimeVideoAnalytics and you can scroll down for more...
by Roshan Kumar Recently, I had the honor of presenting my talk, “Redis + Structured Streaming: A Perfect Combination to Scale-out Your Continuous Applications” at the Spark+AI Summit. My interest in this topic was...
by Keren Ouaknine Background RediSearch is a distributed full-text search and aggregation engine built as a module on top of Redis. It enables users to execute complex search queries on their Redis dataset in...
by Lalit Pandit In my previous post, I gave a high-level overview of our Redis-based, industrial Internet of Things (IoT) technology at Inovonics, which is the leader in wireless networks. I will give more...
by Nail Sirazitdinov All modern consumer applications must scale easily and cost-efficiently, and for this, linear database performance is key. With our shared-nothing architecture, we’ve proven again and again that a single Redis Enterprise...
by Pieter Cailliau Today we are happy to announce the general availability (GA) of RedisTimeSeries v1.0. RedisTimeSeries is a Redis module developed by Redis Labs to enhance your experience managing time series data with...
by Pieter Cailliau Introduction After we published our recent RedisGraph benchmarking results, the folks at TigerGraph replied with some thoughts. While we appreciate hearing our competition’s perspective, we’d like to address their accusation of...
By Peter Zaitsev Amazon Aurora with MySQL Compatibility comes in three editions which, at the time of writing, have quite a few differences around the features that they support. Make sure you don’t assume...
The MariaDB Node.js Connector is available through the Node.js repositories. You can install it using npm: $ npm install mariadb Using ECMAScript, prior to 2017: const mariadb = require(‘mariadb’); const pool = mariadb.createPool({ host:...