gin-valid module - github.com/G-Node/gin-valid - Go Packages

v0.0.0-...-aad41ea Published: Feb 27, 2025 License: BSD-3-Clause

README

Build Coverage Status Go Report Card PkgGoDev Docker Automated build

gin-valid

gin-valid is the G-Node Infrastructure data validation service. It is a microservice server written in go that is meant to be run dependent on a [https://github.com/G-Node/gogs](GIN repository server).

Repositories on a GIN server can trigger validation of data files via this service. The currently supported validators are listed below.

  • The BIDS fMRI data format.
  • The NIX (Neuroscience Information Exchange) format.
  • The odML (open metadata markup language) format.

Contributing

For instructions on how to create and add custom validators, please check the adding validators contribution guide.

Directories

Path Synopsis

cmd

ginvalid command

internal

log

web

Package web is responsible for logging users in to the validator service, listing the user's repositories and their validation status/results, enabling and disabling hooks on the GIN server running the validation.

Package web is responsible for logging users in to the validator service, listing the user's repositories and their validation status/results, enabling and disabling hooks on the GIN server running the validation.