Dataset Viewer
Auto-converted to Parquet Duplicate
repo
stringclasses
4 values
file_path
stringlengths
6
193
extension
stringclasses
23 values
content
stringlengths
0
1.73M
token_count
int64
0
724k
__index_level_0__
int64
0
10.8k
hyperswitch
Dockerfile
none
FROM rust:bookworm as builder ARG EXTRA_FEATURES="" ARG VERSION_FEATURE_SET="v1" RUN apt-get update \ && apt-get install -y libpq-dev libssl-dev pkg-config protobuf-compiler # Copying codebase from current dir to /router dir # and creating a fresh build WORKDIR /router # Disable incremental compilation. # # Inc...
632
0
hyperswitch
generate_code_coverage.sh
.sh
#! /bin/bash COV_PROGRAM="grcov" INSTALL_COV_PROGRAM="cargo install grcov" SERVER_PORT=8000 SERVER="python3" command -v $COV_PROGRAM >/dev/null 2>&1 || { echo -e >&2 "Require \"$COV_PROGRAM\" but it's not installed.\nInstall using \"$INSTALL_COV_PROGRAM\" and restart.\nAborting."; exit 1; } command -v $SERVER >/dev/n...
227
1
hyperswitch
add_connector.md
.md
# Guide to Integrate a Connector ## Introduction This is a guide to contributing new connector to Router. This guide includes instructions on checking out the source code, integrating and testing the new connector, and finally contributing the new connector back to the project. ## Prerequisites - Understanding of t...
8,108
2
hyperswitch
justfile
none
# List available recipes list: @just --list --justfile {{ source_file() }} fmt_flags := '--all' # Run formatter fmt *FLAGS: cargo +nightly fmt {{ fmt_flags }} {{ FLAGS }} check_flags := '--all-targets' v2_lints:= '-D warnings -Aunused -Aclippy::todo -Aclippy::diverging_sub_expression' alias c := check # Ch...
2,305
3
hyperswitch
INSTALL_dependencies.sh
.sh
#!/usr/bin/env bash # # Description: One click install for hyperswitch router # # # Global config if [[ "${TRACE-0}" == "1" ]]; then set -o xtrace fi RUST_MSRV="1.80.0" _DB_NAME="hyperswitch_db" _DB_USER="db_user" _DB_PASS="db_password" OSTYPE=${OSTYPE:-} PRE_INSTALL_MSG="Dependency install script.\n The script...
2,100
4
hyperswitch
NOTICE
none
hyperswitch Copyright 2022-2023 Juspay Technologies Private Limited This product includes software developed at Juspay Technologies Private Limited (https://hyperswitch.io/)
43
5
hyperswitch
package.json
.json
{ "name": "hyperswitch", "version": "0.0.0", "private": true, "description": "This is just to run automated newman tests for this service", "devDependencies": { "newman": "git+ssh://git@github.com:knutties/newman.git#7106e194c15d49d066fa09d9a2f18b2238f3dba8" } }
114
6
hyperswitch
Cargo.toml
.toml
[workspace] resolver = "2" members = ["crates/*"] package.edition = "2021" package.rust-version = "1.80.0" package.license = "Apache-2.0" [workspace.dependencies] tracing = { version = "0.1.40" } # Most of the lint configuration is based on https://github.com/EmbarkStudios/rust-ecosystem/blob/main/lints.toml [workspa...
420
7
hyperswitch
CHANGELOG.md
.md
"# Changelog\n\nAll notable changes to HyperSwitch will be documented here.\n\n- - -\n\n## 2025.04.0(...TRUNCATED)
398,171
8
hyperswitch
LICENSE
none
"\n Apache License\n Version 2.0, January (...TRUNCATED)
2,273
9
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
4