Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Software Engineering

Questions tagged [data-modeling]

Ask Question

Elaborating passive data structures based on the analysis of data requirements for the purpose of designing and implementing standardised data formats, databases and data processing systems.

112 questions
Filter by
Sorted by
Tagged with
2votes
1answer
95views

I am working on a system of websites and am back to an age-old problem of how to group the content.In simplest terms, I am wanting to build something like a hierarchical organization of content, ...
Lance Pollard's user avatar
-2votes
2answers
152views

We have a system where customers can be created in two ways:By a company — the customer belongs to that company and the company can edit their information.By a mobile user — the customer has a ...
1vote
1answer
143views

Edit: writing a more specific question, as per comment, I guess my question boils down to: are dynamic properties designs appropriate for applications with rich UI and complex business logic (as ...
0votes
1answer
628views

Consider the following level - 0 dataflow diagram for a patient management system :Consider the doctor entity, the system provides an appointment report to the doctor. If the system only generates ...
AAA's user avatar
  • 43
-1votes
1answer
228views

I have a wide CSV file of about 350mb, and want to load it into a SQL database and properly model the data to make it easier to use for analysis.I could split the data into tables with python and ...
HappilyCoding's user avatar
0votes
1answer
102views

We are migrating a template that was a mere questions array questions[ { type:text, name:first, value:What is our name },{ type:radio, name:favourite fruits, value:[ ...
veritas's user avatar
1vote
5answers
344views

I believe this forum is the correct one for my question, based on the community guidelines but let me know if not. It seemed like the best fit.I am performing a data modeling exercise to formulate a ...
Steven's user avatar
0votes
2answers
125views

We have 2 vehicle types in our system Car and Bike. Both can be associated with a Report.There are components in our system which operate on Report but when dealing with the report they need to check ...
tim's user avatar
  • 131
1vote
2answers
1kviews

I'm working on a python library for a REST API.I'm using python data classes to represent the structure of the returned JSONThe v2 of this API returns a slightly different object when compared to v1....
rsn's user avatar
  • 127
1vote
0answers
1kviews

I'm working on a python wrapper for a REST API. I'm using python data classes to store the shape of the JSON response of each endpoint so developers have features like autocomplete and objects they ...
rsn's user avatar
  • 127
3votes
1answer
307views

I have read through a number of posts on Software Engineering but am unable to find a suitable solution for the problem my team and I are trying to solve.We are building a system where we have ...
-1votes
1answer
443views

Consider a context where we have Users saving Questions and adding personal Tags to them.In a graph-based paradigm, a first approach could be something like:(User)-[SAVES {tags}]->(Question)...
1vote
2answers
2kviews

How do you document the logical data model of a document-oriented database like MongoDB?For relational databases, Entity-Relationship diagrams or UML class diagrams are used.What is the practice for ...
0votes
1answer
76views

Let us say I want to store on a database a userID, their nationality and if they are from the UK their UK passport number.I could model this by having one table with userID as primary key, ...
Cap Barracudas's user avatar
1vote
4answers
627views

It often happens that we have a set of structured data. Let's say our data is about charitable organizations. I could turn it into a list/set of objects/structs:struct Charity { let name: String ...

153050per page
1
2345
8

Hot Network Questions

more hot questions
Newest data-modeling questions feed

[8]ページ先頭

©2009-2025 Movatter.jp