Skip to content
Stephen C. Wills edited this page Mar 30, 2017 · 13 revisions

openEAS Logo

Introduction

openEAS provides a Visual Studio template for rapidly developing stand-alone, automated analytic services within the openXDA ecosystem. Using openEAS rather than directly embedding the analytic in openXDA has the benefit of (1) enabling the horizontal scaling of analytics across multiple servers to reduce CPU bottle-necks and (2) providing the assurance that stability issues within any one openEAS analytic will not have an impact on other openEAS analytics or on openXDA itself.

Researchers using the openEAS template can quickly deploy a MatLab DLL as a MS Windows Service that uses disturbance waveform data from openXDA as the data source.

For some analytics, deployment using the openEAS template can represent the final production version of the analytic. However, for many analytics openEAS deployment of a research-grade MatLab DLL represents the next step on a trajectory to implement the analytic in a higher-performance language.

Contents

Clone this wiki locally