Results for: elasticsearch

What Is a Graph Database?

April 22, 2021

Graph databases are NoSQL systems created for exploring correlation within complexly interconnected entities. Learn when and how to use them.

Read more

What is Helm? Helm and Helm Charts Explained

March 11, 2021

Helm automates application deployment to Kubernetes clusters. Helm provides a templating approach to deployment, which makes the process of going from testing to production a smoother experience.

Read more

How to Use Environment Variables with Helm Charts

February 24, 2021

Helm charts are used to collect and package Kubernetes resources into simple and efficient clusters.
In this tutorial, learn how you can incorporate environment variables into your Kubernetes apps by using Helm charts.

Read more

SQL vs NoSQL: What's the Difference?

August 25, 2020

There are two main types of database solutions: SQL and NoSQL. In this article, you will learn the key differences between these database types.

Read more

NoSQL Database Types

June 10, 2020

NoSQL databases are an alternative to the traditional SQL databases. They are more flexible, scalable and functional for working with big data. There are different types of NoSQL databases. The most widely used types include: key-value databases, document databases, wide-column databases, and graph databases.

Read more