Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Application Types

Finally, we should mention application types a little bit. There is no special syntax however, any data you wish to store and later retrieve must end up in a persistable type. These types start with the `entity` keyword. Together your defined types build a data model against which you can easily make complex queries which before would've required complex multi-database queries.

For instance, for the SmartBulb types we can see that the SmartBulb type includes several other types like 'Manufacturer' mentioned earlier. This allows us to for instance, select SmartBulbs based on Manufacturer.

Basic Data Sources

CSV Files

...