Updated Architecture (markdown)

Andrea Dutra 2016-02-12 15:20:56 -08:00
parent cf2376564c
commit 482c33147b

@ -88,17 +88,17 @@ Actually, as a knowledge-based metadata repository, the latency is not critical
We have a pull job pull from the scheduler's repository, check which jobs finished in the last 30 minutes (a configurable window), and then use this as an entry point to pull their logs and configuration files to analyze their lineage.
# UI
## Web & JavaScript Framework
## Web and JavaScript Framework
Play + Ember.js
The Play Framework is a framework for building frontend and mid-tier services at LinkedIn. Play is an open source, lightweight, fully reactive, stateless framework that supports hot reload for Java and Scala.
Ember.js is designed to help developers build ambitiously large web applications that are competitive with native applications.
## Search/Advanced Search & Index
## Search/Advanced Search and Index
MySQL Full Text Index
Full-text searching is commonly performed by specialized search engines whose aim is to extract interesting and nontrivial information from freeform text. Full-text searches tend to produce better search results by the use of specialized techniques such as pattern recognition, natural language processing, and text analysis in order to provide quick retrieval of information that otherwise would remain concealed.
Full-text searching is commonly performed by specialized search engines whose aim is to extract interesting and nontrivial information from freeform text. Full-text searches tend to produce better search results by the use of specialized techniques such as pattern recognition, natural language processing, and text analysis to provide quick retrieval of information that otherwise would remain concealed.
## Web Analytics
Google Analytics + Internal user activity tracking.