Skip to content

Commit

Permalink
docs: Add ASF related files (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Jul 5, 2024
1 parent 266f228 commit cd5b670
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 6 deletions.
52 changes: 52 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features

github:
description: "Apache Paimon Rust The rust implementation of Apache Paimon."
homepage: https://paimon.apache.org/
labels:
- rust
- paimon
- streaming-datalake
- real-time-analytics
- data-ingestion
- big-data
- table-store
enabled_merge_buttons:
squash: true
merge: false
rebase: false
features:
issues: true
discussions: true
wiki: false
projects: false
protected_branches:
main:
required_pull_request_reviews:
required_approving_review_count: 1
gh-pages:
whatever: Just a placeholder to make it take effects
collaborators:
- Xuanwo

notifications:
commits: commits@paimon.apache.org
issues: issues@paimon.apache.org
pullrequests: issues@paimon.apache.org
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-11
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-11
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Apache Paimon Rust
Copyright 2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Apache Paimon Rust   [![Build Status]][actions] [![Latest Version]][crates.io]

[Build Status]: https://img.shields.io/github/actions/workflow/status/apache/paimon/ci.yml
[actions]: https://github.com/apache/paimon/actions?query=branch%3Amain
[Build Status]: https://img.shields.io/github/actions/workflow/status/apache-rust/paimon/ci.yml
[actions]: https://github.com/apache-rust/paimon/actions?query=branch%3Amain
[Latest Version]: https://img.shields.io/crates/v/paimon.svg
[crates.io]: https://crates.io/crates/paimon

The rust impelmation of Apache Paimon.
The rust implementation of Apache Paimon.

## Quick Start

Expand All @@ -17,7 +17,7 @@ Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on get

## Getting help

Submit [issues](https://github.com/apache/paimon/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/apache/paimon/discussions/new?category=q-a).
Submit [issues](https://github.com/apache/paimon-rust/issues/new/choose) for bug report or asking questions in [discussion](https://github.com/apache/paimon-rust/discussions/new?category=q-a).

#### License

Expand Down
17 changes: 17 additions & 0 deletions copyright.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

0 comments on commit cd5b670

Please sign in to comment.