| <?xml version="1.0" encoding="utf-8"?> |
| <rss version="2.0"> |
| <channel> |
| <title>Apache Pinot: User-Facing Analytics</title> |
| <link>https://pinot.apache.org/blog</link> |
| <description>Apache Pinot™ Blog</description> |
| <lastBuildDate>Tue, 19 Sep 2023 00:00:00 GMT</lastBuildDate> |
| <docs>https://validator.w3.org/feed/docs/rss2.html</docs> |
| <generator>https://github.com/jpmonette/feed</generator> |
| <item> |
| <title><![CDATA[Announcing Apache Pinot 1.0™]]></title> |
| <link>https://pinot.apache.org/blog/2023/09/19/Annoucing-Apache-Pinot-1-0</link> |
| <guid>Announcing Apache Pinot 1.0™</guid> |
| <pubDate>Tue, 19 Sep 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[Introducing Apache Pinot 1.0 Release]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Segment Compaction for Upsert Enabled Tables in Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2023/08/04/segment-compaction-for-upsert-enabled-tables-in-apache-pinot-3f30657aa077</link> |
| <guid>Segment Compaction for Upsert Enabled Tables in Apache Pinot</guid> |
| <pubDate>Fri, 04 Aug 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[The blog post discusses the feature contribution of segment compaction to Apache Pinot project, addressing the issue of older records consuming unnecessary storage space. It explains the configuration and impact of segment compaction in freeing up storage. The author expresses gratitude and offers support for questions or feedback on segment compaction.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Star-Tree Index in Apache Pinot - Part 3 - Understanding the Impact in Real Customer Scenarios]]></title> |
| <link>https://pinot.apache.org/blog/2023/07/12/star-tree-index-in-apache-pinot-part-3-understanding-the-impact-in-real-customer</link> |
| <guid>Star-Tree Index in Apache Pinot - Part 3 - Understanding the Impact in Real Customer Scenarios</guid> |
| <pubDate>Wed, 12 Jul 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[The blog post discusses how implementing a star-tree index significantly improved query performance for an AdTech platform by reducing latency. This index has also been successful in cybersecurity threat detection and multiplayer game leaderboard tracking, resulting in improved query performance and cost savings. Real production use cases showed a 95% to 99% improvement in query performance using StarTree Cloud for real-time analytics.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Real-Time Mastodon Usage with Apache Kafka, Apache Pinot, and Streamlit]]></title> |
| <link>https://pinot.apache.org/blog/2023/06/01/real-time-mastodon-usage-with-apache-kafka-apache-pinot-and-streamlit</link> |
| <guid>Real-Time Mastodon Usage with Apache Kafka, Apache Pinot, and Streamlit</guid> |
| <pubDate>Thu, 01 Jun 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[The blog post discusses analyzing user activity and server popularity on Mastodon using Kafka Connect, Parquet, Seaborn, and DuckDB. It explores the potential of using Apache Pinot for real-time data streaming and creating a dashboard. The post provides instructions on ingesting Apache Avro messages into Pinot, creating a Pinot table, and querying the data.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[How to Ingest Streaming Data from Kafka to Apache Pinot™]]></title> |
| <link>https://pinot.apache.org/blog/2023/05/30/how-to-ingest-streaming-data-from-kafka-to-apache-pinot</link> |
| <guid>How to Ingest Streaming Data from Kafka to Apache Pinot™</guid> |
| <pubDate>Tue, 30 May 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[The blog post explains how to use Apache Kafka topics in Apache Pinot to ingest streaming data, with step-by-step instructions provided for installation and setup. It focuses on ingesting Wikipedia events into Kafka and connecting it to Pinot to create a real-time table. The post highlights Pinot's capabilities in ingesting and transforming JSON data into OLAP tables and encourages reader engagement through the community Slack.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Change Data Capture with Apache Pinot - How Does It Work?]]></title> |
| <link>https://pinot.apache.org/blog/2023/05/23/change-data-capture-with-apache-pinot-how-does-it-work</link> |
| <guid>Change Data Capture with Apache Pinot - How Does It Work?</guid> |
| <pubDate>Tue, 23 May 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[This blog post discusses the use of Change Data Capture (CDC) in Apache Pinot and the data format used in Debezium for efficient querying and analytics. It explains the elements of the format and its usage in indexing JSON fields. It also mentions the availability of CDC connectors in Debezium for various streaming systems.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot Tutorial for Getting Started - A Step-by-Step Guide]]></title> |
| <link>https://pinot.apache.org/blog/2023/05/18/apache-pinot-tutorial-for-getting-started-a-step-by-step-guide</link> |
| <guid>Apache Pinot Tutorial for Getting Started - A Step-by-Step Guide</guid> |
| <pubDate>Thu, 18 May 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[This blog post is a guide to getting started with Apache Pinot, including installing and running the necessary components of a Pinot cluster. It also explains how to set up schemas, tables, and load data into Pinot, as well as how to run queries using the Pinot Data Explorer. The next article in the series will cover consuming event streaming data with Apache Pinot and Apache Kafka.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[StarTree Indexes in Apache Pinot Part-1 - Understanding the Impact on Query Performance]]></title> |
| <link>https://pinot.apache.org/blog/2023/05/16/star-tree-indexes-in-apache-pinot-part-1-understanding-the-impact-on-query-performance</link> |
| <guid>StarTree Indexes in Apache Pinot Part-1 - Understanding the Impact on Query Performance</guid> |
| <pubDate>Tue, 16 May 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[The blog post explains the star-tree index in Apache Pinot and its benefits compared to traditional materialized views. By implementing a star-tree index, query performance significantly improved, reducing query latency from 1,513 ms to just 4 ms and drastically reducing disk reads by 99.999%.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Geospatial Indexing in Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2023/05/11/Geospatial-Indexing-in-Apache-Pinot</link> |
| <guid>Geospatial Indexing in Apache Pinot</guid> |
| <pubDate>Thu, 11 May 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[This post will explore a new API endpoint that lets you check how much Pinot is lagging when ingesting from Apache Kafka.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot™ 0.12 - Consumer Record Lag]]></title> |
| <link>https://pinot.apache.org/blog/2023/03/30/Apache-Pinot-0-12-Consumer-Record-Lag</link> |
| <guid>Apache Pinot™ 0.12 - Consumer Record Lag</guid> |
| <pubDate>Thu, 30 Mar 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[This post will explore a new API endpoint that lets you check how much Pinot is lagging when ingesting from Apache Kafka.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot™ 0.12 - Configurable Time Boundary]]></title> |
| <link>https://pinot.apache.org/blog/2023/02/21/Apache-Pinot-0-12-Configurable-Time-Boundary</link> |
| <guid>Apache Pinot™ 0.12 - Configurable Time Boundary</guid> |
| <pubDate>Tue, 21 Feb 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[This post will explore the ability to configure the time boundary when working with hybrid tables.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot™ 0.11 - Deduplication on Real-Time Tables]]></title> |
| <link>https://pinot.apache.org/blog/2023/01/29/Apache-Pinot-Deduplication-on-Real-Time-Tables</link> |
| <guid>Apache Pinot™ 0.11 - Deduplication on Real-Time Tables</guid> |
| <pubDate>Sun, 29 Jan 2023 00:00:00 GMT</pubDate> |
| <description><![CDATA[Learn about the deduplication for the real-time tables feature in Apache Pinot]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot™ 0.11 - Pausing Real-Time Ingestion]]></title> |
| <link>https://pinot.apache.org/blog/2022/11/28/Apache-Pinot-Pausing-Real-Time-Ingestion</link> |
| <guid>Apache Pinot™ 0.11 - Pausing Real-Time Ingestion</guid> |
| <pubDate>Mon, 28 Nov 2022 00:00:00 GMT</pubDate> |
| <description><![CDATA[Learn about a feature that lets you pause and resume real-time data ingestion in Apache Pinot]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot™ 0.11 - Timestamp Indexes]]></title> |
| <link>https://pinot.apache.org/blog/2022/11/22/Apache-Pinot-Timestamp-Indexes</link> |
| <guid>Apache Pinot™ 0.11 - Timestamp Indexes</guid> |
| <pubDate>Tue, 22 Nov 2022 00:00:00 GMT</pubDate> |
| <description><![CDATA[Users write queries that use the datetrunc function to filter at a coarser grain of functionality. Unfortunately, this approach results in scanning data and time value conversion work that takes a long time at large data volumes. The timestamp index solves that problem!]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot™ 0.11 - Inserts from SQL]]></title> |
| <link>https://pinot.apache.org/blog/2022/11/17/Apache Pinot-Inserts-from-SQL</link> |
| <guid>Apache Pinot™ 0.11 - Inserts from SQL</guid> |
| <pubDate>Thu, 17 Nov 2022 00:00:00 GMT</pubDate> |
| <description><![CDATA[Explore the INSERT INTO clause, which makes ingesting batch data into Pinot as easy as writing a SQL query.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Apache Pinot™ 0.11 - How do I see my indexes?]]></title> |
| <link>https://pinot.apache.org/blog/2022/11/08/Apache Pinot-How-do-I-see-my-indexes</link> |
| <guid>Apache Pinot™ 0.11 - How do I see my indexes?</guid> |
| <pubDate>Tue, 08 Nov 2022 00:00:00 GMT</pubDate> |
| <description><![CDATA[How you can work out which indexes are currently defined on a Pinot table]]></description> |
| </item> |
| <item> |
| <title><![CDATA[GapFill Function For Time-Series Datasets In Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2022/08/02/GapFill-Function-For-Time-Series-Datasets-In-Pinot</link> |
| <guid>GapFill Function For Time-Series Datasets In Pinot</guid> |
| <pubDate>Tue, 02 Aug 2022 00:00:00 GMT</pubDate> |
| <description><![CDATA[Gapfilling functions in Pinot to provide the on-the-fly interpolation (filling the missing data) functionality to better handle time-series data.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Announcing Apache Pinot 0.10]]></title> |
| <link>https://pinot.apache.org/blog/2022/04/04/Announcing-Apache-Pinot-0-10</link> |
| <guid>Announcing Apache Pinot 0.10</guid> |
| <pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate> |
| <description><![CDATA[Learn more about the release of Apache Pinot 0.10 and all of new features that have been included in this version of the product.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Text analytics on LinkedIn Talent Insights using Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2021/06/16/LinkedIn-TextAnalytics</link> |
| <guid>Text analytics on LinkedIn Talent Insights using Apache Pinot</guid> |
| <pubDate>Wed, 16 Jun 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Introduction LinkedIn Talent Insights (LTI) is a platform that helps organizations understand the external labor market and their internal workforce, and enables the long term success of their employees]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Introduction to Geospatial Queries in Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2021/06/13/DevBlog-Geospatial</link> |
| <guid>Introduction to Geospatial Queries in Apache Pinot</guid> |
| <pubDate>Sun, 13 Jun 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Discuss the challenges of analyzing geospatial at scale and propose the geospatial support in Pinot.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Automating Merchant Live Monitoring with Real-Time Analytics - Charon]]></title> |
| <link>https://pinot.apache.org/blog/2021/04/29/Uber-Charon</link> |
| <guid>Automating Merchant Live Monitoring with Real-Time Analytics - Charon</guid> |
| <pubDate>Thu, 29 Apr 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Focus on Uber’s real-time data platform components to build a tool called Charon to reduce impact of poor marketplace reliability on the merchants.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Deploying Apache Pinot at a Large Retail Chain]]></title> |
| <link>https://pinot.apache.org/blog/2021/04/27/DevBlog-PinotInRetailChain</link> |
| <guid>Deploying Apache Pinot at a Large Retail Chain</guid> |
| <pubDate>Tue, 27 Apr 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Blog gives an overview of our use of Apache Pinot to solve some of biggest challenges around Data Analytics in Large Retail Chain]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Solving for the cardinality of set intersection at scale with Pinot and Theta Sketches]]></title> |
| <link>https://pinot.apache.org/blog/2021/04/16/LinkedIn-Theta</link> |
| <guid>Solving for the cardinality of set intersection at scale with Pinot and Theta Sketches</guid> |
| <pubDate>Fri, 16 Apr 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Focus on using large set intersection cardinality approximations with Apache Pinot and Theta Sketches, which allow us to efficiently figure out the unique size of a targeted audience when factoring in multiple criteria of an advertising campaign.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Introduction to Upserts in Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2021/04/08/DevBlog-UpsertsIntro</link> |
| <guid>Introduction to Upserts in Apache Pinot</guid> |
| <pubDate>Thu, 08 Apr 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Introduction to Pinot Upsert and explain why it’s exciting and how you can start using it.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Real-time Analytics with Presto and Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2021/02/02/DevBlog-PrestoPinot</link> |
| <guid>Real-time Analytics with Presto and Apache Pinot</guid> |
| <pubDate>Tue, 02 Feb 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Blog gives an overview of our use of Apache Pinot to solve some of biggest challenges around Data Analytics in Large Retail Chain]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Change Data Analysis with Debezium and Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2021/01/08/DevBlog-DebeziumCDC</link> |
| <guid>Change Data Analysis with Debezium and Apache Pinot</guid> |
| <pubDate>Fri, 08 Jan 2021 00:00:00 GMT</pubDate> |
| <description><![CDATA[Pinot enters into a storied legacy of innovations that have emerged from one of the world’s largest online social networks. Over a few decades, the Silicon Valley tech giant has helped hundreds of millions of people around the world navigate their careers.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[From Lambda to Lambda-less Lessons learned]]></title> |
| <link>https://pinot.apache.org/blog/2020/12/01/LinkedIn-Lamda</link> |
| <guid>From Lambda to Lambda-less Lessons learned</guid> |
| <pubDate>Tue, 01 Dec 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[The Lambda architecture has become a popular architectural style that promises both speed and accuracy in data processing by using a hybrid approach of both batch processing and stream processing methods.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Operating Apache Pinot at Uber Scale]]></title> |
| <link>https://pinot.apache.org/blog/2020/10/20/Uber-Operating</link> |
| <guid>Operating Apache Pinot at Uber Scale</guid> |
| <pubDate>Tue, 20 Oct 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Present details of this platform and how it fits in Uber’s ecosystem. Explain how uber scaled from a few use cases to a multi-cluster powering hundreds of use cases for querying terabyte-scale data with millisecond latencies.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Deep Analysis of Russian Twitter Trolls]]></title> |
| <link>https://pinot.apache.org/blog/2020/10/16/DevBlog-TwitterTrollAnalysis</link> |
| <guid>Deep Analysis of Russian Twitter Trolls</guid> |
| <pubDate>Fri, 16 Oct 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Show you how to use Apache Pinot and Superset to analyze 3 million tweets by the Internet Research Agency (IRA) open-sourced by FiveThirtyEight.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Leverage Plugins to Ingest Parquet Files from S3 in Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2020/08/08/DevBlog-IngestPlugins</link> |
| <guid>Leverage Plugins to Ingest Parquet Files from S3 in Pinot</guid> |
| <pubDate>Sat, 08 Aug 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Pinot is its pluggable architecture. The plugins make it easy to add support for any third-party system which can be an execution framework, a filesystem, or input format.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Achieving 99th percentile latency SLA using Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2020/08/08/DevBlog-SLAApps</link> |
| <guid>Achieving 99th percentile latency SLA using Apache Pinot</guid> |
| <pubDate>Sat, 08 Aug 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[How users can build critical site-facing analytical applications requiring high throughput and strict p99th query latency SLA]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Monitoring Apache Pinot with JMX, Prometheus and Grafana]]></title> |
| <link>https://pinot.apache.org/blog/2020/08/08/DevBlog-PinotMonitoring</link> |
| <guid>Monitoring Apache Pinot with JMX, Prometheus and Grafana</guid> |
| <pubDate>Sat, 08 Aug 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Blog gives an overview of our use of Apache Pinot to solve some of biggest challenges around Data Analytics in Large Retail Chain]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Utilize UDFs to Supercharge Queries in Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2020/08/08/DevBlog-ScalarUDFs</link> |
| <guid>Utilize UDFs to Supercharge Queries in Apache Pinot</guid> |
| <pubDate>Sat, 08 Aug 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Scalar Functions that allow users to write and add their functions as a plugin.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Building a culture around metrics and anomaly detection]]></title> |
| <link>https://pinot.apache.org/blog/2020/07/28/DevBlog-AnomalyDetection</link> |
| <guid>Building a culture around metrics and anomaly detection</guid> |
| <pubDate>Tue, 28 Jul 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[ThirdEye as a system is a platform that allows you to integrate your metrics (quantitative information) with events (knowledge or qualitative information) and combine the two so you can distinguish between meaningless anomalies and those ones that matter.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Moving developers up the stack with Apache Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2020/07/28/DevBlog-DevUpStack</link> |
| <guid>Moving developers up the stack with Apache Pinot</guid> |
| <pubDate>Tue, 28 Jul 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Pinot enters into a storied legacy of innovations that have emerged from one of the world’s largest online social networks. Over a few decades, the Silicon Valley tech giant has helped hundreds of millions of people around the world navigate their careers.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Bridging batch and stream processing for the Recruiter usage statistics dashboard]]></title> |
| <link>https://pinot.apache.org/blog/2020/07/14/LinkedIn-BatchRealtime</link> |
| <guid>Bridging batch and stream processing for the Recruiter usage statistics dashboard</guid> |
| <pubDate>Tue, 14 Jul 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Focus on using large set intersection cardinality approximations with Apache Pinot and Theta Sketches, which allow us to efficiently figure out the unique size of a targeted audience when factoring in multiple criteria of an advertising campaign.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Building LinkedIn Talent Insights to democratize data-driven decision making]]></title> |
| <link>https://pinot.apache.org/blog/2020/06/29/LinkedIn-TalentInsight</link> |
| <guid>Building LinkedIn Talent Insights to democratize data-driven decision making</guid> |
| <pubDate>Mon, 29 Jun 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Focus on using large set intersection cardinality approximations with Apache Pinot and Theta Sketches, which allow us to efficiently figure out the unique size of a targeted audience when factoring in multiple criteria of an advertising campaign.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Monitoring business performance data with ThirdEye smart alerts]]></title> |
| <link>https://pinot.apache.org/blog/2020/06/25/LinkedIn-SmartAlerts</link> |
| <guid>Monitoring business performance data with ThirdEye smart alerts</guid> |
| <pubDate>Thu, 25 Jun 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Focus on using large set intersection cardinality approximations with Apache Pinot and Theta Sketches, which allow us to efficiently figure out the unique size of a targeted audience when factoring in multiple criteria of an advertising campaign.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Using Apache Pinot and Kafka to Analyze GitHub Events]]></title> |
| <link>https://pinot.apache.org/blog/2020/04/10/DevBlog-AnalyzeGitEvents</link> |
| <guid>Using Apache Pinot and Kafka to Analyze GitHub Events</guid> |
| <pubDate>Fri, 10 Apr 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Show you how Pinot and Kafka can be used together to ingest, query, and visualize event streams sourced from the public GitHub API.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Analyzing anomalies with ThirdEye]]></title> |
| <link>https://pinot.apache.org/blog/2020/02/20/LinkedIn-Thirdeye</link> |
| <guid>Analyzing anomalies with ThirdEye</guid> |
| <pubDate>Thu, 20 Feb 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Focus on using large set intersection cardinality approximations with Apache Pinot and Theta Sketches, which allow us to efficiently figure out the unique size of a targeted audience when factoring in multiple criteria of an advertising campaign.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Engineering SQL Support on Apache Pinot at Uber]]></title> |
| <link>https://pinot.apache.org/blog/2020/01/15/Pinot-Presto-SQL</link> |
| <guid>Engineering SQL Support on Apache Pinot at Uber</guid> |
| <pubDate>Wed, 15 Jan 2020 00:00:00 GMT</pubDate> |
| <description><![CDATA[Talks about solution that linked Presto, a query engine that supports full ANSI SQL, and Pinot, a real-time OLAP (online analytical processing) datastore.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Auto-tuning Pinot real-time consumption]]></title> |
| <link>https://pinot.apache.org/blog/2019/07/11/LinkedIn-AutoTune</link> |
| <guid>Auto-tuning Pinot real-time consumption</guid> |
| <pubDate>Thu, 11 Jul 2019 00:00:00 GMT</pubDate> |
| <description><![CDATA[Focus on using large set intersection cardinality approximations with Apache Pinot and Theta Sketches, which allow us to efficiently figure out the unique size of a targeted audience when factoring in multiple criteria of an advertising campaign.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Star-tree index - Powering fast aggregations on Pinot]]></title> |
| <link>https://pinot.apache.org/blog/2019/06/14/LinkedIn-StarTree</link> |
| <guid>Star-tree index - Powering fast aggregations on Pinot</guid> |
| <pubDate>Fri, 14 Jun 2019 00:00:00 GMT</pubDate> |
| <description><![CDATA[Introduced Star-Tree index to utilize the pre-aggregated documents in a smart way that achieves low query latencies, while using the storage space efficiently.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Introducing ThirdEye - LinkedIn’s Business-Wide Monitoring Platform]]></title> |
| <link>https://pinot.apache.org/blog/2019/01/09/LinkedIn-IntroThirdEye</link> |
| <guid>Introducing ThirdEye - LinkedIn’s Business-Wide Monitoring Platform</guid> |
| <pubDate>Wed, 09 Jan 2019 00:00:00 GMT</pubDate> |
| <description><![CDATA[ThirdEye is a comprehensive platform for real-time monitoring of metrics that covers a wide variety of use-cases.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Engineering Restaurant Manager - UberEATS Analytics Dashboard]]></title> |
| <link>https://pinot.apache.org/blog/2017/09/17/Restaurant-Manager</link> |
| <guid>Engineering Restaurant Manager - UberEATS Analytics Dashboard</guid> |
| <pubDate>Sun, 17 Sep 2017 00:00:00 GMT</pubDate> |
| <description><![CDATA[Restaurant Manager is a comprehensive analytics dashboard and pipeline for our restaurant partners. In this article, we discuss how we architected this analytics platform and its robust data pipeline.]]></description> |
| </item> |
| <item> |
| <title><![CDATA[Open Sourcing Pinot - Scaling the Wall of Real-Time Analytics]]></title> |
| <link>https://pinot.apache.org/blog/2015/06/10/Open-Sourcing-Pinot</link> |
| <guid>Open Sourcing Pinot - Scaling the Wall of Real-Time Analytics</guid> |
| <pubDate>Wed, 10 Jun 2015 00:00:00 GMT</pubDate> |
| <description><![CDATA[Introducing Pinot which allow to slice and dice across billions of rows in real-time across a wide variety of products]]></description> |
| </item> |
| <item> |
| <title><![CDATA[A Brief History of Scaling LinkedIn]]></title> |
| <link>https://pinot.apache.org/blog/2015/05/16/LinkedIn-Scaling</link> |
| <guid>A Brief History of Scaling LinkedIn</guid> |
| <pubDate>Sat, 16 May 2015 00:00:00 GMT</pubDate> |
| <description><![CDATA[LinkedIn started in 2003 with the goal of connecting to your network for better job opportunities. It had only 2,700 members the first week. Fast forward many years, and LinkedIn’s product portfolio, member base, and server load has grown tremendously.]]></description> |
| </item> |
| </channel> |
| </rss> |