Questions tagged [datamodel]

According to Hoberman (2009), "A data model is a wayfinding tool for both business and IT professionals, which uses a set of symbols and text to precisely explain a subset of real information to improve communication within the organization and thereby lead to a more flexible and stable application environment.

In software engineering, the term data model is used in two related senses. In the sense covered by this article, it is a description of the objects represented by a computer system together with their properties and relationships; these are typically "real world" objects such as products, suppliers, customers, and orders. In the second sense, covered by the article database model, it means a collection of concepts and rules used in defining data models: for example the relational model uses relations and tuples, while the network model uses records, sets, and fields.

References:

584 questions
-1
votes
1 answer

Entity Relationship Diagrma dilemma

As part of an assessment I am trying to build an E-R diagram for an E-Commerce site. There is a Customer and Producer as part of the e-commerce site as players. So, I thought of creating a table - Legal Entity with LegalEntityID as a primary key and…
-1
votes
1 answer

Reactjs JSON data into model class

Web API Service some columns do not return from service. For this reason, the columns I use on the front face can get the undefined error. Because if a field is empty it does not return from service. This is a company rule and i can't change it! I…
skarakas
  • 156
  • 1
  • 2
  • 12
-1
votes
1 answer

How to specify this form of follower/like data in a data-model, ERD, or database schema?

I've been trying to learn more about how to design something like a follower/following/like data struct for a service like instagram. I'm having trouble understanding a few basic things: when people say, tell me about the high-level datamodel for…
-1
votes
1 answer

I would like to implement a universal Data Model class which will have one attribute of type string

I would like to implement a universal Data Model class which will have one attribute of type string and it will contain the entire server json response So I am a junior android developer and the question i have in mind is that i have to create a…
Shayan khan
  • 311
  • 5
  • 12
-1
votes
1 answer

How to save images taken by the user in app to an array of UIImages? Swift 4

I have a simple app where the user taps on a button to bring up a camera, he then takes a picture and I want that picture to then be appended to an array of UIImages objects. I have made a version which I am not sure if it works. Bellow is the code…
J. Hoe
  • 53
  • 1
  • 10
-1
votes
1 answer

Practical tips on documenting Excel Queries, data model tables, pivot tables?

Building a BI system (dashboards) in Excel using imported tables (from excel files). We're using Excel 2016 query, data model, measures using DAX expressions, resulting in more pivot tables (some of which are reloaded into data model), etc. My…
JMKõ
  • 61
  • 1
  • 8
-1
votes
1 answer

"graph databases store relationship data as first-class entities", what does it mean exactly?

I want to know what does this sentence mean exactly in graph databases? "graph databases store relationship data as first-class entities" can you please give an example?
PTTT
  • 251
  • 1
  • 10
-1
votes
1 answer

How to generate a full server stack in Java with API for CRUD operations from a data model?

Motivation: All the servers I've developed have many of the same characteristics, though all differ in implementation. The question is How to engineer a full server stack in Java with the following requirements? And if it can be engineered, can…
AlikElzin-kilaka
  • 34,335
  • 35
  • 194
  • 277
-1
votes
1 answer

Convert XSD to datamodel

I'm looking for converting XSD schema into datamodel. Do we know how to convert XSD into datamodel using any tool or some set of code? Any help would be greatly appreciated. Data Model defines how to convert data to and from XML. Data Models are…
Hemal
  • 1
  • 1
-1
votes
3 answers

Choosing data access methods in ASP.NET MVC

As I am a beginner to ASP.NET MVC, I would like to know what are the best data access methods for ASP.NET MVC?
ACP
  • 34,682
  • 100
  • 231
  • 371
-2
votes
1 answer

What's the relationship between metadata and data model?

Is is appropriate to consider metadata as the instance of data model? I am sure that in relational DBMS, foreign key is part of its data model, and the specification of foreign key is kind of metadata. But I found no evidence that is instance of…
-2
votes
2 answers

How to parse Nested JSON from URL?

Trying to parse nested json. Trying to grab the content within the nested json file. Appears to be an array of dictionaries. Within that we want a field that has dictionary content (posts). Then within that the custom_fields which is an array of an…
Kevin
  • 1
  • 1
-2
votes
1 answer

Data modeling for Friendship/Relation for Social Networking website

I want to know which site give me knowledge of data modeling specially for social networking site for nosql database? thanks
Manish Sapkal
  • 5,591
  • 8
  • 45
  • 74
-3
votes
2 answers

About Java framework on Node Map

I am looking for a framework in collection like List, Set, Map which can create a data model like the pic show. And providing searching algorithm like search distance from one to another. Count the number of node... etc. I search on google like…
Jeff Lee
  • 783
  • 9
  • 17
1 2 3
38
39