Abstract
This paper presents Taghreed; a full-fledged system for efficient and scalable querying, analyzing, and visualizing geo- tagged microblogs, e.g., tweets. Taghreed supports arbitrary queries on a large number (Billions) of microblogs that go up to several months in the past. Taghreed consists of four main components: (1) Indexer, (2) query engine, (3) recovery manager, and (4) visualizer. Taghreed indexer efficiently digests incoming microblogs with high arrival rates in light memory-resident indexes. When the memory be- comes full, a flushing policy manager transfers the mem- ory contents to disk indexes which are managing Billions of microblogs for several months. On memory failure, the recovery manager restores the system status from replicated copies for the main-memory content. Taghreed query engine consists of two modules: a query optimizer and a query processor. The query optimizer generates an optimal query plan to be executed by the query processor through efficient retrieval techniques to provide low query response, i.e., order of milliseconds. Taghreed visualizer allows end users to issue a wide variety of spatiotemporal queries. Then, it graphically presents the answers and allows interactive exploration through them. Taghreed is the first system that addresses all these challenges collectively for microblogs data. In the paper, each system component is described in detail.
| Original language | English (US) |
|---|---|
| Title of host publication | 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, ACM SIGSPATIAL GIS 2014 |
| Editors | Markus Schneider, Michael Gertz, Yan Huang, Jagan Sankaranarayanan, John Krumm |
| Publisher | Association for Computing Machinery |
| Pages | 163-172 |
| Number of pages | 10 |
| ISBN (Electronic) | 9781450331319 |
| DOIs | |
| State | Published - Nov 4 2014 |
| Event | 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, ACM SIGSPATIAL GIS 2014 - Dallas, United States Duration: Nov 4 2014 → Nov 7 2014 |
Publication series
| Name | GIS: Proceedings of the ACM International Symposium on Advances in Geographic Information Systems |
|---|---|
| Volume | 04-07-November-2014 |
Other
| Other | 22nd ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, ACM SIGSPATIAL GIS 2014 |
|---|---|
| Country/Territory | United States |
| City | Dallas |
| Period | 11/4/14 → 11/7/14 |
Bibliographical note
Publisher Copyright:Copyright 2014 ACM.
Keywords
- Indexing
- Microblogs
- Query Processing
- Spatio-temporal