Modules¶
Types of Modules¶
Ten different types of modules available
Module | Contains |
---|---|
Data | Data module holds composites of the project |
Mongo | Holds mongo collections |
Slick | If the project is using RDBMS |
Stream | Holds the events of the system |
Domain | Building blocks, actual operations are here, event gets raised from here |
Query | Read module |
Play | Web module |
Process | |
Vue | Ui |
Script |