https://github.com/Robinyo/data-model-patterns
A collection of data models that provide solutions to common problems in database design.
https://github.com/Robinyo/data-model-patterns
Last synced: about 18 hours ago
JSON representation
A collection of data models that provide solutions to common problems in database design.
- Host: GitHub
- URL: https://github.com/Robinyo/data-model-patterns
- Owner: Robinyo
- Created: 2015-05-01T22:11:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T21:32:56.000Z (about 11 years ago)
- Last Synced: 2024-04-13T19:05:18.479Z (about 2 years ago)
- Size: 730 KB
- Stars: 25
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - data-model-patterns - A collection of data models that provide solutions to common problems in database design. ⭐27 (📦 Legacy & Inactive Projects)
README
# Data Model Patterns
A collection of data models that provide solutions to common problems in database design.
## Conceptual Data Models
### Subject Area: Asset
### Asset

### Tangible Asset

### Documentation Item

### Subject Area: Location
### Location

### Subject Area: Party
### Party

### Individual

### Organisation

### Subject Area: Role
### Role - Architype

### Component Role

### Party Role

### Dimensional Models
### Hierarchy - Architype

### Customer, Location, Account, Time - Hierarchy Diagram

## Credits
The Conceptual Data Models were prepared using the community edition of the [ERwin](http://erwin.com/products/data-modeler/community-edition) Data Modeler.
**Note:** The community edition of ERwin is limited to 25 model objects, to address this limitation each subject area (e.g., Party, Location, Product) model is located in a separate '.erwin' file.
## Feedback
All feature requests, pull requests, feedback, etc., are welcome.
## License
This work is licensed under a [Creative Commons Attribution 4.0 International License] (http://creativecommons.org/licenses/by/4.0/).