hadoop-rpc
Use the Hadoop RPC interface from Haskell (by jacobstanley)
Presto
The official home of the Presto distributed SQL query engine for big data (by prestodb)
hadoop-rpc | Presto | |
---|---|---|
- | 15 | |
7 | 16,247 | |
- | 0.4% | |
0.0 | 9.9 | |
almost 8 years ago | 7 days ago | |
Java | ||
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hadoop-rpc
Posts with mentions or reviews of hadoop-rpc.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning hadoop-rpc yet.
Tracking mentions began in Dec 2020.
Presto
Posts with mentions or reviews of Presto.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-19.
-
Using IRIS and Presto for high-performance and scalable SQL queries
The rise of Big Data projects, real-time self-service analytics, online query services, and social networks, among others, have enabled scenarios for massive and high-performance data queries. In response to this challenge, MPP (massively parallel processing database) technology was created, and it quickly established itself. Among the open-source MPP options, Presto (https://prestodb.io/) is the best-known option. It originated in Facebook and was utilized for data analytics, but later became open-sourced. However, since Teradata has joined the Presto community, it offers support now.
-
Multi-Database Support in DuckDB
We have some of this functionality in Presto (https://github.com/prestodb/presto), but it takes fair bit of work to implement it for all the different backends.
-
Rust std:fs slower than Python
Note that glibc has a similar problem in multithreaded contexts. It strands unused memory in thread-local pools, which grows your memory usage over time like a memory leak. We got lower memory usage that didn't grow over time by switching to jemalloc.
Example of this: https://github.com/prestodb/presto/issues/8993
- Ask HN: What are some SQL transpilers?
-
Cheat sheet for quotes usage?
I look at the grammar. Here is preto's grammar which is mostly similar to other sql engines: https://github.com/prestodb/presto/blob/master/presto-parser/src/main/antlr4/com/facebook/presto/sql/parser/SqlBase.g4
-
After a few recent events, opening a Linux terminal in public places is a big no-no
export MVNW_VERBOSE=true git clone https://github.com/prestodb/presto.git cd presto bash ./mvnw clean install
- presto: The official home of the Presto distributed SQL query engine for big data
- Compile the Minecraft Server (Java Edition) to Native with GraalVM Native Image
-
What are y'all learning right now?
more specifically, recently started learning about Presto [paper], and have been diving deeper into [source] code.
-
DeWitt Clause, or Can You Benchmark %DATABASE% and Get Away With It
Presto
What are some alternatives?
When comparing hadoop-rpc and Presto you can also consider the following projects:
hadoop-formats - Read/write file formats commonly used by Hadoop
HikariCP - 光 HikariCP・A solid, high-performance, JDBC connection pool at last.
hadoop-tools - Tools for working with Hadoop, written with performance in mind.
Apache Phoenix - Apache Phoenix
file-embed-poly
jOOQ - jOOQ is the best way to write SQL in Java