Unlike some popular
Content Management Systems, out-of-the-box
this
Framework does not inherently require or even use a database
to function. In most cases content is served from static files. If your pages
need their content populated from a data store, this would be best implemented using
microservices
Microservices refers to an architectural style that arranges an application as a
collection of loosely coupled, independently deployable services. Each
service provides a specific fine-grained function with a well-defined
interface and a focus on interoperability.
rather than using a monolithic database to serve all purposes.