Skip to content

FuseQuery is a Distributed SQL Query Engine at scale

License

Notifications You must be signed in to change notification settings

isgasho/fuse-query

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions Status Github Actions Status codecov.io License

FuseQuery

FuseQuery is a Distributed SQL Query Engine at scale.

Give thanks to ClickHouse and Arrow.

Features

  • High Performance
  • High Scalability
  • High Reliability

Architecture

Crate Description Status
processors Dataflow streaming processor WIP
transforms Query execution transform WIP
planners Distributed plan for queries and DML statements WIP
optimizers Optimizer for distributed plan TODO
functions Scalar and Aggregation functions WIP
datablocks Vectorized data processing unit WIP
datastreams Async streaming iterators WIP
datasources Interface to the fuse-store server WIP
distributed Distributed scheduler and executor for planner TODO

About

FuseQuery is a Distributed SQL Query Engine at scale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.8%
  • Makefile 0.2%