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
How MongoDB Protects Against Supply Chain Vulnerabilities

Read: https://www.mongodb.com/blog/post/how-mongodb-protects-against-supply-chain-vulnerabilities
When a database query is unexpectedly slow

In this micro post, I would like to share my experience in improving database query time.
I have recently encountered an issue that my PostgreSQL database query was surprisingly slow. I have an Offer table that has a foreign key to the Customer table...

Read: https://jorzel.hashnode.dev/when-a-database-query-is-unexpectedly-slow
5 Common Ways Data Analytics Can Benefit Your Business

Data analytics is the key to unlocking businesses' enormous range of data, which offers important insights. An organization can benefit from data analytics in a variety of ways, such as by tailoring a marketing message to a specific client or by reco...

Read: https://datasciecnce.hashnode.dev/5-common-ways-data-analytics-can-benefit-your-business
Points to be considered before choosing a Data Repository

What is the type of data - Structured, Unstructured, semi- Structured?
The schema of the data
What are its performance requirements
Whether you're working with data at rest or streaming data.
Data Encryption needs
Volume of data and whether you nee...

Read: https://pooj124.hashnode.dev/points-to-be-considered-before-choosing-a-data-repository
MongoDB and IIoT: Data Streaming With Kafka

Read: https://www.mongodb.com/blog/post/mongodb-iiot-data-streaming-kafka
4 Common Misconceptions About Security That Hackers Hope You Don't Know

Read: https://www.mongodb.com/blog/post/hack-common-security-issues-fix-them
Data Ecosystem, Repositories, Pipelines and Integration - Part 1

The ecosystem exists for:

Extracting data from disparate sources
Architecting and managing data pipelines for transformation, integration, and storage
Architecting and managing data repositories
Automating and optimizing workflows and flow of data ...

Read: https://pooj124.hashnode.dev/data-ecosystem-repositories-pipelines-and-integration-part-1
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