Content deleted Content added
Forlornacorn (talk | contribs) Updating project name references to be consistent with Apache Software Foundation. |
Citation bot (talk | contribs) Removed URL that duplicated identifier. | Use this bot. Report bugs. | Suggested by CorrectionsJackal | Category:Apache Software Foundation projects | #UCB_Category 21/111 |
||
(30 intermediate revisions by 13 users not shown) | |||
Line 1:
{{Short description|Open-source distributed data store}}
{{Infobox software
| name = Apache Pinot
| logo = [[File:
| screenshot =
| caption =
| author = {{ubl|Kishore Gopalakrishna|Xiang Fu}}
| developer = Apache Pinot
| latest release version =
| latest release date = {{Start date and age|df=yes|
| repo = [https://
| programming language = [[Java (programming language)|Java]]
| operating system = [[Cross-platform]]
Line 20 ⟶ 21:
}}
'''Apache Pinot''' is a [[Column-oriented DBMS|column-oriented]], [[open-source software|open-source]], [[Distributed database|distributed]] [[data store]] written in [[Java (programming language)|Java]]. Pinot is designed to execute [[Online analytical processing|OLAP]] queries with low latency.<ref>{{cite
Pinot was first created at [[LinkedIn]] after the engineering staff determined that there were no off the shelf solutions that met the social networking site's requirements like predictable low latency, data freshness in seconds, fault tolerance and scalability.<ref name="open-sourcing-pinot" /><ref>{{cite news |last1=Yegulalp |first1=Serdar |title=LinkedIn fills another SQL-on-Hadoop niche |url=https://www.infoworld.com/article/2934506/linkedins-pinot-fills-another-sql-on-hadoop-niche.html |work=InfoWorld |date=2015-06-11 |language=en}}</ref> Pinot is used in production by technology companies such as [[Uber]],<ref>{{cite
== History ==
Line 30 ⟶ 31:
[[File:Pinot Architecture.png|520x520px|thumb|alt=Architecture of Apache Pinot|Architecture diagram of Apache Pinot]]
Pinot uses [[Apache Helix]] for cluster management. Helix is embedded as an agent within the different components and uses [[Apache ZooKeeper]] for coordination and maintaining the overall cluster state and health. All Pinot servers and brokers are managed by Helix. Helix is a generic cluster management framework to manage partitions and replicas in a distributed system.
=== Query management ===
Line 39:
== Features ==
Pinot shares similar features with comparable OLAP datastores, such as [[Apache Druid]].<ref>{{cite book |last1=Ordonez |first1=Carlos |last2=Song |first2=Il-Yeol |last3=Anderst-Kotsis |first3=Gabriele |last4=Tjoa |first4=A. Min |last5=Khalil |first5=Ismail |title=Big Data Analytics and Knowledge Discovery: 21st International Conference, DaWaK 2019, Linz, Austria, August 26–29, 2019, Proceedings |date=2 October 2019 |publisher=Springer |isbn=978-3-030-27520-4 |page=170 |url=https://
Pinot supports near real-time ingestion from streams such as [[Apache Kafka|Kafka]], [[AWS]] Kinesis and [[Batch processing|batch]] ingestion from sources such as [[Hadoop]], [[Amazon S3|S3]], [[Microsoft Azure|Azure]], [[Google Cloud Storage|GCS]]. Like
== See also ==
{{Portal|Free and open-source software}}
* [[List of column-oriented DBMSes]]
* [[Comparison of OLAP servers]]
== References ==
{{Reflist|30em}}
== External links ==
Line 58 ⟶ 60:
[[Category:Structured storage]]
[[Category:Free database management systems]]
[[Category:Free software programmed in Java (programming language)]]
[[Category:Database engines]]
[[Category:Big data products]]
|