Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.5%) to scientific vocabulary
Repository
Dataland - the open ESG Data Platform
Basic Info
- Host: GitHub
- Owner: d-fine
- License: agpl-3.0
- Language: Kotlin
- Default Branch: main
- Size: 89.6 MB
Statistics
- Stars: 25
- Watchers: 3
- Forks: 4
- Open Issues: 30
- Releases: 0
Metadata Files
README.md
Dataland
Dataland is a platform to distribute ESG data. This repository contains the code for the Dataland Platform.
Getting Started
Clone the repository and set environmental variables by executing setEnvironmentVariables.ps1. Some of the required
variables are left blank and have to be set by the user locally since they contain sensitiv information. To start the
application locally you can run resetDevelopmentStack.sh or startDevelopmentStack.sh. Please note that you will have
to use your own certificates if you do not have access to the dataland infrastructure. The corresponding parts in the
scripts have to be adapted manually.
License
This project is free and open-source software licensed under the GNU Affero General Public License v3 (AGPL-3.0). Commercial use of this software is allowed. If derivative works are distributed, you need to be published the derivative work under the same license. Here, derivative works includes web publications. That means, if you build a web service using this software, you need to publish your source code under the same license (AGPL-3.0)
In case this does not work for you, please contact dataland@d-fine.de for individual license agreements.
Contributions
Contributions are highly welcome. Please refer to our contribution guideline. To allow for individual licenses and eventual future license changes, we require a contributor license agreement from any contributor that allows us to re-license the software including the contribution.
Developer Remarks
In this section, you find information that might be useful for you as developer.
Add scripts to git with the executable flag
Especially under Windows, it's unclear which file permissions a script will get.
To explicitly mark a script executable, do:
git update-index --chmod=+x script.sh
Git Hooks
To add the provided git pre-hooks to your local development environment execute:
git config --local core.hookspath ./.githooks/
Environment Variables
Environmental variables can be set via the script setEnvironmentVariables.ps1.
Local HTTPS testing
- Add A link for
local-dev.dataland.comto127.0.0.1in the Hosts file (On Windows:%windir%\system32\drivers\etc\hosts, On Linux:/etc/hosts) - The
startDevelopmentStack.shscript will automatically retrieve signed SSL-Certificates for this domain. - Access the development stack at https://local-dev.dataland.com
API Documentation
Links to the interactive swagger API documentation are available on all running instances of dataland
(e.g. test) in the footer. For example, the swagger UI of the test instance backend is
located here. Requests can be authorized via two different methods:
- Option A: Manually obtain a bearer token from KeyCloak and enter it in the default-bearer-auth field.
- Option B: Automatically obtain a bearer token from KeyCloak by entering dataland-public for client_id and
leaving client_secretempty (in the default-oauth section). Swagger will then redirect you two the KeyCloak Login
form for authentication.
Run Cypress Tests locally
- start the local stack using "startDevelopmentStack.sh". Set the env-variables (see above).
- The backend will be started automatically. You can kill it and run it from the IDE if you like (e.g. for Debugging)
- Either use cypress while watching the browser:
- start the cypress UI by using
npm run cypress - Select
E2E TestingorComponent Testingand run the tests
- start the cypress UI by using
- Or se cypress without visible browser (more robust):
- run
npm run testpipeline -- --env EXECUTION_ENVIRONMENT=""
- run
Licenses
This project makes use of open source dependencies. To see a list gradle dependencies along with their
licenses, run \gradlew generateLicenseReport
Owner
- Name: d-fine GmbH
- Login: d-fine
- Kind: organization
- Email: info@d-fine.de
- Location: Frankfurt am Main, Germany
- Website: https://www.d-fine.com/
- Repositories: 3
- Profile: https://github.com/d-fine
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| renovate[bot] | 2****] | 280 |
| SiegfriedSobkowiak | 7****k | 107 |
| emanueldfine | 9****e | 68 |
| Marc | 1****1 | 61 |
| ppuetsch | 4****h | 51 |
| fsoffel | 1****l | 36 |
| stewal19 | 1****9 | 36 |
| Dennis Groh | 1****e | 32 |
| AlexanderBors | 1****s | 26 |
| MarcinStanczyk | 9****7 | 24 |
| aliabdoli77 | 9****7 | 24 |
| marcelrasbachdfine | 1****e | 19 |
| Johannes Haerkötter | 1****e | 16 |
| Andreas Hoecherl | 3****l | 15 |
| Stefano Ferrario | 1****o | 15 |
| LaurinStrelow | 1****w | 14 |
| juliacialkowski | 1****i | 13 |
| Fabian-dfine | 2****e | 12 |
| BenediktLaubmann | 1****n | 11 |
| SimonHofmann12 | 1****2 | 11 |
| StephanWezorke | 1****e | 11 |
| KoenMoors-dfine | 2****e | 7 |
| MarcMDfine | 1****e | 7 |
| PaulChristiansen | 1****n | 7 |
| Stephan Sinn | 4****n | 7 |
| janherre | 1****e | 7 |
| pioSko2 | 1****2 | 7 |
| brunoneumannsaavedra | 1****a | 7 |
| Worben | 5****n | 6 |
| antjedf | 1****f | 5 |
| and 19 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 10
- Total pull requests: 1,970
- Average time to close issues: 6 days
- Average time to close pull requests: 9 days
- Total issue authors: 4
- Total pull request authors: 45
- Average comments per issue: 0.1
- Average comments per pull request: 0.16
- Merged pull requests: 1,163
- Bot issues: 6
- Bot pull requests: 1,049
Past Year
- Issues: 7
- Pull requests: 1,283
- Average time to close issues: 7 days
- Average time to close pull requests: 6 days
- Issue authors: 3
- Pull request authors: 24
- Average comments per issue: 0.14
- Average comments per pull request: 0.18
- Merged pull requests: 741
- Bot issues: 5
- Bot pull requests: 868
Top Authors
Issue Authors
- renovate[bot] (6)
- emanueldfine (2)
- stewal19 (1)
- dennis-dfine (1)
Pull Request Authors
- renovate[bot] (1,048)
- SiegfriedSobkowiak (126)
- emanueldfine (70)
- dennis-dfine (66)
- MarcTM01 (64)
- saz-im-netz (52)
- AlexanderBors (46)
- fsoffel (40)
- aliabdoli77 (38)
- stewal19 (35)
- marcelrasbachdfine (32)
- LaurinStrelow (31)
- juliacialkowski (25)
- jhaerDfine (25)
- StephanWezorke (25)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- org.springframework.boot:spring-boot-starter-actuator * implementation
- org.springframework.boot:spring-boot-starter-security * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- 1383 dependencies
- @cypress/code-coverage ^3.10.0 development
- @faker-js/faker ^7.3.0 development
- @jest/globals ^28.1.2 development
- @vue/cli-plugin-babel ~5.0.4 development
- @vue/cli-plugin-e2e-cypress ~5.0.4 development
- @vue/cli-plugin-eslint ~5.0.4 development
- @vue/cli-plugin-typescript ~5.0.4 development
- @vue/cli-plugin-unit-jest ~5.0.4 development
- @vue/cli-service ~5.0.4 development
- @vue/eslint-config-typescript ^10.0.0 development
- @vue/test-utils ^2.0.2 development
- @vue/vue3-jest ^27.0.0 development
- cypress ^9.7.0 development
- depcheck ^1.4.3 development
- eslint ^8.19.0 development
- eslint-plugin-cypress ^2.12.1 development
- eslint-plugin-prettier ^4.2.1 development
- eslint-plugin-vue ^8.7.1 development
- git-commit-id ^2.0.1 development
- npm-check-updates ^14.1.1 development
- sass-loader ^13.0.2 development
- ts-jest ^27.1.5 development
- ts-node ^10.8.2 development
- typescript ~4.7.4 development
- @formkit/themes ^1.0.0-beta.8
- @formkit/vue ^1.0.0-beta.8
- axios ^0.27.2
- json2csv ^5.0.7
- keycloak-js ^18.0.1
- material-icons ^1.11.5
- primeflex ^3.2.1
- primeicons ^5.0.0
- primevue ^3.15.0
- vue ^3.2.37
- vue-router ^4.1.2
- ./.github/workflows/dockerLogs * composite
- ./.github/workflows/downloadImageVersions * composite
- ./.github/workflows/logObjects * composite
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/setup-java v3 composite
- actions/upload-artifact v3 composite
- docker/login-action v2 composite
- ./.github/workflows/dockerLogs * composite
- ./.github/workflows/downloadImageVersions * composite
- ./.github/workflows/logObjects * composite
- actions/checkout v3 composite
- actions/download-artifact v3 composite
- actions/setup-java v3 composite
- actions/upload-artifact v3 composite
- ./.github/workflows/logObjects * composite
- actions/checkout v3 composite
- actions/upload-artifact v3 composite
- docker/login-action v2 composite
- actions/upload-artifact v3 composite
- actions/download-artifact v3 composite
- actions/upload-artifact v3 composite
- eclipse-temurin 17.0.8_7-jre-alpine build
- ghcr.io/d-fine/dataland/dataland_api_key_manager_base ${DATALAND_API_KEY_MANAGER_BASE_VERSION} build
- eclipse-temurin 17.0.8_7-jre-alpine build
- ghcr.io/d-fine/dataland/dataland_backend_base ${DATALAND_BACKEND_BASE_VERSION} build
- eclipse-temurin 17.0.7_7-jre-alpine build
- ghcr.io/d-fine/dataland/dataland_batch_manager_base ${DATALAND_BATCH_MANAGER_BASE_VERSION} build
- eclipse-temurin 17.0.8_7-jre-alpine build
- ghcr.io/d-fine/dataland/dataland_document_manager_base ${DATALAND_DOCUMENT_MANAGER_BASE_VERSION} build
- ghcr.io/d-fine/dataland/dataland_e2etests_base ${DATALAND_E2ETESTS_BASE_VERSION} build
- ghcr.io/d-fine/dataland/dataland_gradle_base ${DATALAND_GRADLE_BASE_VERSION} build
- nginx 1.25.1 build
- nginx 1.25.2 build
- nginx 1.25.2 build
- eclipse-temurin 17.0.8_7-jre-alpine build
- ghcr.io/d-fine/dataland/dataland_internal_storage_base ${DATALAND_INTERNAL_STORAGE_BASE_VERSION} build
- ghcr.io/d-fine/dataland/dataland_gradle_base ${DATALAND_GRADLE_BASE_VERSION} build
- quay.io/keycloak/keycloak 22.0.1 build
- registry.access.redhat.com/ubi9 latest build
- dpage/pgadmin4 7.6 build
- eclipse-temurin 17.0.8_7-jre-alpine build
- ghcr.io/d-fine/dataland/dataland_qa_service_base ${DATALAND_QA_SERVICE_BASE_VERSION} build
- rabbitmq 3.12.4-management build
- 435 dependencies
- @types/node 20.6.2 development
- @typescript-eslint/eslint-plugin ^6.7.0 development
- eslint ^8.49.0 development
- eslint-config-prettier ^8.10.0 development
- eslint-plugin-prettier ^5.0.0 development
- npm-check-updates ^16.14.4 development
- sass ^1.67.0 development
- typescript 5.2.2 development
- vite ^4.4.9 development
- @ibm/plex ^6.3.0
- @zxcvbn-ts/core ^3.0.4
- @zxcvbn-ts/language-common ^2.0.1
- @zxcvbn-ts/language-en ^2.1.0
- material-icons ^1.13.11
- primeflex ^3.3.1
- primeicons ^6.0.1