https://github.com/apachecn-archive/risinglight

https://github.com/apachecn-archive/risinglight

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: apachecn-archive
  • License: apache-2.0
  • Language: Rust
  • Default Branch: main
  • Size: 1.77 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme Contributing License Code of conduct Governance

README.md

RisingLight

CI RisingLight on dbdb.io crates.io docs.rs

RisingLight is an OLAP database system for educational purpose. It is still in rapid development, and should not be used in production.

Quick Start

Currently, RisingLight only supports Linux or macOS. If you are familiar with the Rust programming language, you can start an interactive shell with:

cargo run # start in debug mode cargo run --release # or start in release mode

If you meet with any build issues, see Install, Run, and Develop RisingLight for more information. We provide step-by-step guide on how to compile and run RisingLight from scratch.

After successfully building RisingLight, you may import some data and run SQL queries. See Running TPC-H Queries.

Documentation

All documentation can be found in docs folder.

At the same time, dev docs are also available in make docs (latest) or crates.io (stable).

Roadmap

We plan to release RisingLight v0.2 this year, as well as a tutorial on how to build an OLAP database from scratch. See the pinned Roadmap issue for more information.

License

RisingLight is under the Apache 2.0 license. See the LICENSE file for details.

Community

Governance

See GOVERNANCE for more information.

Communication

RisingLight developers are active in a variety of places:

Slack Channel

You can join the RisingLight Slack community with the invitation link, and then join the following channels:

If the Slack invitation link expires (which normally should not happen), please create an issue :-)

Other Messaging Apps

If you want to join our active communication group in messaging apps including Discord, Telegram, and WeChat, please send an email to contact at singularity-data.com with your user ID. We will then manually invite you to the group.

Scrum Meeting

The RisingLight scrum meeting is a place where RisingLight project members bring up topics to discuss online. The meeting will be held by default every Wednesday 11am UTC+8 on Zoom if there are topics to discuss.

  • The topics should be decided at least 24 hours before the scrum meeting. All topics should be available in one of: (1) GitHub Issue (2) Pull Request for RFC (3) GitHub Discussion.
  • Meeting information will be sent to #risinglight or #risinglight-cn on Slack, based on the preferred language for this week's meeting, at least 24 hours before the scrum meeting.
  • The scrum meeting will generally end in 30 minutes.
  • If there are no topics to discuss, the meeting will be canceled.

Contributing

If you have a bug report or feature request, welcome to open an issue.

If you have any question to discuss, just ping us in Slack channel or other messaging apps, or directly start a discussion on GitHub Discussions.

If you want to contribute code, see CONTRIBUTING for more information. Generally, you will need to pass necessary checks for your changes and sign DCO before submitting PRs. We have plenty of good first issues. Feel free to ask questions either on GitHub or in our chat groups if you meet any difficulty.

Acknowledgement

The RisingLight project was initiated by a group of college students who have special interests in developing database systems using modern programming technologies. The project is generously sponsored by Singularity Data, a startup innovating the next-generation database systems. Singularity Data is hiring top talents globally to build a cloud-native streaming database from scratch. If interested, please send your CV to hr at singularity-data.com.

Welcome to the RisingLight community!

Owner

  • Name: ApacheCN 归档
  • Login: apachecn-archive
  • Kind: organization
  • Email: wizard.z@qq.com

防止重要项目丢失而设立的归档

GitHub Events

Total
Last Year

Dependencies

.github/workflows/bench.yml actions
  • actions-rs/cargo v1 composite
  • actions-rs/toolchain v1 composite
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • arduino/setup-protoc v1 composite
.github/workflows/ci.yml actions
  • actions-rs/toolchain v1 composite
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • arduino/setup-protoc v1 composite
  • taiki-e/install-action nextest composite
Cargo.lock cargo
  • 278 dependencies
Cargo.toml cargo
  • criterion 0.3 development
  • tempfile 3 development
  • test-case 2 development
  • anyhow 1
  • async-recursion 1
  • async-stream 0.3
  • async-trait 0.1
  • binary-heap-plus 0.4.1
  • bit-set 0.5
  • bitvec 1
  • btreemultimap 0.1
  • bytes 1
  • chrono 0.4
  • clap 3
  • comfy-table 5.0
  • crc32fast 1
  • csv 1
  • dirs 4
  • downcast-rs 1
  • enum_dispatch 0.3
  • erased-serde 0.3
  • futures 0.3
  • futures-async-stream 0.2
  • humantime 2.1.0
  • indicatif 0.16
  • indoc 1
  • iter-chunks 0.1
  • itertools 0.10
  • manifest-dir-macros 0.1.11
  • minitrace 0.4.0
  • moka 0.7
  • num-traits 0.2
  • parking_lot 0.12
  • paste 1
  • prost 0.10.0
  • ref-cast 1.0
  • risinglight_proto 0.1
  • rust_decimal 1
  • rustyline 9
  • serde 1
  • serde_json 1
  • smallvec 1
  • sqllogictest 0.3
  • sqlparser 0.16
  • thiserror 1
  • tikv-jemallocator 0.4
  • tokio 1
  • tokio-util 0.7
  • tracing 0.1
  • tracing-subscriber 0.3
proto/Cargo.toml cargo
tests/sqllogictest/Cargo.toml cargo
tests/sqlplannertest/Cargo.toml cargo