https://github.com/fanruan/intelli-swift-core
Distributed, Column-oriented storage, Realtime analysis, High performance Database
https://github.com/fanruan/intelli-swift-core
column-store database datawarehouse distributed high-performance realtime-analysis
Last synced: 5 months ago
JSON representation
Distributed, Column-oriented storage, Realtime analysis, High performance Database
- Host: GitHub
- URL: https://github.com/fanruan/intelli-swift-core
- Owner: fanruan
- License: apache-2.0
- Created: 2018-10-19T03:15:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T04:16:09.000Z (about 4 years ago)
- Last Synced: 2023-03-02T09:50:50.882Z (over 3 years ago)
- Topics: column-store, database, datawarehouse, distributed, high-performance, realtime-analysis
- Language: Java
- Homepage: http://www.fanruan.com
- Size: 76.4 MB
- Stars: 18
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift
  
Swift是基于分布式、列式存储和实时计算的高性能数据仓库系统,适用于对海量数据进行高效实时分析的场景。
Swift作为数据仓库提供一系列高性能聚合实现,核心库中包括常用的过滤、分组、聚合等计算的实现。同时,基于轻量、最少依赖、易扩展的设计理念,使得开发者可以很容易基于Swift完成系统集成和二次开发需求。
## Documentation
See [this](docs/query/native_json_api.md).
## Getting Started
### Startup
See [this](docs/start/engine_start.md).
### Demo
See [this](docs/demo.md).
## Benchmark
See [this](https://github.com/fanruan/intelli-swift-benchmark).
## Reporting Issues
Please read [this](docs/bug_report.md) before you report a bug.
Please read [this](docs/feature_request.md) before you request a feature.
## Contributing
Please read [this](docs/pull_request.md) before you create a pull request.