DATABASE DESIGN – Telegram
DATABASE DESIGN
1.41K subscribers
2.08K photos
3 videos
5.32K links
Лучшие материалы по работе с хранилищами данных на русском и английском языке

Разместить рекламу: @tproger_sales_bot

Правила общения: https://tprg.ru/rules

Другие каналы: @tproger_channels

Другие наши проекты: https://tprg.ru/media
Download Telegram
ER Model In DBMS

What things you will learn from this blog 🔍
ER model is the hot topic from which a lot of questions comes in interviews , so if you are looking for simple and concise introudction about ER model in database management system then you are at the righ...

Read: https://yuvraj01.hashnode.dev/er-model-in-dbms
AWS and MongoDB: Partners in Reliable, Resilient Cloud Environments

Read: https://www.mongodb.com/blog/post/aws-mongodb-partners-reliable-resilient-cloud-environments
Личный опыт: переезд на собственное хранилище репозиториев в GitLab CE

На связи Саша Хрущев, технический директор IT-компании WINFOX. Рассказываю, как мы быстренько развернули свое независимое локальное хранилище репозиториев в GitLab CE, сколько времени это заняло и какие особенности вам нужно учитывать при переезде, чтобы все прошло гладко.


Читать: https://habr.com/ru/post/681888/
Use Amazon RDS Proxy to provide access to RDS databases across AWS accounts

Read: https://aws.amazon.com/blogs/database/use-amazon-rds-proxy-to-provide-access-to-rds-databases-across-aws-accounts/
MongoDB Connection for Newbies

There are various types of databases such as NoSQL, cloud, object-oriented, relational and so on and so forth but it can be pretty hard to understand the key concepts of them when you are a newbie. For the amateur coders, MongoDB is one of them. It i...

Read: https://semih.hashnode.dev/mongodb-connection-for-newbies
👎1
Introducing DML auditing for Amazon DocumentDB (with MongoDB compatibility)

Read: https://aws.amazon.com/blogs/database/introducing-dml-auditing-for-amazon-documentdb-with-mongodb-compatibility/
MongoDB Connection for Newbies

There are various types of databases such as NoSQL, cloud, object-oriented, relational and so on and so forth but it can be pretty hard to understand the key concepts of them when you are a newbie. For the amateur coders, MongoDB is one of them. It i...

Read: https://semih.hashnode.dev/mongodb-connection-for-newbies
Data Engineering - Career Path

These questions have been curated based on the interviews of various data Professionals in the industry as stated in the IBM Data engineering specialization. They will be helpful to anyone attending interviews for DE roles, it also gives a glance to ...

Read: https://pooj124.hashnode.dev/data-engineering-career-path
Hear From the MongoDB World 2022 Diversity Scholars

Read: https://www.mongodb.com/blog/post/hear-from-mongodb-world-2022-diversity-scholars
Data Ecosystem, Repositories, Pipelines and Integration - Part 2

Relational Databases

Collection of data organized into a table structure where the tables can be linked, or related, based on data common to each.
Build on the organizational principles of flat files such as spreadsheets, with data organized into r...

Read: https://pooj124.hashnode.dev/data-ecosystem-repositories-pipelines-and-integration-part-2
Database roles and access control

Database roles are used to manage database access permissions. A database role is an entity that contains information that define the following:

Can you login?
Can you create Database?
Can you write to tables ?

Secondly, it defines what the client ...

Read: https://rukayat-balogun.hashnode.dev/database-roles-and-access-control
Amazon RDS Custom for Oracle now supports Scale Compute

Amazon Relational Database Service (Amazon RDS) Custom for Oracle now supports Scale Compute operation. With this, you can now scale your Amazon RDS Custom for Oracle instance up or down.
Amazon RDS Custom is a managed database service for legacy, cu...

Read: https://awsnotes.co/amazon-rds-custom-for-oracle-now-supports-scale-compute
Connect Your Django Projects to PlanetScale Databases

TL;DR
PlanetScale is a MySQL-compatible serverless database platform. Since its database service is a bit different from the actual MySQL, there are some limitations that you can't ignore and must resolve to be able to work with their services. This ...

Read: https://imsadra.me/connect-your-django-projects-to-planetscale-databases
SQL Database

WHAT IS DATABASE AND mySQL?

Database is collection of data stored in such manner that it can be easily accessed.

So you have a database managment system which connects computer to database

There are two types of databse first is relational & anot...

Read: https://booleanbug.hashnode.dev/sql-database
Децентрализованное будущее. Каждому человеку — безопасная капсула для личных данных

В 2009 году, когда самым продвинутым браузером в мире считалась Opera, разработчики выкатили уникальную функцию Opera Unite, что-то вроде интегрированного веб-сервера. Со своей маршрутизацией, схемой именования ресурсов и прокси — всё внутри экосистемы из одноранговой сети пользователей. Грубо говоря, каждый пользователь Opera становился хостером — и раздавал статические ресурсы.

В 2012 году проект Opera Unite закрыли. Ребята примерно на десять лет опередили время…


Читать: https://habr.com/ru/post/681356/
MariaDB Q3 2022 maintenance releases

Read: https://mariadb.com/?p=32501
How To Clean Structured Data Using Python.

INTRODUCTION
Python is a powerful, multipurpose programming language used in plethora of professions such as web development , software development, data science, machine learning and so many more.
In recent years, application of python in data analy...

Read: https://heyfunmi.hashnode.dev/how-to-clean-structured-data-using-python
From Local Deploy to Graph Data Science Using Neo4J!

This post on Medium briefly summarizes Neo4J, what it is, who uses it, what it’s for!

Thanks to Neo4j, the U.S. Army can now rapidly store, explore and visualize this wealth of >logistical data. The contrast with their previous system is stark.
“Typ...

Read: https://josueluzardogebrim.hashnode.dev/from-local-deploy-to-graph-data-science-using-neo4j
Use MySQL database in Golang

In this blog, I am going to make a web application that will store the data of the signup users in the MySQL database.
MySQL is a relational database management system (RDBMS) developed by Oracle that is based on structured query language (SQL).
MySQ...

Read: https://ibilalkayy.hashnode.dev/use-mysql-database-in-golang
Собираем и деплоим приложение на Node.js с помощью werf. Работа с базой данных

Как в MySQL добавить Node.js приложение, развернуть базу данных в кластере, как правильно инициализировать её и выполнить миграции.

Читать: «Собираем и деплоим приложение на Node.js с помощью werf. Работа с базой данных »
👍1
Foreign Key and Referential Integrity

What you will gain from this blog post?
If you are one who is struggling to get the concept of foreign key and referential integrity to stick in your mind, then let me tell you that you are at the right place, because after reading visually appealing...

Read: https://yuvraj01.hashnode.dev/foreign-key-and-referential-integrity