storage service
This is the default in-memory storage service that ships with Tymly. Useful for testing and not much else. This service is provided via the
tymly plugin - note that alternative storage
services are offered via the following plugins:
Boot config
- This service doesn’t require any configuration to boot.
Blueprint dirs
This service can load resources defined in the following Blueprint directories:
Directory | Content |
---|---|
/models |
This sub-directory deals with the M portion of MVC - each JSON file in here defines a data model that can be subsequently used by a State Machine. Nested documents are supported along with a couple of extensions to help describe database indexes and primary keys. Tymly uses the JSON Schema standard for describing data models. |