1 / 6

mgdp framework essentials

EventStream design principles. mgdp framework essentials. EventStream design principles. Scalability. EventStream needs to run as efficiently on one node as on a 128 machine cluster. This principle is the foundation for a high performance architecture for massively parallel data processing.

dino
Télécharger la présentation

mgdp framework essentials

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EventStream design principles mgdp framework essentials

  2. Metagrid Project | mgdp labs EventStream design principles. Scalability EventStream needs to run as efficiently on one node as on a 128 machine cluster. This principle is the foundation for a high performance architecture for massively parallel data processing. Scalability Redundancy Modularity Simplicity Extensibility

  3. Metagrid Project | mgdp labs EventStream design principles. Redundancy EventStream handles real-time data sources with high availability requirements. Each component, as well as the system as a whole, should always run x-times redundant and provide transparent failover . Scalability Redundancy Modularity Simplicity Extensibility

  4. Metagrid Project | mgdp labs EventStream design principles. Modularity EventStream framework has to be divided into small services which perform one task well. The output of one component is the input for another. Clean and simple interfaces connect one component to the next to establish a reliable and scalable workflow for any use case. Scalability Redundancy Modularity Simplicity Extensibility

  5. Metagrid Project | mgdp labs EventStream design principles. Simplicity EventStream architecture is designed for simplicity. Complexity is only added where it cannot be avoided. A service should avoid complex state keeping and recovery procedures. Components should simply fail & retry transparently where repairing a state would be expensive. Those principles ensure robustness for a 24/7 high availability services. Scalability Redundancy Modularity Simplicity Extensibility

  6. Metagrid Project | mgdp labs EventStream design principles. Extensibility EventStream's fine grained modularity should allow extending or replacing every component while avoiding changes in upstream or downstream interfaces. The support for loadable shared libraries improve the extensibility and allow customisations of every part of EventStream. Any functionality required for processing or mapping data should be made possible without modifying the core implementation of the framework. Scalability Redundancy Modularity Simplicity Extensibility

More Related