Metadata

Highlights

  • An event-driven architecture can help support data contracts
    • Note: So it’s only for events, nothing for batch
  • Tip 6: You can still implement data contracts without an event bus If you have a place in git where you keep all DDL statements for your operational database, you can still implement most of the above. For instance, on any change done on the database, there’s a git process that alerts the consumer who will need to approve.
    • Note: Or not…