Pere Miquel BrullforCollate Blogblog.getcollate.io·Dec 18, 2024Announcing Collate 1.6Collate delivers new capabilities for automated governance and data observability with the latest 1.6 release for its managed OpenMetadata service. A key milestone is the new governance framework, which enables a new roadmap of capabilities, starting...Releasedata-governance
Nathan Kaduruhimwhowrote.hashnode.dev·Oct 28, 2024Understanding Database Design and Modeling: From ER Diagrams to UML and Class StructuresIf you’re stepping into database design and modeling for the first time, concepts like Entity-Relationship diagrams, Normalization, UML, and Class Diagrams might sound intimidating. But once you understand the basics, these tools will make organizing...Databases
Monette Nicolasnet150.hashnode.dev·Oct 17, 2024Activity #15: Research Cardinality in Entity-Relationship DiagramsIntroduction Cardinality is a critical concept in Entity-Relationship Diagrams (ERDs) that describes the relationship between entities in a database. It defines how many instances of one entity can or must be associated with instances of another enti...ERD (Entity-Relationship Diagrams)
Cañete,Brandon L.git-fundamentals-documentation.hashnode.dev·Oct 4, 2024Cardinality in Entity-Relationship DiagramsWhat is cardinality in the context of Entity-Relationship Diagrams (ERDs)? Cardinality is the mathematical sense just means the number of values in a set. In relationship to databases and ERD, cardinality specifies how many instances of an entity re...ERD (Entity-Relationship Diagrams)
Analytics Engineering Digestthatjuanpablo.hashnode.dev·Sep 27, 2024Dimensional Data Modeling for an E-Commerce StoreIntroduction: Understanding the Business Process In an online retail environment like Walmart, there are multiple critical processes involved in fulfilling customer orders. These include capturing customer details, managing product inventories, proce...data-engineering
Thirdy Gayaressoftware-engineer.thirdygayares.com·Sep 27, 2024Cardinality in Entity-Relationship Diagrams (ERDs)image from: Entity-Relationship Diagram Symbols and Notation | Lucidchart In database design, an Entity-Relationship Diagram (ERD) is a tool that helps visualize how entities (tables) relate to each other. One important aspect of ERDs is the concept ...MySql Databasecardinality
Sachin Rajbharsachinrajbhar.hashnode.dev·Sep 19, 2024Applied Database Management SystemMy DBMS, Entity Relationship Diagram, and SQL learnings from Lakshay Kumar & Love Babbar All Topics Covered:❇️Three-level architecture (External views/Logical/Physical)❇️DBMS & DB❇️DB Schema or Data Model [Conceptual or Logical Level]❇️Database Lan...Design
Sai Krishna Gottipalliblog.10xsai.com·Sep 14, 2024Role-Based Access Control (RBAC): A Simple and Elegant Implementation - Part 1In today's digital landscape, securing access to resources is paramount. Role-Based Access Control (RBAC) is a powerful approach to managing user permissions efficiently. This blog post will guide you through implementing RBAC in a simple yet elegant...56 readsRole Based Access Control (RBAC) - A practical guiderole-based-access-control
Juste R. Bocovojuste.bocovo.me·Jul 27, 2024Visualize the entity relationship diagram from Prisma code in the VsCode editorIf you are a Prisma user, I have great news for you. This about a VsCode extension that let you visualize your Prisma code in ERD directly in your VsCode Editor. That give you more readability of your database schema. The extension has some interesti...371 readsprisma
Juste R. Bocovojuste.bocovo.me·Apr 28, 2024Preview DBML code from VscodeIf you're a dbdocs or dbdiagram user, you've probably written DBML code from your editor (Vs code ). This extension enhances your experience by allowing you to view your DBML code in an ERD ( Entity Relation Diagram ) from your editor. How does it wo...2 likes·861 readsdbml