https://github.com/griidc/pelagos
Pelagos is a system for maintaining a repository of scientific research data.
https://github.com/griidc/pelagos
elasticsearch javascript php scientific symfony vue
Last synced: 2 months ago
JSON representation
Pelagos is a system for maintaining a repository of scientific research data.
- Host: GitHub
- URL: https://github.com/griidc/pelagos
- Owner: griidc
- License: bsd-2-clause
- Created: 2016-11-05T10:55:14.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-12T19:46:47.000Z (2 months ago)
- Last Synced: 2026-01-12T20:56:08.021Z (2 months ago)
- Topics: elasticsearch, javascript, php, scientific, symfony, vue
- Language: PHP
- Homepage:
- Size: 33.5 MB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pelagos [](https://github.com/griidc/pelagos/actions/workflows/phpunit.yml) [](https://github.com/griidc/pelagos/actions/workflows/phpcs.yml) [](https://github.com/griidc/pelagos/actions/workflows/eslint.yml)
Pelagos is a system for maintaining a repository of scientific research data.
Developed and maintained by GRIIDC.
URL: https://griidc.org
## Getting Started
These 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.
### Prerequisites
* [Redhat Linux 9+](https://www.redhat.com/) - Redhat Linux or compatible
* [PHP 8.3+](http://php.net/docs.php) - General-purpose scripting language
* [Composer 2.9.2+](https://getcomposer.org/) - Dependency Manager for PHP
* [Yarn 4.12.0+](https://yarnpkg.com/en/) - Package Manager
* [PostgreSQL 14+](https://www.postgresql.org) - ORDBMS
* [PostGIS 3.4.4](https://www.postgis.net/) - Geographic Information Systems Extensions to PostgreSQL
* [Elasticsearch 7.17+](https://www.elastic.co/products/elasticsearch) - ElasticSearch Document Indexer
* [Wkhtmltox 0.12.6.1+](https://wkhtmltopdf.org/) - PDF generation utility
### Installation
Pelagos is a [Symfony 7.4+](https://symfony.com) project, please follow the normal configuration regarding setting up your webserver for a Symfony project.
To install fullfill prerequisites then run:
* `composer install`
* `yarn install`
* `yarn build`
## Contributors
See the list of [contributors](https://github.com/griidc/pelagos/contributors) who participated in this project.
## License
Copyright © 2025 Texas A&M University-Corpus Christi
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.