content
stringlengths
1
103k
path
stringlengths
8
216
filename
stringlengths
2
179
language
stringclasses
15 values
size_bytes
int64
2
189k
quality_score
float64
0.5
0.95
complexity
float64
0
1
documentation_ratio
float64
0
1
repository
stringclasses
5 values
stars
int64
0
1k
created_date
stringdate
2023-07-10 19:21:08
2025-07-09 19:11:45
license
stringclasses
4 values
is_test
bool
2 classes
file_hash
stringlengths
32
32
name: Reusable Build Wheels\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n MODE:\n description: "The build mode, either `pypi` or `pr`"\n required: true\n type: string\n PLATFORM:\n required: true\n type: string\n ...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_build_and_upload_wheels.yml
reusable_build_and_upload_wheels.yml
YAML
8,302
0.95
0.033058
0.079812
python-kit
0
2024-12-03T15:39:34.967621
GPL-3.0
false
7bcfd6241fb199054ce938faba51c1f2
name: Reusable Build rerun_js\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-build-js\n cancel-in-progress: true\n\nenv:\n # web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_build_js.yml
reusable_build_js.yml
YAML
2,104
0.95
0
0.155172
react-lib
114
2024-12-28T06:04:09.798262
BSD-3-Clause
false
c4bc5b362653241fbef391440cd04606
name: Reusable Build web viewer\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n RELEASE_VERSION:\n required: false\n type: string\n default: "prerelease"\n CHANNEL: # `nightly` or `main`\n required: true\n type: strin...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_build_web.yml
reusable_build_web.yml
YAML
5,188
0.95
0.022727
0.119266
react-lib
243
2024-02-20T08:07:01.726020
Apache-2.0
false
52c81716c4b395cf7f7ae4618bc44b94
name: Reusable C++ bundling and upload\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n PLATFORM_FILTER:\n required: false\n type: string\n RELEASE_COMMIT:\n required: false\n type: string\n default: ""\n\nconcurrency:...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_bundle_and_upload_rerun_cpp.yml
reusable_bundle_and_upload_rerun_cpp.yml
YAML
1,874
0.95
0.015873
0
vue-tools
664
2024-07-16T18:04:07.222596
GPL-3.0
false
947c1fc6e7c5ccc668d08225e5247346
name: "General checks: Lints, Tests, Docs"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n CHANNEL: # `nightly`/`main`/`pr`\n required: true\n type: string\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-checks\n cancel-in-progress: true\...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_checks.yml
reusable_checks.yml
YAML
8,602
0.95
0.032727
0.116071
vue-tools
866
2025-01-16T17:33:32.165434
MIT
false
c8e8b6b8f4886217ae40065fb30a7343
name: "C++ Tests on all platforms & compilers"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n CHANNEL:\n required: false\n type: string # enum: 'nightly', 'main', or 'pr'\n\n workflow_dispatch:\n inputs:\n CONCURRENCY:\n requi...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_checks_cpp.yml
reusable_checks_cpp.yml
YAML
3,798
0.95
0.025
0.09
python-kit
336
2024-02-04T01:56:52.139971
GPL-3.0
false
4d3b57eec4bdb657fe91f0a2794358bb
name: "Protobuf Checks: lints, BW compatibility, formatting, etc"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-checks_protobuf\n cancel-in-progress: true\n\nenv:\n # Make sure that git will not try and perfo...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_checks_protobuf.yml
reusable_checks_protobuf.yml
YAML
1,825
0.95
0.15
0.183673
python-kit
462
2023-12-11T14:34:08.796795
GPL-3.0
false
9f032deea82a8a36e0674bd4d1bb879d
name: "Python Checks: Lints & Docs"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-checks_python\n cancel-in-progress: true\n\nenv:\n PYTHON_VERSION: "3.9"\n\ndefaults:\n run:\n shell: bash\n\npermissions:...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_checks_python.yml
reusable_checks_python.yml
YAML
1,463
0.95
0
0.04
awesome-app
711
2024-08-31T05:04:51.893657
MIT
false
ee344bcfe6d3e732f4036c44b8ef74a2
name: "Rust Checks: Lints, Tests, Docs"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n CHANNEL:\n required: false\n type: string # enum: 'nightly', 'main', or 'pr'\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-checks_rust\n cancel-in-p...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_checks_rust.yml
reusable_checks_rust.yml
YAML
5,942
0.95
0.090909
0.166667
node-utils
155
2025-05-07T23:13:38.247876
Apache-2.0
false
4f68287ad680a3cd51083b87f7d83dec
name: "Reusable Deploy Docs"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n PY_DOCS_VERSION_NAME:\n required: true\n type: string\n CPP_DOCS_VERSION_NAME:\n required: true\n type: string\n RS_DOCS_VERSION_NAME:\n ...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_deploy_docs.yml
reusable_deploy_docs.yml
YAML
8,342
0.95
0.021552
0.126904
awesome-app
488
2024-06-02T04:35:53.502943
Apache-2.0
false
c1fb0cd2dae3eb10e6cb44752c0c69a9
name: Reusable Deploy Landing Preview\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n PR_NUMBER:\n required: true\n type: string\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-deploy-landing-preview\n cancel-in-progress: true\n\ndefaults...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_deploy_landing_preview.yml
reusable_deploy_landing_preview.yml
YAML
4,412
0.95
0.0625
0.037383
awesome-app
826
2024-05-11T05:03:34.487540
BSD-3-Clause
false
9007e96aa173925f2bc7e1f1cf13491b
name: Reusable Pip Index\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n COMMIT:\n required: false\n type: string\n default: ""\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-pip-index\n cancel-in-progress: true\n\ndefaults:\n ru...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_pip_index.yml
reusable_pip_index.yml
YAML
1,674
0.85
0
0
react-lib
153
2024-04-28T19:30:18.453034
GPL-3.0
false
7610a478d69ecf63a1411120392406c2
name: Build and publish JS\n\non:\n workflow_call:\n inputs:\n concurrency:\n type: string\n required: true\n release-commit:\n description: "Commit to release"\n type: string\n required: true\n\nconcurrency:\n group: ${{ inputs.concurrency }}-publish-js\n cancel-in-pr...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_publish_js.yml
reusable_publish_js.yml
YAML
1,837
0.95
0
0
awesome-app
595
2023-11-09T09:26:42.661219
MIT
false
cb4a7487bda5dcb3c24f013089a66f48
name: Build and Publish C/C++ SDKs\n\non:\n workflow_call:\n inputs:\n concurrency:\n type: string\n required: true\n release-version:\n description: "Release Version Number (Must match Cargo.toml)"\n type: string\n required: true\n release-commit:\n descript...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_publish_rerun_c.yml
reusable_publish_rerun_c.yml
YAML
2,226
0.85
0
0
react-lib
359
2024-04-24T14:12:31.727818
Apache-2.0
false
c4b552f5230310260bfe592424c309bc
name: Build and publish wheels\n\non:\n workflow_call:\n inputs:\n concurrency:\n type: string\n required: true\n release-version:\n description: "Release Version Number (Must match Cargo.toml)"\n type: string\n required: true\n release-commit:\n description:...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_publish_rerun_cli.yml
reusable_publish_rerun_cli.yml
YAML
1,883
0.85
0
0
node-utils
167
2023-11-29T10:05:49.168004
GPL-3.0
false
939f7eb218f648751b8ca4951932d531
name: Build and publish web\n\non:\n workflow_call:\n inputs:\n concurrency:\n type: string\n required: true\n release-version:\n description: "Release Version Number (Must match Cargo.toml)"\n type: string\n required: true\n release-commit:\n description: "C...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_publish_web.yml
reusable_publish_web.yml
YAML
4,318
0.95
0.007092
0.008264
python-kit
319
2025-05-30T01:48:07.033388
BSD-3-Clause
false
750e616de03f16fafadab9a5a89876e9
name: Build and publish wheels\n\n# To run this manually:\n# 1. Build each platform using `scripts/ci/build_and_upload_wheels.py`\n# 2. (optional) Generate index using `scripts/ci/generate_prerelease_pip_index.py`\n# 3. Publish to PyPI using `scripts/ci/publish_wheels.py`\n\non:\n workflow_call:\n inputs:\n co...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_publish_wheels.yml
reusable_publish_wheels.yml
YAML
5,564
0.95
0.005495
0.043478
python-kit
476
2024-01-21T05:07:46.089022
MIT
false
3b2c80e5d5da607fafe17a7b5eb2b8b9
name: Release crates\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n RELEASE_COMMIT:\n required: false\n type: string\n\nconcurrency:\n group: ${{ inputs.CONCURRENCY }}-release-crates\n cancel-in-progress: true\n\ndefaults:\n run:\n shel...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_release_crates.yml
reusable_release_crates.yml
YAML
971
0.85
0
0
awesome-app
43
2023-09-30T16:04:22.378287
GPL-3.0
false
937a09343e20af4fe38ae87a092a0005
# TODO(#9304): make the notebook export work\nname: Reusable Build and Upload Notebook\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n WHEEL_ARTIFACT_NAME:\n required: false\n type: string\n default: ""\n\nconcurrency:\n group: ${{ inp...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_run_notebook.yml
reusable_run_notebook.yml
YAML
2,992
0.95
0.011236
0.013514
react-lib
793
2024-06-27T05:33:12.343735
Apache-2.0
false
2b60aa48dba781c086630e8295b9bbae
name: Sync assets with release\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n RELEASE_VERSION:\n required: true\n type: string\n default: ""\n WAIT_TIME_SECS:\n required: false\n type: number\n default: 0\n\nc...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_sync_release_assets.yml
reusable_sync_release_assets.yml
YAML
1,548
0.85
0
0
awesome-app
839
2024-11-27T16:06:48.147481
GPL-3.0
false
65d808cabb6c52b0476c275814f2692f
name: "Track Size"\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n PR_NUMBER:\n required: false\n type: number\n WITH_EXAMPLES:\n required: true\n type: boolean\n\ndefaults:\n run:\n shell: bash\n\npermissions:\n conten...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_track_size.yml
reusable_track_size.yml
YAML
6,615
0.95
0.064677
0.064327
python-kit
399
2025-03-05T08:11:46.282089
Apache-2.0
false
75179f030b475b358fc1d61e41f6994c
name: Reusable Upload Web\n\non:\n workflow_call:\n inputs:\n CONCURRENCY:\n required: true\n type: string\n ADHOC_NAME:\n type: string\n required: false\n default: ""\n MARK_TAGGED_VERSION:\n required: false\n type: boolean\n default: false\n ...
dataset_sample\yaml\rerun-io_rerun\.github\workflows\reusable_upload_web.yml
reusable_upload_web.yml
YAML
6,238
0.95
0.051724
0.019737
python-kit
904
2024-05-29T00:45:38.289059
GPL-3.0
false
27303bc8a36a33bc202f332c7c276425
# mkdocs.yml\n# Top-level config for mkdocs\n# See: https://www.mkdocs.org/user-guide/configuration/\nsite_name: Rerun Python APIs\nsite_url: https://ref.rerun.io/docs/python/\nrepo_url: https://github.com/rerun-io/rerun/\n\n# Use the material theme\n# Override some options for nav: https://squidfunk.github.io/mkdocs-m...
dataset_sample\yaml\rerun-io_rerun\rerun_py\mkdocs.yml
mkdocs.yml
YAML
3,118
0.95
0.063291
0.123288
awesome-app
179
2024-10-26T22:55:32.618975
BSD-3-Clause
false
b2ff9650c491c2c9529a1992c6e7bf0c
# This is the configuration for golangci-lint for the restic project.\n#\n# A sample config with all settings is here:\n# https://github.com/golangci/golangci-lint/blob/master/.golangci.example.yml\n\nlinters:\n # only enable the linters listed below\n disable-all: true\n enable:\n # make sure all errors returned...
dataset_sample\yaml\restic_restic\.golangci.yml
.golangci.yml
YAML
2,082
0.95
0.057143
0.436364
node-utils
37
2025-04-23T10:17:28.326172
MIT
false
eff490651b4b870e35cfdfb62701f3e4
trigger:\n branches:\n include:\n - master\n - release\n - refs/tags/*\npr:\n- master\n\npool:\n vmImage: 'windows-2019'\n\nvariables:\n BuildConfiguration: Release\n Projects: 'src/NSwag.sln'\n\nsteps:\n- task: CmdLine@2\n displayName: 'Allow long file path'\n inputs:\n script: 'git config...
dataset_sample\yaml\RicoSuter_NSwag\azure-pipelines.yml
azure-pipelines.yml
YAML
2,850
0.95
0
0.067308
python-kit
882
2024-09-18T07:52:19.868930
Apache-2.0
false
f5c69ef4c136a29598a8c6718d2aaba2
# codecov config\n# Reference: https://docs.codecov.com/docs/codecovyml-reference\n# Tips. You may run following command to validate before committing any changes\n# curl --data-binary @codecov.yml https://codecov.io/validate\ncoverage:\n status:\n patch: off # disable patch status\n project:\n default: f...
dataset_sample\yaml\risingwavelabs_risingwave\codecov.yml
codecov.yml
YAML
847
0.8
0.043478
0.217391
awesome-app
658
2023-09-10T10:44:43.157575
GPL-3.0
false
bbb0701fc03c0231ee4082df1314fa8d
# The schema for RiseDev configuration files is defined under `src/risedevtool/schemas`.\n#\n# You can add the following section to `.vscode/settings.json` to get hover support in VS Code:\n#\n# ```\n# "yaml.schemas": {\n# "src/risedevtool/schemas/risedev.json": "risedev.yml",\n# "src/risedevtool/sc...
dataset_sample\yaml\risingwavelabs_risingwave\risedev.yml
risedev.yml
YAML
38,979
0.95
0.017386
0.201974
vue-tools
694
2024-01-23T10:50:19.629344
Apache-2.0
false
10f85c30a3ca5dab005c5682cf88fff2
version: 2\nupdates:\n- package-ecosystem: github-actions\n directory: "/"\n schedule:\n interval: "weekly"\n- package-ecosystem: cargo\n directory: /\n schedule:\n interval: "daily"\n open-pull-requests-limit: 10\n # Disable auto rebase to reduce cost. Use `@dependabot rebase` manually instead.\n rebase-s...
dataset_sample\yaml\risingwavelabs_risingwave\.github\dependabot.yml
dependabot.yml
YAML
3,290
0.8
0.009709
0.14
python-kit
45
2024-10-16T01:44:42.106523
Apache-2.0
false
dd16c58d1119fd810309278f5157f208
comment:\n header: Hi, there.\n footer: "\\n ---\n\n\\n > This is an automated comment created by the [peaceiris/actions-label-commenter]. \\n Responding to the bot or mentioning it won't have any effect.\n\n\\n [peaceiris/actions-label-commenter]: https://github.com/peaceiris/actions-label-commenter"\n\n...
dataset_sample\yaml\risingwavelabs_risingwave\.github\label-commenter-config.yml
label-commenter-config.yml
YAML
1,149
0.95
0.181818
0.190476
node-utils
103
2024-11-24T05:52:22.628035
BSD-3-Clause
false
13792f3a2455fd15775e702fbdd1214b
version: 1\nappendOnly: true\n\n# Match title\nlabels:\n- label: "type/feature"\n title: "^feat.*"\n- label: "type/fix"\n title: "^fix.*"\n- label: "type/refactor"\n title: "^refactor.*"\n- label: "type/style"\n title: "^style.*"\n- label: "type/chore"\n title: "^chore.*"\n- label: "type/perf"\n title: "^perf.*"\...
dataset_sample\yaml\risingwavelabs_risingwave\.github\labeler.yml
labeler.yml
YAML
1,484
0.8
0
0.063492
python-kit
971
2024-04-18T13:46:06.573245
MIT
false
53c1a9fb8f6f478f55f5da001d9bee12
name: Bug report\ndescription: Create a report to help us improve\nlabels: ["type/bug"]\nbody:\n - type: textarea\n attributes:\n label: Describe the bug\n description: A clear and concise description of what the bug is.\n - type: textarea\n attributes:\n label: Error message/log\n descripti...
dataset_sample\yaml\risingwavelabs_risingwave\.github\ISSUE_TEMPLATE\bug_report.yml
bug_report.yml
YAML
2,145
0.7
0
0
vue-tools
855
2024-09-16T05:24:58.647786
MIT
false
59604ef056841a1d1bba80f7537e1372
contact_links:\n - name: Questions and General Discussion\n url: https://github.com/risingwavelabs/risingwave/discussions\n about: Have questions? Welcome to open a discussion.\n - name: Community Chat\n url: https://risingwave.com/slack\n about: Join the RisingWave Slack community and chat with us.\n
dataset_sample\yaml\risingwavelabs_risingwave\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
309
0.8
0
0
vue-tools
741
2024-07-10T14:22:11.502249
BSD-3-Clause
false
d0e14a7fe006692f23f7d3517c0384c4
name: Design RFC\ndescription: Propose a design\nlabels: ["type/feature"]\nbody:\n - type: markdown\n attributes:\n value: |\n This doc will first explain why we need ..... Then we will go through the technical design of this feature.\n\n - type: textarea\n attributes:\n label: Background\n ...
dataset_sample\yaml\risingwavelabs_risingwave\.github\ISSUE_TEMPLATE\design-rfc.yml
design-rfc.yml
YAML
1,216
0.7
0.0625
0.064516
node-utils
18
2025-06-19T19:08:20.709061
MIT
false
738b36f31b7a46f52e413734109466ea
name: Feature request\ndescription: Suggest an idea for this project\nlabels: ["type/feature"]\nbody:\n - type: textarea\n attributes:\n label: Is your feature request related to a problem? Please describe.\n description: A clear and concise description of what the problem is. Ex. I'm always frustrated wh...
dataset_sample\yaml\risingwavelabs_risingwave\.github\ISSUE_TEMPLATE\feature_request.yml
feature_request.yml
YAML
836
0.7
0.05
0
node-utils
165
2024-08-12T14:02:54.281105
MIT
false
01ba83cff50dcab3ce43392adacdc69f
name: Assign milestone\n\non:\n issues:\n types: [opened]\n\njobs:\n assign-milestone:\n runs-on: ubuntu-latest\n steps:\n - name: Add issue to the latest milestone\n uses: fuyufjh/automatically-set-milestone-to-issue@v0.2\n with:\n github-token: ${{ secrets.GITHUB_TOKEN }}\n versi...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\assign-issue-milestone.yml
assign-issue-milestone.yml
YAML
384
0.7
0
0
python-kit
600
2024-06-01T07:52:47.360584
GPL-3.0
false
1e62e12a1f8b05977352b13ac86f5fa6
name: Security audit\non:\n schedule:\n - cron: '0 0 * * *'\njobs:\n audit:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: rustsec/audit-check@v2.0.0\n with:\n token: ${{ secrets.GITHUB_TOKEN }}
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\audit.yml
audit.yml
YAML
247
0.7
0
0
vue-tools
100
2023-09-27T12:21:29.860048
BSD-3-Clause
false
55e2a5eb3e7a8675441a9b74bcfa621c
name: Issue Documentation Checker\n\non:\n issues:\n types:\n - closed\n - labeled\n\njobs:\n create-issue:\n runs-on: ubuntu-latest\n\n steps:\n - uses: actions/checkout@v4\n - name: Check if issue is done and labeled 'user-facing-changes'\n uses: dacbd/create-issue-action@main\n ...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\auto-create-doc-issue-by-issue.yml
auto-create-doc-issue-by-issue.yml
YAML
906
0.8
0.068966
0.038462
vue-tools
540
2024-08-05T16:12:16.008715
GPL-3.0
false
41c3ceba3a0c3ab4d5a08f4111d9e8a3
name: PR Documentation Checker\n\non:\n pull_request:\n types:\n - closed\n - labeled\n\njobs:\n check_pr_description:\n runs-on: ubuntu-latest\n\n steps:\n - name: Check if PR is merged\n id: check_merged\n run: echo "merged=$(echo ${{ github.event.pull_request.merged }} | tr '[...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\auto-create-doc-issue-by-pr.yml
auto-create-doc-issue-by-pr.yml
YAML
3,178
0.8
0.1
0
awesome-app
783
2023-12-08T20:23:33.958023
MIT
false
4b51ed7e01a4f7d3e73cdec4857b53d3
name: Update Helm Charts and Risingwave Operator on New Release\n\non:\n release:\n types: [published]\n workflow_dispatch:\n inputs:\n version:\n description: 'release version'\n required: true\n\nenv:\n NEW_APP_VERSION: ${{ github.event.inputs.version || github.event.release.tag_name }}\n\...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\auto-update-helm-and-operator-version-by-release.yml
auto-update-helm-and-operator-version-by-release.yml
YAML
3,211
0.85
0.012658
0
python-kit
648
2023-12-09T21:31:36.926594
Apache-2.0
false
83cc09d83291880666007ae4c6b447a0
name: PR for release branches\non:\n pull_request:\n branches:\n - main\n types: ["closed", "labeled"]\n workflow_dispatch:\n inputs:\n pr_number:\n description: "PR number to cherry-pick"\n required: true\n type: number\n base_version:\n description: "Base version ...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\cherry-pick-since-release-branch.yml
cherry-pick-since-release-branch.yml
YAML
4,918
0.95
0.09375
0.053097
vue-tools
94
2023-12-24T13:39:37.757321
Apache-2.0
false
54edca5fcd6d8f4dc145c57de91a3928
name: Deprecation Notice for old cherry-pick label\non:\n pull_request:\n branches:\n - main\n types: ["labeled"]\n\njobs:\n deprecation_notice:\n if: startsWith(github.event.label.name, 'need-cherry-pick-release-')\n runs-on: ubuntu-latest\n steps:\n - name: Add deprecation notice comment\n ...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\cherry-pick-to-release-branch.yml
cherry-pick-to-release-branch.yml
YAML
809
0.7
0.115385
0
react-lib
338
2023-12-17T10:23:30.229620
Apache-2.0
false
70a17debcd6a27d439b04100bd7b2494
name: Connector Node Integration Tests\n\non:\n push:\n branches: [ main ]\n pull_request:\n branches: [ main ]\n merge_group:\n types: [ checks_requested ]\n\njobs:\n build:\n runs-on: ubuntu-latest\n strategy:\n matrix:\n java: [ '11', '17' ]\n name: Java ${{ matrix.java }}\n step...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\connector-node-integration.yml
connector-node-integration.yml
YAML
1,528
0.8
0.061224
0.066667
react-lib
844
2025-06-24T20:48:59.770023
Apache-2.0
false
93d45c0b8b783545f846b974453d50da
name: Dashboard\non:\n push:\n branches: [main]\n paths: [dashboard/**, proto/**]\n pull_request:\n branches: [main]\n paths: [dashboard/**, proto/**]\n workflow_dispatch:\njobs:\n dashboard-ui-deploy:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v4\n - uses: actions/setu...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\dashboard.yml
dashboard.yml
YAML
1,029
0.8
0.026316
0
node-utils
756
2024-05-16T02:49:20.957082
MIT
false
4c5027f8826f70952a28a456963a62fe
name: Deploy Developer Docs\n\non:\n push:\n branches:\n - main\n workflow_dispatch:\n\nenv:\n SCCACHE_GHA_ENABLED: "true"\n RUSTC_WRAPPER: "sccache"\n RUSTDOCFLAGS: "--markdown-css rust.css --markdown-no-toc --index-page /home/runner/work/risingwave/risingwave/docs/rustdoc/index.md -Zunstable-options"\n\n...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\doc.yml
doc.yml
YAML
2,300
0.8
0.028169
0
vue-tools
470
2023-10-22T00:50:36.877705
Apache-2.0
false
e7115606c5749d37af66c8f07e086c11
name: Label Triggered Comment\n\non:\n issues:\n types: [labeled, unlabeled]\n pull_request:\n types: [labeled, unlabeled]\n\npermissions:\n contents: read\n issues: write\n pull-requests: write\n\njobs:\n comment:\n runs-on: ubuntu-20.04\n steps:\n - uses: actions/checkout@v4\n - name: Labe...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\label-triggered.yml
label-triggered.yml
YAML
489
0.7
0
0
node-utils
99
2024-02-15T05:41:25.914671
MIT
false
5000416d674ff38037c6c0ca950aa80a
name: Label PRs\n\non:\n pull_request:\n types: [opened, edited, synchronize]\n\njobs:\n pr-labeler:\n runs-on: ubuntu-latest\n name: pr-labeler\n steps:\n - uses: srvaroa/labeler@master\n env:\n GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"\n
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\labeler.yml
labeler.yml
YAML
256
0.7
0
0
python-kit
833
2025-05-21T06:29:11.629767
Apache-2.0
false
0e2b3b9ea1493bd04785784a44f2e462
name: License checker\n\non:\n push:\n branches:\n - main\n - "forks/*"\n pull_request:\n branches:\n - main\n - "v*.*.*-rc"\n merge_group:\n types: [checks_requested]\njobs:\n license-header-check:\n runs-on: ubuntu-latest\n name: license-header-check\n steps:\n - uses: actions/che...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\license_check.yml
license_check.yml
YAML
386
0.8
0
0
vue-tools
723
2024-06-23T17:37:05.461649
Apache-2.0
false
34ab35aa9eb2989f3ccf30d7e415d455
name: Build with Latest Nightly Rust\n\n# Helpful to know when it does not compile.\n\non:\n schedule:\n - cron: "0 0 * * *"\n push:\n branches:\n - xxchan/latest-nightly-rust\n workflow_dispatch:\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - name: Maximize build space\n uses:...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\nightly-rust.yml
nightly-rust.yml
YAML
1,594
0.8
0.042553
0.068182
vue-tools
928
2025-02-16T13:25:53.498466
BSD-3-Clause
false
79c557329f3590155664d265fef5ae37
name: Package Version Checker\n\non:\n pull_request:\n branches:\n - 'main'\n\njobs:\n compare-package-version-with-latest-release-version:\n runs-on: ubuntu-latest\n\n steps:\n - name: Checkout repository\n uses: actions/checkout@v4\n env:\n GITHUB_TOKEN: ${{ secrets.GITHUB_...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\package_version_check.yml
package_version_check.yml
YAML
2,138
0.8
0.017544
0
vue-tools
89
2025-02-04T03:36:14.654214
BSD-3-Clause
false
ef93005b76513d86876d784779137fb2
name: PR Title Checker\n\non:\n pull_request:\n types: [opened, edited, labeled]\n\njobs:\n check:\n runs-on: ubuntu-latest\n name: pr-title-checker\n steps:\n - uses: thehanimo/pr-title-checker@v1.4.3\n with:\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n configuration_path: ...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\pr-title-checker.yml
pr-title-checker.yml
YAML
345
0.7
0
0
awesome-app
233
2023-08-22T23:45:42.464962
BSD-3-Clause
false
236b933b7e92e374a5929764bfea4ad4
name: Protobuf Breaking Check\n\non:\n pull_request:\n branches: [main]\n paths: [proto/**]\n\njobs:\n buf-breaking-check:\n runs-on: ubuntu-latest\n name: Check breaking changes in Protobuf files\n steps:\n - uses: actions/checkout@v4\n - uses: bufbuild/buf-setup-action@v1\n with:\n ...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\protobuf-breaking.yml
protobuf-breaking.yml
YAML
591
0.8
0
0.052632
awesome-app
558
2025-06-30T11:54:16.818674
BSD-3-Clause
false
8f446bd2f3b00eef87e6feb4512c0bb7
name: Label ci/main-cron/run-all for cherry-pick PRs\n\npermissions:\n contents: read\n pull-requests: write\n\non:\n pull_request:\n branches:\n - 'release-*'\n types: [opened]\n\njobs:\n label-run-main-cron:\n runs-on: ubuntu-latest\n steps:\n - name: checkout\n uses: actions/checkout...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\run-main-cron.yml
run-main-cron.yml
YAML
647
0.8
0.038462
0
awesome-app
827
2025-05-11T21:34:24.928962
MIT
false
c9f98f505c844b9b93be83844be217f2
name: Mark stale issues and pull requests\n\non:\n schedule:\n - cron: '30 1 * * *'\n workflow_dispatch:\n inputs:\n # https://github.com/marketplace/actions/close-stale-issues#operations-per-run\n operationsPerRun:\n description: 'Max number of operations per run'\n required: true\n ...
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\stale.yml
stale.yml
YAML
2,254
0.95
0.096154
0.023256
node-utils
311
2025-01-25T01:24:30.035538
Apache-2.0
false
50474eaea3d48b6e846213da4f0d2198
name: Typo checker\non: [pull_request]\n\njobs:\n run:\n name: Spell Check with Typos\n runs-on: ubuntu-latest\n steps:\n - name: Checkout Actions Repository\n uses: actions/checkout@v4\n\n - name: Check spelling of the entire repository\n uses: crate-ci/typos@v1.31.1\n
dataset_sample\yaml\risingwavelabs_risingwave\.github\workflows\typo.yml
typo.yml
YAML
283
0.7
0
0
vue-tools
951
2025-05-11T07:31:34.153769
MIT
false
11df41078c07b9efaecd80f555edb823
services:\n # TODO: Rename this to `postgres`\n db:\n image: postgres:15-alpine\n environment:\n - POSTGRES_USER=postgres\n - POSTGRES_PASSWORD=postgres\n - POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C\n ports:\n - 5432\n healthcheck:\n test: ["CMD-SHELL", "pg...
dataset_sample\yaml\risingwavelabs_risingwave\ci\docker-compose.yml
docker-compose.yml
YAML
10,302
0.8
0.017544
0.064343
node-utils
677
2024-01-30T13:10:08.399563
GPL-3.0
false
02a74b2219abc9e14c4da2ba70b431fb
auto-retry: &auto-retry\n automatic:\n # Agent terminated because the AWS EC2 spot instance killed by AWS.\n - signal_reason: agent_stop\n limit: 3\n - exit_status: -1\n signal_reason: none\n limit: 3\nsteps:\n - label: "docker-build-push: aarch64"\n if: build.env("SKIP_TARGET_AARCH64") != ...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\docker-arm-fast.yml
docker-arm-fast.yml
YAML
1,036
0.8
0.028571
0.029412
python-kit
502
2024-04-24T22:56:18.392119
MIT
false
b2f4f8c4f369bc0c94846ead5d9b81cf
auto-retry: &auto-retry\n automatic:\n # Agent terminated because the AWS EC2 spot instance killed by AWS.\n - signal_reason: agent_stop\n limit: 3\n - exit_status: -1\n signal_reason: none\n limit: 3\n\nsteps:\n - label: "docker-build-push: amd64"\n if: build.env("SKIP_TARGET_AMD64") != "t...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\docker.yml
docker.yml
YAML
3,046
0.8
0.056075
0.01
awesome-app
709
2025-04-10T12:22:11.276435
Apache-2.0
false
dd414a4f8b74dd9a4641028f7c7074bf
steps:\n # Builds cpu flamegraph env\n - label: "cpu-flamegraph-env-build"\n key: "cpu-flamegraph-env-build"\n command: "ci/scripts/flamegraph-env-build.sh"\n plugins:\n - seek-oss/aws-sm#v2.3.2:\n env:\n GITHUB_TOKEN: github-token\n - docker-compose#v5.5.0:\n run: rw-b...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\gen-flamegraph-cron.yml
gen-flamegraph-cron.yml
YAML
1,211
0.8
0.028571
0.147059
awesome-app
115
2024-02-22T08:58:27.268838
MIT
false
9ebe5463414c65a976d4e3c6c0f911d8
steps:\n # Builds cpu flamegraph env\n - label: "cpu-flamegraph-env-build"\n key: "cpu-flamegraph-env-build"\n command: "ci/scripts/flamegraph-env-build.sh"\n if: build.env("CPU_FLAMEGRAPH") == "true" || build.env("HEAP_FLAMEGRAPH") == "true"\n plugins:\n - seek-oss/aws-sm#v2.3.2:\n env:\n ...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\gen-flamegraph.yml
gen-flamegraph.yml
YAML
2,068
0.8
0.105263
0.127273
python-kit
760
2024-04-13T08:11:48.835443
Apache-2.0
false
d7eaf24a2d8ef5917094d94b940a8dff
auto-retry: &auto-retry\n automatic:\n # Agent terminated because the AWS EC2 spot instance killed by AWS.\n - signal_reason: agent_stop\n limit: 3\n - exit_status: -1\n signal_reason: none\n limit: 3\n\nsteps:\n - label: "find regressed step"\n key: "find-regressed-step"\n command: "GOO...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\main-cron-bisect.yml
main-cron-bisect.yml
YAML
499
0.8
0.066667
0.071429
awesome-app
194
2024-09-15T00:09:52.844691
MIT
false
afa70f247b8a69b1e6ca350243821d5a
anchors:\n - auto-retry: &auto-retry\n automatic:\n # Agent terminated because the AWS EC2 spot instance killed by AWS.\n - signal_reason: agent_stop\n limit: 3\n - exit_status: -1\n signal_reason: none\n limit: 3\n - plugins:\n # we need to override args, so di...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\main-cron.yml
main-cron.yml
YAML
38,305
0.8
0.06262
0.028659
react-lib
179
2023-07-20T12:28:58.511162
BSD-3-Clause
false
1ceafc738d7bf6163a93a431e8261b54
anchors:\n - auto-retry: &auto-retry\n automatic:\n # Agent terminated because the AWS EC2 spot instance killed by AWS.\n - signal_reason: agent_stop\n limit: 3\n - exit_status: -1\n signal_reason: none\n limit: 3\n - plugins:\n - cargo-cache: &cargo-cache\n ...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\pull-request.yml
pull-request.yml
YAML
27,352
0.8
0.067017
0.05226
node-utils
127
2024-11-23T23:50:22.921490
Apache-2.0
false
608b27b537ccdcb6204096ccb4c793ae
# Generate Sqlsmith weekly snapshots.\nsteps:\n - label: "build"\n command: "ci/scripts/build.sh -p ci-dev"\n key: "build"\n plugins:\n - docker-compose#v5.5.0:\n run: rw-build-env\n config: ci/docker-compose.yml\n mount-buildkite-agent: true\n timeout_in_minutes: 15\n\n - ...
dataset_sample\yaml\risingwavelabs_risingwave\ci\workflows\sqlsmith-snapshots.yml
sqlsmith-snapshots.yml
YAML
1,067
0.8
0
0.027778
python-kit
753
2025-01-30T22:05:14.539447
GPL-3.0
false
7d5281b2be7cfaec360ec4ed590e4304
---\nx-image: &image\n image: ${RW_IMAGE:-risingwavelabs/risingwave:v2.3.0}\nservices:\n risingwave-standalone:\n <<: *image\n command: "standalone --meta-opts=\" \\n --listen-addr 0.0.0.0:5690 \\n --advertise-addr 0.0.0.0:5690 \\n --dashboard-host 0.0.0....
dataset_sample\yaml\risingwavelabs_risingwave\docker\docker-compose-with-azblob.yml
docker-compose-with-azblob.yml
YAML
3,667
0.8
0
0.009434
awesome-app
647
2023-11-11T09:35:34.575176
GPL-3.0
false
4647301e3933f732e66464b645d6c78b
---\nx-image: &image\n image: ${RW_IMAGE:-risingwavelabs/risingwave:v2.3.0}\nservices:\n risingwave-standalone:\n <<: *image\n command: "standalone --meta-opts=\" \\n --listen-addr 0.0.0.0:5690 \\n --advertise-addr 0.0.0.0:5690 \\n --dashboard-host 0.0.0....
dataset_sample\yaml\risingwavelabs_risingwave\docker\docker-compose-with-gcs.yml
docker-compose-with-gcs.yml
YAML
3,661
0.8
0
0.009434
vue-tools
970
2024-03-09T04:21:54.241119
BSD-3-Clause
false
8071b615028787774a1f8ee8f47eb871
---\nservices:\n compactor-0:\n image: ghcr.io/risingwavelabs/risingwave:RisingWave_1.6.1_HDFS_2.7-x86_64\n command:\n - compactor-node\n - "--listen-addr"\n - "0.0.0.0:6660"\n - "--advertise-addr"\n - "compactor-0:6660"\n - "--prometheus-listener-addr"\n - "0.0.0.0:1260"\n ...
dataset_sample\yaml\risingwavelabs_risingwave\docker\docker-compose-with-hdfs.yml
docker-compose-with-hdfs.yml
YAML
7,283
0.8
0
0
react-lib
387
2024-11-09T15:45:38.624700
GPL-3.0
false
1ccfcc7c863c8fa2389dfb2add407524
---\nx-image: &image\n image: ${RW_IMAGE:-risingwavelabs/risingwave:v2.3.0}\nservices:\n risingwave-standalone:\n <<: *image\n command: "standalone --meta-opts=\" \\n --listen-addr 0.0.0.0:5690 \\n --advertise-addr 0.0.0.0:5690 \\n --dashboard-host 0.0.0....
dataset_sample\yaml\risingwavelabs_risingwave\docker\docker-compose-with-local-fs.yml
docker-compose-with-local-fs.yml
YAML
3,542
0.8
0
0.010101
vue-tools
270
2025-03-10T15:52:18.215432
BSD-3-Clause
false
735bea2b2e866f4db88dda360e9f933e
---\nx-image: &image\n image: ${RW_IMAGE:-risingwavelabs/risingwave:v2.3.0}\nservices:\n risingwave-standalone:\n <<: *image\n command: "standalone --meta-opts=\" \\n --listen-addr 0.0.0.0:5690 \\n --advertise-addr 0.0.0.0:5690 \\n --dashboard-host 0.0.0....
dataset_sample\yaml\risingwavelabs_risingwave\docker\docker-compose-with-obs.yml
docker-compose-with-obs.yml
YAML
3,661
0.8
0
0.009434
awesome-app
246
2024-05-13T18:02:41.757996
Apache-2.0
false
d567ea8a944d48b7048e0284d3b5b3ad
---\nx-image: &image\n image: ${RW_IMAGE:-risingwavelabs/risingwave:v2.3.0}\nservices:\n risingwave-standalone:\n <<: *image\n command: "standalone --meta-opts=\" \\n --listen-addr 0.0.0.0:5690 \\n --advertise-addr 0.0.0.0:5690 \\n --dashboard-host 0.0.0....
dataset_sample\yaml\risingwavelabs_risingwave\docker\docker-compose-with-oss.yml
docker-compose-with-oss.yml
YAML
3,661
0.8
0
0.009434
awesome-app
151
2024-05-29T08:33:29.044214
MIT
false
f319ad23535a2bb01efbac0a40df8654
---\nx-image: &image\n image: ${RW_IMAGE:-risingwavelabs/risingwave:v2.3.0}\nservices:\n risingwave-standalone:\n <<: *image\n command: "standalone --meta-opts=\" \\n --listen-addr 0.0.0.0:5690 \\n --advertise-addr 0.0.0.0:5690 \\n --dashboard-host 0.0.0....
dataset_sample\yaml\risingwavelabs_risingwave\docker\docker-compose-with-s3.yml
docker-compose-with-s3.yml
YAML
3,640
0.8
0
0.009434
python-kit
551
2024-05-31T09:25:58.390446
Apache-2.0
false
0d1e91fee3aa0d49d7bc41d37ce90fee
# --- THIS FILE IS AUTO GENERATED BY RISEDEV ---\napiVersion: 1\n\nproviders:\n - name: 'risingwave-grafana'\n orgId: 1\n folder: ''\n folderUid: ''\n type: file\n disableDeletion: false\n updateIntervalSeconds: 1\n allowUiUpdates: true\n options:\n path: /dashboards\n foldersFromFile...
dataset_sample\yaml\risingwavelabs_risingwave\docker\grafana-risedev-dashboard.yml
grafana-risedev-dashboard.yml
YAML
324
0.8
0
0.071429
react-lib
912
2025-04-13T15:07:39.755017
BSD-3-Clause
false
09d8f41120a826b5c32fd2f3f8673057
# --- THIS FILE IS AUTO GENERATED BY RISEDEV ---\napiVersion: 1\ndeleteDatasources:\n - name: risedev-prometheus\ndatasources:\n - name: risedev-prometheus\n type: prometheus\n access: proxy\n url: http://prometheus-0:9500\n withCredentials: false\n isDefault: true\n tlsAuth: false\n tlsAuthWithC...
dataset_sample\yaml\risingwavelabs_risingwave\docker\grafana-risedev-datasource.yml
grafana-risedev-datasource.yml
YAML
355
0.8
0
0.066667
awesome-app
816
2024-05-22T21:29:35.270919
BSD-3-Clause
false
d183b631c93669e8ed8a8abd2073901a
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\ad-click\docker-compose.yml
docker-compose.yml
YAML
1,100
0.7
0
0
vue-tools
561
2025-06-26T04:52:04.031608
GPL-3.0
true
510533aa11bf790dbab7e2a2e5cbe565
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\ad-ctr\docker-compose.yml
docker-compose.yml
YAML
1,098
0.7
0
0
python-kit
409
2024-07-02T16:12:27.215392
GPL-3.0
true
67cf5de592b08ba8fd058fa0a78692b9
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n volumes:\n - "../../gcp-rwctest.json:/gcp-rwctest.json"\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\big-query-sink\docker-compose.yml
docker-compose.yml
YAML
1,007
0.7
0
0
node-utils
643
2024-04-04T16:30:56.313809
MIT
true
f1abe18c81ddab59e8a2697718dd56e8
---\nservices:\n cassandra:\n image: cassandra:4.0\n ports:\n - 9042:9042\n environment:\n - CASSANDRA_CLUSTER_NAME=cloudinfra\n volumes:\n - "./prepare_cassandra_and_scylladb.sql:/prepare_cassandra_and_scylladb.sql"\n scylladb:\n image: scylladb/scylla:5.1\n # port 9042 is used by ca...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\cassandra-and-scylladb-sink\docker-compose.yml
docker-compose.yml
YAML
1,356
0.8
0
0.017544
vue-tools
413
2024-02-22T06:23:15.219557
GPL-3.0
true
9c7a1f539375c11e5d05fe9c9d12fd02
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\cdn-metrics\docker-compose.yml
docker-compose.yml
YAML
1,118
0.7
0
0
react-lib
307
2025-04-26T20:08:58.633084
GPL-3.0
true
e90a5e8dae567960ddaaadcae32d6398
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\citus-cdc\docker-compose.yml
docker-compose.yml
YAML
2,960
0.7
0.059406
0
node-utils
23
2025-05-15T16:38:51.954563
GPL-3.0
true
2262cfb13fd523687a0b6826500d383f
---\nservices:\n clickhouse-server:\n image: clickhouse/clickhouse-server:23.3.8.21-alpine\n container_name: clickhouse-server-1\n hostname: clickhouse-server-1\n ports:\n - "8123:8123"\n - "9000:9000"\n - "9004:9004"\n expose:\n - 9009\n volumes:\n - ./clickhouse_prepare.sql...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\clickhouse-sink\docker-compose.yml
docker-compose.yml
YAML
1,085
0.7
0
0
react-lib
847
2024-05-04T03:07:28.390213
MIT
true
7479614911ee15686447edb9a81eec61
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\clickstream\docker-compose.yml
docker-compose.yml
YAML
1,103
0.7
0
0
react-lib
633
2025-03-30T03:47:47.440426
Apache-2.0
true
9e7316c76f4840b979e8e0c25b0204c3
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\client-library\docker-compose.yml
docker-compose.yml
YAML
1,627
0.7
0
0
react-lib
870
2024-03-15T01:14:18.473059
BSD-3-Clause
true
e94f03bbe3dd5b8e0709127950795674
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\cockroach-sink\docker-compose.yml
docker-compose.yml
YAML
1,188
0.8
0
0
awesome-app
72
2024-10-24T11:23:01.247702
BSD-3-Clause
true
834def0e781ce1e33c06fd948dafb5e7
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\debezium-mysql\docker-compose.yml
docker-compose.yml
YAML
2,281
0.8
0
0
react-lib
769
2025-03-25T12:06:38.551164
MIT
true
06149858a1284f02cd9dad752c14a621
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\debezium-postgres\docker-compose.yml
docker-compose.yml
YAML
2,553
0.8
0
0.117021
node-utils
566
2024-04-22T07:34:43.552994
BSD-3-Clause
true
425dbf5df7e5e83ddd863a0f768348c3
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\debezium-sqlserver\docker-compose.yml
docker-compose.yml
YAML
2,188
0.8
0
0
python-kit
560
2023-09-22T14:51:28.801425
MIT
true
14173d23f9326559d15464b90f6714b9
---\nservices:\n spark:\n image: apache/spark:3.3.1\n command: tail -f /dev/null\n depends_on:\n - minio-0\n volumes:\n - "./spark-script:/spark-script"\n container_name: spark\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-stand...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\deltalake-sink\docker-compose.yml
docker-compose.yml
YAML
903
0.7
0
0
react-lib
878
2024-02-11T05:17:26.431318
Apache-2.0
true
dddd2444a6ea43619cb6ec5313c3270b
---\nservices:\n fe:\n platform: linux/amd64\n image: apache/doris:2.0.0_alpha-fe-x86_64\n hostname: fe\n environment:\n - FE_SERVERS=fe1:172.21.0.2:9010\n - FE_ID=1\n ports:\n - "8030:8030"\n - "9030:9030"\n networks:\n mynetwork:\n ipv4_address: 172.21.0.2\n be:\n ...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\doris-sink\docker-compose.yml
docker-compose.yml
YAML
2,227
0.7
0
0
node-utils
41
2023-10-03T13:49:36.496621
GPL-3.0
true
3a6920c30ac46c23385f02d49ba1d71f
---\nversion: "3"\nservices:\n dynamodb:\n image: amazon/dynamodb-local\n ports:\n - "8000:8000"\n command: "-jar DynamoDBLocal.jar -sharedDb -inMemory -port 8000"\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n ...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\dynamodb\docker-compose.yml
docker-compose.yml
YAML
1,028
0.7
0
0
node-utils
398
2024-12-23T22:47:28.272690
BSD-3-Clause
true
d49b017023ec88ce7528452a220b6d02
---\nservices:\n elasticsearch7:\n image: docker.elastic.co/elasticsearch/elasticsearch:7.11.0\n environment:\n - xpack.security.enabled=true\n - discovery.type=single-node\n - ELASTIC_PASSWORD=risingwave\n deploy:\n resources:\n limits:\n memory: 1G\n ports:\n - 92...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\elasticsearch-sink\docker-compose.yml
docker-compose.yml
YAML
1,369
0.7
0
0
awesome-app
202
2024-10-09T01:33:49.839307
GPL-3.0
true
276ec3ea74e5338719c0924383cacb36
---\nservices:\n kafka:\n image: confluentinc/cp-kafka:7.1.0\n platform: linux/amd64\n hostname: kafka\n container_name: kafka\n ports:\n - "29092:29092"\n - "9092:9092"\n environment:\n KAFKA_BROKER_ID: 1\n KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181\n KAFKA_LISTENER_SECURITY_PR...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\feature-store\docker-compose.yml
docker-compose.yml
YAML
3,036
0.8
0.018349
0.009524
node-utils
385
2024-11-29T13:06:46.970309
Apache-2.0
true
2c79832101b87a13a80c9872b2680d5b
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\http-sink\docker-compose.yml
docker-compose.yml
YAML
767
0.7
0
0
python-kit
268
2024-09-24T23:15:38.715213
GPL-3.0
true
cd5791ca357fe840bfef79b4b97964d6
---\nx-airflow-common:\n &airflow-common\n image: apache/airflow:2.6.2-python3.10\n build:\n context: .\n target: airflow\n environment:\n &airflow-common-env\n AIRFLOW__CORE__EXECUTOR: CeleryExecutor\n AIRFLOW__DATABASE__SQL_ALCHEMY_CONN: postgresql+psycopg2://airflow:airflow@postgres/airflow\n A...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\iceberg-sink\docker-compose.yml
docker-compose.yml
YAML
4,349
0.8
0
0
react-lib
189
2024-02-22T16:01:57.475343
GPL-3.0
true
b7669d5a5ac02db8dadbfd5e2062183e
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\kafka-cdc\docker-compose.yml
docker-compose.yml
YAML
1,124
0.7
0
0
python-kit
53
2024-08-12T14:12:27.683708
BSD-3-Clause
true
a7f87fde497159bad61ac51201cfdb93
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\kafka-cdc-sink\docker-compose.yml
docker-compose.yml
YAML
3,357
0.8
0
0
react-lib
343
2023-11-04T05:26:16.097430
BSD-3-Clause
true
8635a17898cc842df61d1c5a02b6ed27
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\kinesis-s3-source\docker-compose.yml
docker-compose.yml
YAML
1,802
0.8
0
0.05
awesome-app
587
2023-09-28T14:14:23.195170
MIT
true
0e715a125c6d055024a0d80b1fc9c079
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\livestream\docker-compose.yml
docker-compose.yml
YAML
1,102
0.7
0
0
python-kit
669
2024-09-02T08:28:42.361226
MIT
true
483d90ff0e33bfcb61a50072a1dc3b90
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\mindsdb\docker-compose.yml
docker-compose.yml
YAML
1,451
0.8
0
0.016949
vue-tools
42
2024-10-03T02:26:12.831107
MIT
true
735e124c9c1ccdc3b20657c7e5581784
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n mqtt-server:\n image: eclipse-mosquitto\n command:\n - sh\n - -c\n - echo "running command"; printf 'allow_anonymous true\nlistener 1883 0.0.0.0' > /mosquitto/confi...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\mqtt\docker-compose.yml
docker-compose.yml
YAML
1,229
0.7
0
0
node-utils
103
2025-01-27T18:16:21.745242
BSD-3-Clause
true
4457c0867763f403637f6f153578bafb
---\nservices:\n risingwave-standalone:\n extends:\n file: ../../docker/docker-compose.yml\n service: risingwave-standalone\n postgres-0:\n extends:\n file: ../../docker/docker-compose.yml\n service: postgres-0\n grafana-0:\n extends:\n file: ../../docker/docker-compose.yml\n s...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\mysql-cdc\docker-compose.yml
docker-compose.yml
YAML
2,036
0.8
0
0
vue-tools
838
2025-03-14T13:48:05.410116
GPL-3.0
true
1176fe2fc000c61555bcbf32b9ff7e4f
pk_types:\n - boolean\n - bigint\n - date\ndatatypes:\n - name: boolean\n aliases:\n - bool\n zero: false\n minimum: false\n maximum: true\n rw_type: boolean\n - name: bit\n zero: 0\n minimum: 0\n maximum: 1\n rw_type: boolean\n - name: tinyint\n zero: 0\n minimum: -128\n ...
dataset_sample\yaml\risingwavelabs_risingwave\integration_tests\mysql-cdc\mysql-datatypes.yml
mysql-datatypes.yml
YAML
2,178
0.7
0
0
python-kit
874
2024-09-24T00:03:05.567739
Apache-2.0
true
04b623342e8c444d1a3277e9817144e7