Ahmed Sayedamsayed.hashnode.dev·Jul 14, 2023NoSQL Databases: A Guide with Python Code Snippets Document databasesIn this Lab, we will explore NoSQL databases - what they are, why they are used, and how we can interact with them using Python. We'll be using MongoDB, a popular NoSQL database, and pymongo, the Python driver for MongoDB. What are NoSQL Databases? N...NoSQL Databasesdocument database
Bidit Sadhukhanbiditsadhukhan.hashnode.dev·Jun 30, 2023Complete Guide to OrientDB Installation, Configuration, and Running Gremlin Commands on Ubuntu 22.04Installing OrientDB from Source on Ubuntu OrientDB is a powerful, open-source multi-model database management system. This guide will walk you through installing OrientDB from source on Ubuntu. Prerequisites Before proceeding with the installation, e...10 likes·76 readsDatabases