{"id":13553065,"url":"https://github.com/DSpace/DSpace","last_synced_at":"2025-04-03T04:32:07.258Z","repository":{"id":2747095,"uuid":"3743376","full_name":"DSpace/DSpace","owner":"DSpace","description":"(Official) The DSpace digital asset management system that powers your Institutional Repository","archived":false,"fork":false,"pushed_at":"2025-01-21T23:30:14.000Z","size":173691,"stargazers_count":921,"open_issues_count":780,"forks_count":1323,"subscribers_count":117,"default_branch":"main","last_synced_at":"2025-01-22T09:11:39.718Z","etag":null,"topics":["dspace","java","open-access","open-source","repository","rest-api"],"latest_commit_sha":null,"homepage":"https://wiki.lyrasis.org/display/DSDOC8x/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DSpace.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":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-03-16T21:44:52.000Z","updated_at":"2025-01-22T07:39:05.000Z","dependencies_parsed_at":"2023-07-11T23:33:01.137Z","dependency_job_id":"d0caf154-cdcc-4bc3-94ed-0b954b125ffa","html_url":"https://github.com/DSpace/DSpace","commit_stats":{"total_commits":14913,"total_committers":332,"mean_commits":44.91867469879518,"dds":0.9399852477704017,"last_synced_commit":"2a6997b782a50788f0985bee143575ebd48b150b"},"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSpace%2FDSpace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSpace%2FDSpace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSpace%2FDSpace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSpace%2FDSpace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DSpace","download_url":"https://codeload.github.com/DSpace/DSpace/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246718646,"owners_count":20822597,"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","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":["dspace","java","open-access","open-source","repository","rest-api"],"created_at":"2024-08-01T12:02:16.701Z","updated_at":"2025-04-03T04:32:07.252Z","avatar_url":"https://github.com/DSpace.png","language":"Java","readme":"\n# DSpace\n\n[![Build Status](https://github.com/DSpace/DSpace/workflows/Build/badge.svg)](https://github.com/DSpace/DSpace/actions?query=workflow%3ABuild)\n\n[DSpace Documentation](https://wiki.lyrasis.org/display/DSDOC/) |\n[DSpace Releases](https://github.com/DSpace/DSpace/releases) |\n[DSpace Wiki](https://wiki.lyrasis.org/display/DSPACE/Home) |\n[Support](https://wiki.lyrasis.org/display/DSPACE/Support)\n\n## Overview\n\nDSpace open source software is a turnkey repository application used by more than\n2,000 organizations and institutions worldwide to provide durable access to digital resources.\nFor more information, visit http://www.dspace.org/\n\nDSpace consists of both a Java-based backend and an Angular-based frontend.\n\n* Backend (this codebase) provides a REST API, along with other machine-based interfaces (e.g. OAI-PMH, SWORD, etc)\n    * The REST Contract is at https://github.com/DSpace/RestContract\n* Frontend (https://github.com/DSpace/dspace-angular/) is the User Interface built on the REST API\n\nPrior versions of DSpace (v6.x and below) used two different UIs (XMLUI and JSPUI). Those UIs are no longer supported in v7 and above.\n* A maintenance branch for older versions is still available, see `dspace-6_x` for 6.x maintenance.\n\n## Downloads\n\n* Backend (REST API): https://github.com/DSpace/DSpace/releases\n* Frontend (User Interface): https://github.com/DSpace/dspace-angular/releases\n\n## Documentation / Installation\n\nDocumentation for each release may be viewed online or downloaded via our [Documentation Wiki](https://wiki.lyrasis.org/display/DSDOC/).\n\nThe latest DSpace Installation instructions are available at:\nhttps://wiki.lyrasis.org/display/DSDOC8x/Installing+DSpace\n\nPlease be aware that, as a Java web application, DSpace requires a database (PostgreSQL)\nand a servlet container (usually Tomcat) in order to function.\nMore information about these and all other prerequisites can be found in the Installation instructions above.\n\n## Running DSpace 8 in Docker\n\nNOTE: At this time, we do not have production-ready Docker images for DSpace.\nThat said, we do have quick-start Docker Compose scripts for development or testing purposes.\n\nSee [Running DSpace 8 with Docker Compose](dspace/src/main/docker-compose/README.md)\n\n## Contributing\n\nSee [Contributing documentation](CONTRIBUTING.md)\n\n## Getting Help\n\nDSpace provides public mailing lists where you can post questions or raise topics for discussion.\nWe welcome everyone to participate in these lists:\n\n* [dspace-community@googlegroups.com](https://groups.google.com/d/forum/dspace-community) : General discussion about DSpace platform, announcements, sharing of best practices\n* [dspace-tech@googlegroups.com](https://groups.google.com/d/forum/dspace-tech) : Technical support mailing list. See also our guide for [How to troubleshoot an error](https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error).\n* [dspace-devel@googlegroups.com](https://groups.google.com/d/forum/dspace-devel) : Developers / Development mailing list\n\nGreat Q\u0026A is also available under the [DSpace tag on Stackoverflow](http://stackoverflow.com/questions/tagged/dspace)\n\nAdditional support options are at https://wiki.lyrasis.org/display/DSPACE/Support\n\nDSpace also has an active service provider network. If you'd rather hire a service provider to\ninstall, upgrade, customize, or host DSpace, then we recommend getting in touch with one of our\n[Registered Service Providers](http://www.dspace.org/service-providers).\n\n## Issue Tracker\n\nDSpace uses GitHub to track issues:\n* Backend (REST API) issues: https://github.com/DSpace/DSpace/issues\n* Frontend (User Interface) issues: https://github.com/DSpace/dspace-angular/issues\n\n## Testing\n\n### Running Tests\n\nBy default, in DSpace, Unit Tests and Integration Tests are disabled. However, they are\nrun automatically by [GitHub Actions](https://github.com/DSpace/DSpace/actions?query=workflow%3ABuild) for all Pull Requests and code commits.\n\n* How to run both Unit Tests (via `maven-surefire-plugin`) and Integration Tests (via `maven-failsafe-plugin`):\n  ```\n  mvn install -DskipUnitTests=false -DskipIntegrationTests=false\n  ```\n* How to run _only_ Unit Tests:\n  ```\n  mvn test -DskipUnitTests=false\n  ```\n* How to run a *single* Unit Test\n  ```\n  # Run all tests in a specific test class\n  # NOTE: failIfNoTests=false is required to skip tests in other modules\n  mvn test -DskipUnitTests=false -Dtest=[full.package.testClassName] -DfailIfNoTests=false\n\n  # Run one test method in a specific test class\n  mvn test -DskipUnitTests=false -Dtest=[full.package.testClassName]#[testMethodName] -DfailIfNoTests=false\n  ```\n* How to run _only_ Integration Tests\n  ```\n  mvn install -DskipIntegrationTests=false\n  ```\n* How to run a *single* Integration Test\n  ```\n  # Run all integration tests in a specific test class\n  # NOTE: failIfNoTests=false is required to skip tests in other modules\n  mvn install -DskipIntegrationTests=false -Dit.test=[full.package.testClassName] -DfailIfNoTests=false\n\n  # Run one test method in a specific test class\n  mvn install -DskipIntegrationTests=false -Dit.test=[full.package.testClassName]#[testMethodName] -DfailIfNoTests=false\n  ```\n* How to run only tests of a specific DSpace module\n  ```\n  # Before you can run only one module's tests, other modules may need to be installed into your ~/.m2\n  cd [dspace-src]\n  mvn clean install\n\n  # Then, move into a module subdirectory, and run the test command\n  cd [dspace-src]/dspace-server-webapp\n  # Choose your test command from the lists above\n  ```\n\n## License\n\nDSpace source code is freely available under a standard [BSD 3-Clause license](https://opensource.org/licenses/BSD-3-Clause).\nThe full license is available in the [LICENSE](LICENSE) file or online at http://www.dspace.org/license/\n\nDSpace uses third-party libraries which may be distributed under different licenses. Those licenses are listed\nin the [LICENSES_THIRD_PARTY](LICENSES_THIRD_PARTY) file.\n","funding_links":[],"categories":["Java","General Reference for DSpace","open-source"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDSpace%2FDSpace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDSpace%2FDSpace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDSpace%2FDSpace/lists"}