Close

mongoDB, DynamoDB

MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with the schema. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License.

Choosing the Right DynamoDB Partition Key

Choosing the Right DynamoDB Partition Key

Choosing the right partition key is essential in designing and building scalable and reliable applications on top of DynamoDB. What is a partition key? DynamoDB supports two types of primary keys: Why do I need a partition key? DynamoDB stores data as groups of attributes known as items. Items are […]

Devamını Oku

What Is Debezium?

What Is Debezium?

Debezium is an open-source distributed platform for change data capture (CDC). It provides a scalable and reliable way to capture and stream changes from databases (such as MySQL, PostgreSQL, and MongoDB) to event streams in Apache Kafka. Debezium can track changes to data in real-time, making that data available for […]

Devamını Oku

Announcing the Official MongoDB Rust Driver

Announcing the Official MongoDB Rust Driver

I’m delighted to announce that we are releasing our first alpha build of MongoDB’s new official Rust driver. Rust at MongoDB MongoDB has a surprisingly long history with Rust. In 2013, two interns wrote a prototype Rust driver for the database targeting Rust 0.7. Still, because the Rust language was evolving […]

Devamını Oku

An Introduction To NoSQL Databases

An Introduction To NoSQL Databases

This is a beginners guide to NoSQL databases. We will talk about what they are, the advantages and disadvantages of NoSQL and relational databases and also the different types of NoSQL including document databases, column stores, key-value stores and graph databases

Devamını Oku

Introduction to MongoDB and Installing MongoDB

MongoDB

MongoDB is one of the most used, open-source document database, and NoSQL database. MongoDB is developed by 10gen. It is written in c++ and it is a document-oriented database. It uses BSON format. This tutorial will provide you good understanding on MongoDB concepts and provide you the hands on skills […]

Devamını Oku

The Making of Python

The Making of Python

A Conversation with Guido van Rossum by Bill Venners January 13, 2003 Summary Python creator Guido van Rossum talks with Bill Venners about Python’s history, the influence of the ABC language, and Python’s original design goals. Guido van Rossum is the author of Python, an interpreted, interactive object-oriented programming language. […]

Devamını Oku