Metamarkets is proud to announce the release of two major new features and a slew of small tweaks and bug fixes.
Filed in “Technology”
March Release: Time Zone Support and Other Goodies
March 12th, 2013 • Luca Candela
Filed in Corporate, Technology
Introducing Druid: The Real-Time Analytics Data Store
October 24th, 2012 • Eric Tschetter
Filed in Announcement, Druid, Technology
In April 2011, we introduced Druid, our distributed, real-time data store. Today I am extremely proud to announce that we are releasing the Druid data store to the community as an open source project. To mark this special occasion, I wanted to recap why we built Druid, and why we believe there is broader utility for Druid beyond Metamarkets’ ...
Maximum Performance with Minimum Storage: Data Compression in Druid
September 21st, 2012 • Fangjin Yang
Filed in Algorithms, Druid, Technology
The Metamarkets solution allows for arbitrary exploration of massive data sets. Powered by Druid, our in-house distributed data store and processor, users can filter time series and top list queries based on Boolean expressions of dimension values. Given that some of our dataset dimensions contain millions of unique values, the subset of things that may match a particular filter expression ...
Node.js for the Enterprise
August 10th, 2012 • Meg Sharkey
Filed in Technology
Node.js server is a lightweight, scalable, high-performance web application server platform. Instead of spinning up a new thread for each request, Node.js runs in a single thread and prevents blocking by spinning up new threads for I/O operations leveraging JavaScript’s event model and notifying the main thread upon completion (Watch Ryan Dahl’s introduction to Node.js). At Metamarkets, we are using ...
Algorithmic Trendspotting & the Meaning of "Interesting"
April 13th, 2012 • nelson
Filed in Machine Learning, Technology
One challenging analytics problem that we work on at Metamarkets is anomaly detection: given a sea of trends, how do you surface the most important ones? In the era of big data, filters are necessary to prevent drowning users in a torrent of information. Surfacing only the starkest deviations from the expected brings focus to the unexpected and interesting. What does ...