Versions Compared

Key

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

Agenda

Table of Contents
minLevel2

Conceptual (cfr. wiki)

  • About micro-services
    • Load / Scalability is not primary issue
    • Modularity is primary issue, but can be achieved in other ways
    • Complexity of micro-services (for example deployment) 
  • About NoSQL database
    • Suggestion of keeping a relational database for data integrity reasons + use of JSONB columns for custom JSON data
    • Verify if JSONB is supported by DBMS other than PostgreSQL as well
    • Alternatives: memo-column in each table to receive JSON format data from custom attributes
  • Standards
    • Core should keep to current model → standards should be added as adapters

...