{"id":19987540,"url":"https://github.com/douglasneuroinformatics/databank","last_synced_at":"2025-08-31T08:34:49.601Z","repository":{"id":168766040,"uuid":"644559625","full_name":"DouglasNeuroInformatics/DataBank","owner":"DouglasNeuroInformatics","description":"An open-source, web-based platform for managing, versioning, and sharing tabular datasets","archived":false,"fork":false,"pushed_at":"2025-08-28T17:06:09.000Z","size":5604,"stargazers_count":9,"open_issues_count":39,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T23:37:32.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://databank.douglasneuroinformatics.ca/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DouglasNeuroInformatics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-05-23T19:21:15.000Z","updated_at":"2025-08-28T16:58:10.000Z","dependencies_parsed_at":"2025-03-31T16:39:24.619Z","dependency_job_id":"2565ad88-e27b-4522-bfd2-2d0655f29567","html_url":"https://github.com/DouglasNeuroInformatics/DataBank","commit_stats":null,"previous_names":["douglasneuroinformatics/databank"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/DouglasNeuroInformatics/DataBank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasNeuroInformatics%2FDataBank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasNeuroInformatics%2FDataBank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasNeuroInformatics%2FDataBank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasNeuroInformatics%2FDataBank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DouglasNeuroInformatics","download_url":"https://codeload.github.com/DouglasNeuroInformatics/DataBank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DouglasNeuroInformatics%2FDataBank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272958793,"owners_count":25022053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T04:37:00.215Z","updated_at":"2025-08-31T08:34:49.594Z","avatar_url":"https://github.com/DouglasNeuroInformatics.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Bank\n\n## Overview\n\nThe Douglas Data Bank is an open-source web application for managing, versioning, and sharing tabular datasets. Is is developed as a generic tool applicable across a range of research environments.\n\n## Key Features\n\n- **Upload Datasets**: Users can seamlessly upload their tabular datasets in various formats like CSV and Excel.\n- **Version Control**: Each time a dataset is modified, Data Bank keeps track of the changes and automatically generates a changelog.\n- **Centralized Storage**: Ensure all datasets are stored centrally, making it easier for collaboration and reference.\n- **Selective Sharing**: Users have the capability to decide who gets access to their datasets and even provide selective access to individual variables (columns) within them.\n- **User Management**: Designed for clinicians and researchers without a programming background. This feature allows them to manage user permissions effectively on their own.\n- **Project Organization**: Datasets can be systematically organized into projects for better structuring and clarity.\n\n## Use Case\n\nResearchers at institutions like the Douglas Research Centre often work with sensitive data. They need a robust platform where they can safely manage and share their data. The Data Bank platform makes it straightforward for an average user with no programming experience to maintain their lab's datasets and regulate access as required.\n\n## Getting Started (Development Setup)\n\n### Install Dependencies\n\n```shell\npnpm install\n```\n\n### Setup Config and Docker Compose\n\n```shell\nawk -v secret_key=\"$(openssl rand -hex 32)\" '/^SECRET_KEY=/{print $0 secret_key;next}1' .env.template \u003e .env\n```\n\n```shell\ndocker compose -f docker-compose.dev.yaml up -d\n```\n\n### Launch Dev Server\n\n```shell\npnpm dev\n```\n\n## Getting Started (Production Deployment)\n\n### Prerequisites\n\nWe recommend deploying using Docker Compose. This tool orchestrates several services together, including the web portal, REST API, MongoDB dataset, and the Caddy web server. Don't worry if you're new to Docker; no prior experience is necessary. Just make you have Docker and Docker Compose installed. For information on installing Docker, please refer to the [official documentation](https://docs.docker.com/).\n\n### Configuration\n\nUser configuration is managed through environment variables. Start by creating a .env file using the supplied template:\n\n```shell\ncp .env.template .env\n```\n\nDetailed comments are provided for all configurations options.\n\n### Launch\n\nOnce you have set the required environment variables, you can launch the stack:\n\n```shell\ndocker compose up\n```\n\n## Contribution\n\nWe welcome contributions! If you're interested in improving the Data Bank platform or adding new features, please refer to our Contribution Guide.\n\n## License\n\nCopyright (C) 2023 Douglas Neuroinformatics Platform\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglasneuroinformatics%2Fdatabank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdouglasneuroinformatics%2Fdatabank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdouglasneuroinformatics%2Fdatabank/lists"}