Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Iframe | ||||||
---|---|---|---|---|---|---|
|
Overview
PhixFlow Entity Relationship Diagrams (ERDs) define the logical structure of the data in your application. "Entities" represent the things in the world that you want to represent as data.
The ERD Window Layout
Here is a simplified view of the ERD editorwindow:
Overview
PhixFlow Entity Relationship Diagrams (ERDs) define the logical structure of the data in your application. "Entities" represent the things in the world that you want to represent as data.- The Toolbar toolbar provides ERD specific options, such as displaying the available data tables that that you can be added add to your ERD and options for creating a new screen for your data.
- The Repository browser, can list all of the available tables in your application and any associated packages. Select Tables from the toolbar to display this area.
- The Canvas area is where the ERD is configured. Tables can be added by:
- Dragging a Table from the toolbar onto the canvas. Clicking Tables from the toolbar and dragging a
- On the toolbar, click
to list all available tables in the repository pane on the right.Insert excerpt _tables _tables nopanel true - The main part of the window is the canvas, where you create the ERD.
- To add a new table, from the toolbar, drag the
icon onto the canvas.Insert excerpt _tables _tables nopanel true - To add an existing table, on the toolbar, click
. PhixFlow lists the available tables in the repository. Drag a table from the repository onto the canvas.Insert excerpt _tables _tables nopanel true
- To add an Excel or CSV spreadsheet, drag it directly onto the canvas
- . PhixFlow imports the data and uses it to create a new table.
- To add a new table, from the toolbar, drag the
- The Tables tables and Relationships, are displayed on the canvas. A Table Shows the relationships between them.
- A table is represented as a box, containing a list of all of the attributes it contains
- and their associated data type.
- A line connecting tables represents the relationship between them. The line connects the primary key of one table to a foreign key
- in a
- different table; see Relationship.
ERD Example
The following example shows an ERD for a school. Here the school has entities: departments, teachers, students, classrooms and so on. All these entities are represented as tables and the lines connecting them show their relationships to one another. We can see from this diagram that a School Department has many Class Rooms and Teachers. This example is covered in detail in Understanding ERDs.
Create
Creating an ERD
- Click the ERD link on On your application's home page, click the Data link to list the existing ERDs.
- This lists all existing ERD diagrams and provides an Add button for creating new ERDs.
Open Existing ERD
- Click the ERD link on Alternatively you can click the data link from the header bar.
- Click the
button to create a new ERD.Insert excerpt _add _add nopanel true
Opening an ERD
- On your application's home page.
- This lists all existing ERD diagrams.
- Double click any item , click the Data link to list the existing ERDs. Alternatively you can click the data link from the header bar.
- Double-click any ERD to open it.
Already Have Data?
If you have data that you wish to import into PhixFlow, such as a database or csvAPI, you will need to use an Analysis analysis model to import it. See Importing Data and Importing Data Through an API.Analysis Models will allow This allows you to configure connectors to access your existing data sources and store the data as tables in PhixFlow's own database. see Importing Data and Importing Data Through an API.
You can also use an analysis model to set up more bulk processes to manipulate large volumes of data before it is presented to your users; see Analysis Model PropertiesModels for Batch Processing Data.
What's Next?
Understanding ERDs covers ERDs in more depth to help you design your own ERDs and views to display your data.
hidden | true |
---|
May need more details on options for loading data, or a separate concept page.
Enterdata
.