Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhavey authored Sep 11, 2018
1 parent 091b75e commit f302918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uml2es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The toolkit consists of the following parts:
- examples/movietalk: A UML logcal data model for user posts about movies and actors. The model is merely logical. We do not generate an Entity Services model from it. Rather, when the application team built the movietalk application, they referred to the model but arranged the data in MarkLogic somewhat differently. The example demonstrates a strategy to compare the physical model to the logical model.
- examples/hrexcel: Demonstrates loading an entity services model from an Excel data model template. No UML! We use the HR example from above (examples/hr). We pass our Excel spreadsheet (containing the HR model in tablular form) into the transformation. The transformation produces the same entity services model (including extensions and generated code) as produces from the UML model in examples/hr.
- examples/declarativeCity: A simple city data model that uses the Declarative Mapper tool to map source data. The example shows the integration of UML, Entity Services, and Declarative Mapper.
- examples/hubhub: A fun extra, modeling airport hubs on MarkLogic's Data Hub Framework. Helps find routes that hub-and-spoke airlines fly where neither source nor destination is a hub.
- examples/umlModels: The full set of models

## How We Expect You Will Use This Toolkit
Expand Down

0 comments on commit f302918

Please sign in to comment.