Events

  • API,  Events

    Api

    1.1. Implementation The API should provide CRUD operations along with ERP specific implementations. The API should be implemented in such a way to express screen models configured on the backend. Use Feathers JS…

  • API,  Data modelling,  Events

    Microservices

    1.1. Event sourcing https://www.confluent.io/blog/apache-kafka-for-service-architectures/ Events should have: a unique ID, message version, schema version, the name of the service that raised the event, data. The most common approach for handling breaking changes like…

  • API,  Data modelling,  Events

    Events

    Microservice Events All database access will raise events, especially the writes. This has to be implemented (or override) in the base implementation of the ORM. The cache system will listen for these events…