...
Undo/Redo buttons: these will allow you to undo and redo any actions you have done on the canvas.
NOTE: if multiple users are using the same canvas at the same time, you can only undo or redo your own actions!
The T button for textboxes: click and drag new textboxes to the canvas from here. Textboxes can be resized and the text in them edited freely on the canvas.
Zoom functionalities: you can use the -/+ zoom functionalities from the toolbar, or alternatively you can simply use mouse scroll for zooming in and out. The Fit To View functionality automatically zooms and moves the canvas so that the entire model fits your current screen.
Model status: you can use this to set the model status from “Work in Progress” to other values.
NOTE: currently, the model status is informational only - the status is shown to everyone, but it doesn’t control workflows or access levels to the model.
Convert button: this allows you to convert the current conceptual model into a new logical model. The logical model will be created with the exact same entities and relationships as the conceptual model. The new logical entities will be automatically pre-filled with attributes based on the attribute information of your conceptual entities, they will be named after the conceptual entities, and they will be automatically linked with the conceptual entities. You can then modify this logical model as you like - the conversion is intended to provide you with a simple starting point going forward. You can convert the same conceptual model as many times as you like; each conversion will create a new logical model.
Copy button: this allows you to create a model copy in a public or personal folder in the organization. When you make a copy of a model, entities will be reused and no new entities will be created.
Share button: this allows you to share a model link with your colleagues.
Export button: use this to download the model’s contents as files. The options are:
Export entities: downloads a CSV file containing all the model’s entities with their metadata
Export attributes: downloads a CSV file containing all the attributes that belong to the entities in the model, and their metadata
Export relations: downloads a CSV file containing all the relationships between the entities in the model
Export PDF: downloads the model diagram as a PDF file.
...
Search or Create Entity: this allows you to search for existing entities in the Glossary Glossaries as set in the folder settings to be added to the canvas, or to create new entities and add those to the canvas, provided that you have edit access to the model. If you only have read access, you won’t see this field. See below for more details on adding entities!
Model info: this section shows you the model name, its ID (that you can use e.g. for API calls), and its description (once you expand the section by clicking on the arrow). The name and the description can be edited here if you have edit access to the model.
Last edited: this shows you the model’s edit history. You can expand the section to see who has edited the model and when.
Relationship types: when expanded, this section shows you what the different “crow’s feet” mean in the relationships. This section is purely informational and the types can’t be edited.
Entity types: this section shows you the entity types that your organization uses. These are the various colors you can set for the entities if you have edit access. The entity types are customizable; if you have admin-level access to your organization’s Ellie, you can edit these types and colors. See here for more information.
...
When you have edit access to a model in Ellie, you can use the Search or Create Entity functionality on the Conceptual Modeling Canvas to add entities to a model. There are two possibilitiesoptions: either you can add existing entities to from the model, available glossaries or you create new entities and add thosedirectly within the model. Both actions are done with performed through the same functionalitysearch field.
For example, if you type “Customer” in the search field, and your organization already has an entity with that name already exists in the Glossary, you can select the entity from the search result list, click on it, and it will be added organization’s glossary or the specific sub-glossary of the folder, it will appear in the search results. You can select it to add it to the canvas. If you type “Customer2” in the field, and that entity name doesn’t exist yet, you can press Enter to create that entity immediately in the Glossary and at the same time add it directly to the canvas. Note that the search will search for matches from the entire Glossary when you start typing - you a new name, such as “Customer2,” that doesn’t yet exist in your current folder, pressing Enter will create that entity within the active folder's sub-glossary and add it to the canvas simultaneously.
Note: The search function will look for matches across both the organization-wide glossaries (as set in folder settings) and the current folder’s sub-glossary. You don’t need to type the full entire entity name, just typing “cust” gives you the option to add the “Customer” entity (if it exists); partial matches (e.g., typing “cust”) will show all relevant options.
New entities created this way will be automatically assigned to the default entity type in your organization. The default type setting can be adjusted by your admins according to this guide.
...
Right-click on an Entity. Choose the Entity type from the context menu, and you’ll see a list of the available types and can select a new one. Note that this changes the entity’s type in the Glossary, not just on this particular model’s canvas - the change will be visible on all models that contain this entity!
...
...
Logical Models in Ellie are meant for designing more technical data structures for your individual data products. Often, they could be structured according to e.g. a Star Schema model. The logical models can be converted from existing conceptual models, and the logical entities themselves can be linked with conceptual entities to maintain a semantic understanding of the data content.
Creating logical models
The steps to create a Logical Model (or LM for short) or a Conceptual Model (or CM for short) are the same.
...
Linked entities
When you use an entity from another glossary within a model, it will appear on the canvas in italic font, indicating that this is a linked entity rather than one created in the active folder's glossary. This visual cue helps distinguish entities that originate from other folders or domains.
If you hover over the name of a linked entity, a tooltip will display the folder from which the entity originates, providing quick context about its source. If you lack write access to this entity, you won’t be able to change its Entity Type on the canvas, as modifying this attribute would impact the entity’s metadata across all models where it is used.
The Logical Modeling Canvas
Logical Models in Ellie are meant for designing more technical data structures for your individual data products. Often, they could be structured according to e.g. a Star Schema model. The logical models can be converted from existing conceptual models, and the logical entities themselves can be linked with conceptual entities to maintain a semantic understanding of the data content.
Creating logical models
The steps to create a Logical Model (or LM for short) or a Conceptual Model (or CM for short) are the same.
You can create a CM or an LM from the Dashboard by clicking on the + sign right next to Models on the left.
...
Or you can navigate to the Model List View, where on the sidebar, you have three buttons: New CollectionFolder, New Logical Model, New Conceptual Model.
...
Code Block |
---|
SELECT GET_DDL('SCHEMA', 'ELLIETEST.PUBLIC', TRUE); |
...
Execute the statement by pressing the play button in the top right menu bar.
...
Once the results are displayed, click the download button in the bottom right corner.
From the menu, select “Download as .csv”. The SQL DDL statements will be saved to your hard drive.
...
To import the SQL into Ellie,
...
Click “Create new model” and select "Physical Model".
...
In the dialog that opens, select “Upload a file”.
...
Choose the file from your hard drive containing the SQL DDL statements.
...
The SQL DDL statements will appear in the dialog.
...
...
Execute the statement by pressing the play button in the top right menu bar.
...
Once the results are displayed, click the download button in the bottom right corner.
From the menu, select “Download as .csv”. The SQL DDL statements will be saved to your hard drive.
...
To import the SQL into Ellie,
Click “Create new model” and select "Physical Model".
In the dialog that opens, select “Upload a file”.
Choose the file from your hard drive containing the SQL DDL statements.
The SQL DDL statements will appear in the dialog.
Click “Create new model” to finalize the creation of the new model.
Folders and Sublossaries
Overview
Ellie’s folder structure organizes models and glossaries, allowing users to create folders and subfolders to categorize models based on projects, domains, or departments. Each folder can contain its own sub-glossary, which lets users define terms specific to the folder’s focus while maintaining access to the organization-wide glossaries.
Creating Folders and Subfolders
To create a new folder:
Navigate to the Parent Folder.
Select Create button.
Press the Create Folder button.
Name the folder and add an optional description.
...
Within each folder, you can organize models as needed and create additional subfolders to further structure your work.
Folder Settings
When creating or editing a folder, you can configure specific settings across three tabs: General, Glossary, and Permission.
General Tab
The General tab allows you to set the basic details for the folder:
Folder Name: Enter the name of the folder.
Description: Add an optional description to provide context or information about the folder's purpose.
Glossary Tab
In the Glossary tab, you can customize glossary settings for the folder:
Folder has own Glossary: Toggle this option to enable a unique glossary for the folder. When enabled, this glossary will contain terms specific to the folder's models, without affecting the organization-wide glossary.
Note: by default the folder always has “own Glossary“ enabled.Suggested Glossaries: Select glossaries from other folders that you want to suggest when modeling within this folder. Suggested glossaries provide additional terms without merging with the folder’s own glossary.
Restrict Glossary Suggestions: Toggle Only allow suggested glossaries if you want to restrict entity suggestions strictly to the selected glossaries. This limits the entities shown in the Search or Create bar when modeling in this folder, ensuring that only terms from allowed glossaries appear.
Permission Tab
The Permission tab controls access to the folder and its contents:
Access Rights: Choose one of three access levels for the folder:
Inherit (restricted): Inherits access settings from the parent folder.
Open: Allows all users to view and access the folder.
Restricted: Limits access to selected users.
Editors: Specify users who can edit and create assets within the folder. Editors can also change the folder’s permissions and settings.
These settings give you control over how folders and glossaries are managed, helping to organize data and maintain security based on project needs.
Note: the root level Organization folder settings are not inherited to it’s child folder
Using Sub-glossaries in Folders
Each folder can have its own sub-glossary. This sub-glossary allows you to create entities specific to the models within that folder without affecting the organization-wide glossary. This is helpful for managing terms that may differ across projects or domains.
To add terms to a sub-glossary:
Open the desired folder.
Press Create button.
Press Create Entity button.
Terms added here will appear only within the folder’s sub-glossary unless used as linked entities in folders of other models.
Working with Linked Entities
Models within a folder can access terms from the organization-wide glossary or from other folders. When an entity from a different glossary is added to a model, it appears in italic font on the canvas, signaling it is a linked entity.
Viewing Source Folder: Hover over the entity name to see the folder from which it originates.
Editing Linked Entities: If you have only read access to the linked entity, you cannot change its entity type or other metadata to avoid affecting shared definitions.
User management
Ellie has two ways to manage users:
...
Ellie has three levels of users: Admin, Write, Contributor, and Read.
They have the following privileges:
Read: can read all content (models, Glossary items) but can’t modify anything
Contributor: can read all content, and can work in a personal folder, and can copy public assets into a personal folder. When a certain model or entity is complete in their personal folder, Contributor user can share their asset with an Admin or Write user for approval and further promotion to a public folder.
Write: can modify existing content and create new content (models, Glossary items), except for Collections Folders where this has been separately restricted to specific Write-access users
Admin: can modify all existing content and create new content (models, Glossary items) everywhere in a subdomain, and in addition can perform admin tasks:
manage email-based users and their privileges
change organization settings on entity types
access and generate API tokens
set Collections Folders to restricted status and modify these restrictions to cover specific Write-access users
...
Click on the + Create users button
Create as many users as you like - all you need to do is have their name and valid e-mail address.
Define the role of each user, a role can be either Admin, Write, Contributor, or Read.
If the user has an existing Ellie account for the given email address (in any organization), they can use their existing password to log in. If the account is new, the admin can either copy-paste the generated password from the user management screen, or the user can reset their password from the login screen. Note: for security reasons, the admin can’t access any passwords after the initial user creation.
...