All Projects → apache → Calcite

apache / Calcite

Licence: apache-2.0
Apache Calcite

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
HTML
75241 projects
SCSS
7915 projects
FreeMarker
481 projects
shell
77523 projects

Projects that are alternatives of or similar to Calcite

Calcite Avatica
Mirror of Apache Calcite - Avatica
Stars: ✭ 130 (-95.38%)
Mutual labels:  sql, big-data, hadoop, geospatial
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+62.68%)
Mutual labels:  sql, big-data, hadoop
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (-94.67%)
Mutual labels:  sql, big-data, hadoop
rastercube
rastercube is a python library for big data analysis of georeferenced time series data (e.g. MODIS NDVI)
Stars: ✭ 15 (-99.47%)
Mutual labels:  big-data, hadoop, geospatial
Presto
The official home of the Presto distributed SQL query engine for big data
Stars: ✭ 12,957 (+360.12%)
Mutual labels:  sql, big-data, hadoop
Hive
Apache Hive
Stars: ✭ 4,031 (+43.15%)
Mutual labels:  sql, big-data, hadoop
Ignite
Apache Ignite
Stars: ✭ 4,027 (+43%)
Mutual labels:  sql, big-data, hadoop
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+290.31%)
Mutual labels:  big-data, hadoop
Maha
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
Stars: ✭ 101 (-96.41%)
Mutual labels:  sql, big-data
Drill
Apache Drill is a distributed MPP query layer for self describing data
Stars: ✭ 1,619 (-42.51%)
Mutual labels:  big-data, hadoop
Griffon Vm
Griffon Data Science Virtual Machine
Stars: ✭ 128 (-95.45%)
Mutual labels:  big-data, hadoop
Spark Website
Apache Spark Website
Stars: ✭ 75 (-97.34%)
Mutual labels:  sql, big-data
Atsd
Axibase Time Series Database Documentation
Stars: ✭ 68 (-97.59%)
Mutual labels:  sql, hadoop
Asakusafw
Asakusa Framework
Stars: ✭ 114 (-95.95%)
Mutual labels:  big-data, hadoop
Docker Spark Cluster
A Spark cluster setup running on Docker containers
Stars: ✭ 57 (-97.98%)
Mutual labels:  big-data, hadoop
Richdem
High-performance Terrain and Hydrology Analysis
Stars: ✭ 127 (-95.49%)
Mutual labels:  big-data, geospatial
Base
https://www.researchgate.net/profile/Rajah_Iyer
Stars: ✭ 48 (-98.3%)
Mutual labels:  sql, hadoop
Hdfs Shell
HDFS Shell is a HDFS manipulation tool to work with functions integrated in Hadoop DFS
Stars: ✭ 117 (-95.85%)
Mutual labels:  big-data, hadoop
Gaffer
A large-scale entity and relation database supporting aggregation of properties
Stars: ✭ 1,642 (-41.69%)
Mutual labels:  big-data, hadoop
Eel Sdk
Big Data Toolkit for the JVM
Stars: ✭ 140 (-95.03%)
Mutual labels:  big-data, hadoop

Maven Central Travis Build Status CI Status AppVeyor Build Status

Apache Calcite

Apache Calcite is a dynamic data management framework.

It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.

For more details, see the home page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].