An open API service indexing awesome lists of open source software.

https://github.com/pixelsdb/mini-pixels

The educational analytic storage engine derived from Pixels (https://github.com/pixelsdb/pixels).
https://github.com/pixelsdb/mini-pixels

column-store database olap

Last synced: 2 months ago
JSON representation

The educational analytic storage engine derived from Pixels (https://github.com/pixelsdb/pixels).

Awesome Lists containing this project

README

          

# mini-pixels

mini-pixels 是 [pixels](https://github.com/pixelsdb/pixels) 的简化版,旨在为OLAP数据库内核的教学提供实验框架。

## 代码结构

mini-pixels 包含以下主要目录:

- **cpp**: mini-pixels的C++实现及相关实验。
- **flatbuffers**: mini-pixels中所使用的flatbuffers定义。
- **java**: mini-pixels的Java实现及相关实验。
- **proto**: mini-pixels中所使用的protobuf定义。