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

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

Awesome Lists containing this project

README

          

# Swift

![Java 6+](https://img.shields.io/badge/java-6+-4c7e9f.svg) ![Code Size](https://img.shields.io/github/languages/code-size/fanruan/intelli-swift-core.svg) ![Apache 2](https://img.shields.io/github/license/fanruan/intelli-swift-core.svg?style=flat)

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.