Giter Club home page Giter Club logo

Comments (7)

sing-ideas avatar sing-ideas commented on August 27, 2024 2

Having an Entity Relationship diagram will certainly help new developers to understand such important concept of CDM. This will be very use for us too. Do let us know on how to get ER diagram in any tools.

from cdm.

miroslavplese avatar miroslavplese commented on August 27, 2024 2

Thanks for reaching out - we don't have any tools available today to convert CDM entity schema JSONs to an ER diagram. Our advice for you is to perform resolve operation on all the entities which will remove any nesting/referencing that currently exists in the logical schema (example of entity resolving can be found in the SDK samples). Once this is done, you can code a new utility that will turn the resolved schema into Excel workbooks and then import that into an ER tool.

from cdm.

Olofgo avatar Olofgo commented on August 27, 2024 1

This would be really usefull, some updates?

from cdm.

sing-ideas avatar sing-ideas commented on August 27, 2024 1

How do we get proper training on Microsoft CDM operations/projections? Is there any community to discuss or clarify doubts for our young developers?

from cdm.

Olofgo avatar Olofgo commented on August 27, 2024 1

What is the difference between "Entities" and "Tables" under OperationsCommon?

I understand that Entities is conceptual and that Tables are Physical but can you still use both cstegories as a standard Data Model?

from cdm.

Olofgo avatar Olofgo commented on August 27, 2024

As I can see, the relations are not visible within the "Operations" area in CDM inside https://microsoft.github.io/CDM/SchemaViz.html.

Is that correct or am I missing something?

from cdm.

mafrisci avatar mafrisci commented on August 27, 2024

What is the difference between "Entities" and "Tables" under OperationsCommon?

I understand that Entities is conceptual and that Tables are Physical but can you still use both cstegories as a standard Data Model?

In Finance and Operations there is a difference between a Table (which is pretty close to 1:1 with a SQL table) and an Entity (which behind the scenes is a SQL view that wraps one or more tables, or even other entities and views).

from cdm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.