rolls-tech / silverDB

Scalable database for time-series data storage and real-time computing
9 stars 6 forks source link

SilverDB-dev-1.0 project structure #6

Open TaoHervor opened 4 years ago

TaoHervor commented 4 years ago

项目结构 compress : 压缩相关 config: 配置文件 example : 读写大代码示例 http : 数据库管理相关的http服务 metastore: 基于etcd的元数据注册、监听 node/client : 读写客户端 node/point : 时序数据的序列化格式定义 node/storage : buffer 、index 、wal、kv等相关存储模块 utils: 类型转换、时间处理、排序等相关工具代码