https://github.com/4s4v1n/retailanalistycsdb
Data base structure for retail analyzes project
https://github.com/4s4v1n/retailanalistycsdb
database plpgsql postgresql retail-analytics sql
Last synced: 4 months ago
JSON representation
Data base structure for retail analyzes project
- Host: GitHub
- URL: https://github.com/4s4v1n/retailanalistycsdb
- Owner: 4s4v1n
- License: gpl-3.0
- Created: 2023-09-02T14:03:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T11:40:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T22:35:37.001Z (5 months ago)
- Topics: database, plpgsql, postgresql, retail-analytics, sql
- Language: PLpgSQL
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RetailAnalistycsDB
Data base structure for retail analyzes project
## Content
The project implements a database structure with various functions, procedures and triggers.
There is also import and export to tsv files.
In addition to standard tables, presentation tables are created containing the necessary
information (their structure is indicated in the diagram).## Structure
[diagram](https://dbdiagram.io/d/64f8113d02bd1c4a5e0c34af)
Description of procedures, functions and triggers - is in the comments in the code itself.
1. To move importing tsv files `make move`
2. To create a database `make create`
3. To drop a database `make drop`
4. To move tsv files and create a database `make`