{"id":38239670,"url":"https://github.com/griidc/pelagos","last_synced_at":"2026-01-17T01:11:55.979Z","repository":{"id":37484306,"uuid":"72920368","full_name":"griidc/pelagos","owner":"griidc","description":"Pelagos is a system for maintaining a repository of scientific research data.","archived":false,"fork":false,"pushed_at":"2026-01-12T19:46:47.000Z","size":35124,"stargazers_count":17,"open_issues_count":10,"forks_count":1,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2026-01-12T20:56:08.021Z","etag":null,"topics":["elasticsearch","javascript","php","scientific","symfony","vue"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/griidc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-11-05T10:55:14.000Z","updated_at":"2026-01-12T14:14:29.000Z","dependencies_parsed_at":"2025-12-12T21:05:07.399Z","dependency_job_id":null,"html_url":"https://github.com/griidc/pelagos","commit_stats":null,"previous_names":[],"tags_count":249,"template":false,"template_full_name":null,"purl":"pkg:github/griidc/pelagos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griidc%2Fpelagos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griidc%2Fpelagos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griidc%2Fpelagos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griidc%2Fpelagos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/griidc","download_url":"https://codeload.github.com/griidc/pelagos/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/griidc%2Fpelagos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elasticsearch","javascript","php","scientific","symfony","vue"],"created_at":"2026-01-17T01:11:55.492Z","updated_at":"2026-01-17T01:11:55.971Z","avatar_url":"https://github.com/griidc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pelagos [![PHP Unit Test](https://github.com/griidc/pelagos/actions/workflows/phpunit.yml/badge.svg)](https://github.com/griidc/pelagos/actions/workflows/phpunit.yml) [![PHP Code Sniffer](https://github.com/griidc/pelagos/actions/workflows/phpcs.yml/badge.svg)](https://github.com/griidc/pelagos/actions/workflows/phpcs.yml) [![ESLint for Javascript](https://github.com/griidc/pelagos/actions/workflows/eslint.yml/badge.svg)](https://github.com/griidc/pelagos/actions/workflows/eslint.yml)\n\nPelagos is a system for maintaining a repository of scientific research data.\nDeveloped and maintained by GRIIDC.\nURL: https://griidc.org\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n* [Redhat Linux 9+](https://www.redhat.com/) - Redhat Linux or compatible\n* [PHP 8.3+](http://php.net/docs.php) - General-purpose scripting language\n* [Composer 2.9.2+](https://getcomposer.org/) - Dependency Manager for PHP\n* [Yarn 4.12.0+](https://yarnpkg.com/en/) - Package Manager\n* [PostgreSQL 14+](https://www.postgresql.org) - ORDBMS\n* [PostGIS 3.4.4](https://www.postgis.net/) - Geographic Information Systems Extensions to PostgreSQL\n* [Elasticsearch 7.17+](https://www.elastic.co/products/elasticsearch) - ElasticSearch Document Indexer\n* [Wkhtmltox 0.12.6.1+](https://wkhtmltopdf.org/) - PDF generation utility\n\n### Installation\n\nPelagos is a [Symfony 7.4+](https://symfony.com) project, please follow the normal configuration regarding setting up your webserver for a Symfony project.\n\nTo install fullfill prerequisites then run:\n* `composer install`\n* `yarn install`\n* `yarn build`\n\n## Contributors\n\nSee the list of [contributors](https://github.com/griidc/pelagos/contributors) who participated in this project.\n\n## License\nCopyright © 2025 Texas A\u0026M University-Corpus Christi\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\nthis list of conditions and the following disclaimer in the documentation and/or\nother materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriidc%2Fpelagos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgriidc%2Fpelagos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgriidc%2Fpelagos/lists"}