Database

Architecting Multi-region Database Disaster Recovery For MySQL
Enterprises expect extreme reliability of the database infrastructure that’s accessed by their applications. Despite your best intentions and careful engineering, database errors happen, whether that’s machine crashes or network partitioning. Good planning can help you stay ahead of problems and recover more quickly when issues do occur. This blog shows one approach of deploying a database architecture …

InfluxData Announces Availability Of The Leading Time Series Platform On Google Cloud
InfluxData, creator of the time series database InfluxDB, announced the availability of InfluxDB Cloud on Google Cloud. The strategic collaboration, originally announced in April 2019, is part of a major Google Cloud initiative to make the most powerful open source technologies more accessible to its customer base. InfluxDB Cloud on Google Cloud delivers the leading …

PrestoMall Banks On Alibaba Cloud’s PolarDB For Its Next Phase Of Growth
Alibaba Cloud, the data intelligence backbone of Alibaba Group, has offered PolarDB to PrestoMall, a leading e-commerce platform in Malaysia as a catalyst for growth. With this next-generation relational database technology PrestoMall will scale and manage its operations more effectively. PrestoMall, previously known as 11street Malaysia, is the largest homegrown online marketplace in the country …

Microsoft Build 2019 | Develop data application on a no-limits SQL data platform
Microsoft Build 2019 | Develop data application on a no-limits SQL data platform Session ID: BRK4003 Come learn how to integrate, deploy and modernize your data platform to Azure SQL Database Hyperscale. Hyperscale offers a data tier that has infinite scale, optimized for highly transactional workloads and offers seamless integration with all the game …

How To Install And Configure Neo4J In Ubuntu
Overview This guide contains instructions on how to install and do basic configuration of a Neo4J database. Prerequisites Operating System: Ubuntu 18.04 Access to a Terminal or Shell Console Installation 01: Open a terminal window 02: Update the package repository list 03: Install Java. We will be using OpenJDK 8. Other …

How To Install And Configure PostgreSQL In Ubuntu
Overview This guide contains instructions on how to install and do basic configuration of a PostgreSQL database. Prerequisites Operating System : Ubuntu 18.04 Access to a Terminal or Shell Console Install 01: Open a terminal window 02: Update the package repository list 03: Install PostgreSQL via APT package manager. Enter y …

How To Install And Configure MsSQL In Ubuntu
Overview This guide contains instructions on how to install and do basic configuration for MsSQL on an Ubuntu system. Prerequisites Operating System : Ubuntu 18.04 or 16.04 Access to a Terminal or Shell Console Installation 01: Open a terminal window 02: Import the public repository GPG keys 03: Register the Microsoft …

How To Install And Configure Couchbase DB In Ubuntu
Overview This guide contains instructions on how to install Couchbase NoSQL database on an Ubuntu 16.04 system. Prerequisites Operating System : Ubuntu 16.04 Access to a Terminal or Shell Console Couchbase requirements Minimum RAM: 4 GB Minimum number of processors: 4 Installation 01. Download Couchbase server from https://www.couchbase.com/downloads. Choose Community and from the …

Google I/O 2019 | Cloud Firestore Data Modeling
Google I/O 2019 | Cloud Firestore Data Modeling So, you’re building your first app using Cloud Firestore, and these NoSQL databases are still new to you. How can you set up your data in Cloud Firestore so that you can a) Perform all the queries you want, while b) Keep everything running quickly, and c) …

How To Install And Configure MySQL In Ubuntu
Overview This guide contains instructions on how to install and do basic configuration of a MySQL database. At the time of this writing, the stable version is 5.7. Prerequisites Operating System: Ubuntu 18.04 Access to a Terminal or Shell Console (Need proper and consistent term for this) Installation via Package Manager 01. Open …