Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
·
Repository
This is a demo for neo4j with Spring Boot.
Basic Info
- Host: GitHub
- Owner: maximiliani
- License: apache-2.0
- Language: Java
- Default Branch: main
- Size: 63.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Citation
README.md
Neo4j-demo
This is a demo project for Neo4j with Spring Boot.
The project is based on the Spring Initializr. To reproduce use the following link: Link to reproduce
Owner
- Name: Maximilian Inckmann
- Login: maximiliani
- Kind: user
- Location: Karlsruhe, Germany
- Company: Karlsruhe Institute of Technology @kit-data-manager
- Website: https://orcid.org/0009-0005-2800-4833
- Repositories: 12
- Profile: https://github.com/maximiliani
Computer Science Student at Karlsruhe Institute for Technology and Baden-Wuerttemberg Cooperative State University
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Neo4j demo with Spring Boot
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Maximilian
family-names: Inckmann
email: maximilian.inckmann@kit.edu
affiliation: Karlsruhe Institute for Technology
orcid: 'https://orcid.org/0009-0005-2800-4833'
repository-code: 'https://github.com/maximiliani/neo4j-demo'
url: 'https://github.com/maximiliani/idoris'
license: Apache-2.0
GitHub Events
Total
Last Year
Dependencies
.github/workflows/branch_on_issue.yml
actions
- robvanderleek/create-issue-branch main composite
.github/workflows/codeql-analysis.yml
actions
- actions/checkout v4 composite
- github/codeql-action/analyze v3 composite
- github/codeql-action/autobuild v3 composite
- github/codeql-action/init v3 composite
.github/workflows/gradle.yml
actions
- actions/checkout v4 composite
- actions/setup-java v4 composite
- codecov/codecov-action v3 composite
build.gradle
maven
- org.projectlombok:lombok * compileOnly
- org.springframework.boot:spring-boot-starter-actuator * implementation
- org.springframework.boot:spring-boot-starter-data-neo4j * implementation
- org.springframework.boot:spring-boot-starter-graphql * implementation
- org.springframework.boot:spring-boot-starter-hateoas * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.boot:spring-boot-starter-webflux * implementation
- org.springframework.data:spring-data-rest-hal-explorer * implementation
- io.projectreactor:reactor-test * testImplementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.springframework.graphql:spring-graphql-test * testImplementation
- org.springframework.restdocs:spring-restdocs-mockmvc * testImplementation
- org.springframework.security:spring-security-test * testImplementation