Skip to content

Commit 27a6e39

Browse files
committed
Homepage and data model additions
1 parent 94ea0e6 commit 27a6e39

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Echelon is a flexible and scalable metadata and governance framework. It gathers technical, operational, and business metadata and puts it all in one central database. This setup allows Echelon to be used in various ways, like creating data workflows based on metadata, keeping an eye on data quality, mapping out where data comes from, and more.
44

5+
![Homepage](./assets/homepage.png)
6+
57
## What are the various components that make up Echelon?
68

79
Echelon is a comprehensive ecosystem built upon four essential components, each contributing uniquely to its functionality and utility:
@@ -14,6 +16,14 @@ Echelon is a comprehensive ecosystem built upon four essential components, each
1416

1517
- **Documentation**: Recognising the significance of clear guidance and accessibility, Echelon places emphasis on comprehensive documentation. This component encapsulates valuable insights, guidelines, tutorials, and best practices, ensuring that users, administrators, and developers alike can harness the framework's potential to the fullest. The documentation not only aids in getting started with Echelon but also serves as an ongoing reference, promoting efficient utilisation and encouraging the exploration of its diverse capabilities.
1618

19+
## Data Model
20+
21+
At a logical level, the data model below illustrates the relationships among the various entities within the Echelon data model.
22+
23+
> Note: Relationship and mapping tables are omitted to simplify the model for illustrative purposes only.
24+
25+
![Data Model](./assets/data_model.svg)
26+
1727
## How do I get started?
1828

1929
Access the directory of each component and consult the supplied README for thorough setup instructions.

assets/data_model.svg

Lines changed: 20 additions & 0 deletions
Loading

assets/homepage.png

136 KB
Loading

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"scripts": {
5656
"postpack": "rm -f oclif.manifest.json",
57-
"prepack": "oclif-dev manifest && oclif-dev readme",
57+
"prepack": "oclif manifest && oclif readme",
5858
"test": "echo NO TESTS",
59-
"version": "oclif-dev readme && git add README.md"
59+
"version": "oclif readme && git add README.md"
6060
},
6161
"dependencies": {
6262
"@oclif/core": "~1.9.0",

0 commit comments

Comments
 (0)