In this article, we explore how to implement in-use encryption in MongoDB using Golang, focusing on two main approaches: Client-Side Field Level Encryption (CSFLE) and Queryable Encryption. Through a practical script in Golang, we demonstrate how to secure sensitive data, such as employee salary and personal information, ensuring protection throughout the data lifecycle. We cover the differences between CSFLE and Queryable Encryption, highlighting the types of queries each supports and when to use them.
In this tutorial, I will show how to create a user for the MongoDB database in Atlas using Terraform and how to store this credential securely in HashiCorp Vault.
In this tutorial, I will show you how to create a cluster and backup policies using Terraform and MongoDB Atlas. This tutorial is aimed at people who want to maintain their infrastructure as code (IaC) in a standardized and simple way.
In this tutorial, I will show you how to start using MongoDB Atlas with Terraform and create some simple resources. This first part is simpler and more introductory, but in the next article, I will explore more complex items and how to connect the creation of several resources into a single module. The tutorial is aimed at people who want to maintain their infrastructure as code (IaC) in a standardized and simple way. If you already use or want to use IaC on the MongoDB Atlas platform, this article is for you.
Thesis Title: DB Advisor: Database Recommender System Based on Artificial Intelligence. I developed DB Advisor, a system using AI and LLAMA2, a large language model (LLM), to recommend the best databases based on various criteria.