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).
- Host: GitHub
- URL: https://github.com/pixelsdb/mini-pixels
- Owner: pixelsdb
- License: agpl-3.0
- Created: 2024-06-25T02:19:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T04:33:42.000Z (2 months ago)
- Last Synced: 2026-01-13T07:50:13.145Z (2 months ago)
- Topics: column-store, database, olap
- Language: Java
- Homepage:
- Size: 4.76 MB
- Stars: 39
- Watchers: 2
- Forks: 65
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE
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定义。