297
edits
(→Mozilla Services: incremental table update) |
(→Mozilla Services: incremental table update) |
||
Line 155: | Line 155: | ||
|- | |- | ||
| Elastic Search 0 || Elasticsearch is a search server based on [http://lucene.apache.org/ Apache Lucene]. It provides a distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. || Project - http://www.elasticsearch.org/<br /> | | Elastic Search 0 || Elasticsearch is a search server based on [http://lucene.apache.org/ Apache Lucene]. It provides a distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. || Project - http://www.elasticsearch.org/<br /> | ||
Marketplace Dockerfile - https://github.com/mozilla/marketplace-env/blob/master/mkt/data/images/elasticsearch/Dockerfile | Marketplace Dockerfile - https://github.com/mozilla/marketplace-env/blob/master/mkt/data/images/elasticsearch/Dockerfile<br />Known Security Issues - http://www.cvedetails.com/vulnerability-list/vendor_id-13554/product_id-28218/Elasticsearch-Elasticsearch.html | ||
|- | |- | ||
| Elastic Search 1 || "" || "" | | Elastic Search 1 || "" || "" | ||
Line 162: | Line 162: | ||
Memcached Dockerfile - https://github.com/mozilla/marketplace-env/blob/master/mkt/data/images/memcached/Dockerfile | Memcached Dockerfile - https://github.com/mozilla/marketplace-env/blob/master/mkt/data/images/memcached/Dockerfile | ||
|- | |- | ||
| Monolith || | | Monolith || Mozilla Monolith Aggregator is a project to provide statistic gathering, aggregation, a web-service API and a dashboard. <br /> | ||
The first consumer of Monolith is the Firefox marketplace. Statistics include amongst others public global page views / hits, application specific downloads and even payment related information.<br />This aggregator part deals with gathering data from multiple sources, bringing them into a common format and storing them.<br />Currently data is stored in MySQL for durable archival and ElasticSearch is used provide the actual data access for the web-service and dashboard. || Project Documentation - https://mozilla-monolith.readthedocs.org/en/latest/<br /> | |||
Sourcecode - https://github.com/mozilla/monolith-aggregator/ | |||
|- | |- | ||
| Rabbit MQ || Example || Example | | Rabbit MQ || Example || Example |
edits