Data modeling in Embeddable is done using a powerful data modeling library called Cube. And they provide a really nice playground which you can use to test your data models.
Cube’s data model playground
To start cube’s playground locally you can run npm run cube:playground
from your code repo.
Instructions on how to connect your database can be found here.
Their official documentation from Cube can be found here.